<?php
namespace ContainerZ3xACxp;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.state_machine.booking_workflow' => 'get_Container_Private_StateMachine_BookingWorkflowService',
'.container.private.state_machine.cabin_workflow' => 'get_Container_Private_StateMachine_CabinWorkflowService',
'.container.private.state_machine.contract_workflow' => 'get_Container_Private_StateMachine_ContractWorkflowService',
'.container.private.state_machine.credit_workflow' => 'get_Container_Private_StateMachine_CreditWorkflowService',
'.container.private.state_machine.invoiceLine_workflow' => 'get_Container_Private_StateMachine_InvoiceLineWorkflowService',
'.container.private.state_machine.payment_workflow' => 'get_Container_Private_StateMachine_PaymentWorkflowService',
'.container.private.state_machine.phone_call_workflow' => 'get_Container_Private_StateMachine_PhoneCallWorkflowService',
'.container.private.state_machine.quote_web_workflow' => 'get_Container_Private_StateMachine_QuoteWebWorkflowService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'Croisiland\\Bundle\\SearchBundle\\Api\\ApiClientInterface' => 'getApiClientInterfaceService',
'Croisiland\\Bundle\\SearchBundle\\Api\\UrlProviderInterface' => 'getUrlProviderInterfaceService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
'monolog.logger.notification' => 'getMonolog_Logger_NotificationService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'state_machine.payment_workflow' => 'getStateMachine_PaymentWorkflowService',
'state_machine.invoiceLine_workflow' => 'getStateMachine_InvoiceLineWorkflowService',
'state_machine.credit_workflow' => 'getStateMachine_CreditWorkflowService',
'state_machine.cabin_workflow' => 'getStateMachine_CabinWorkflowService',
'state_machine.contract_workflow' => 'getStateMachine_ContractWorkflowService',
'state_machine.booking_workflow' => 'getStateMachine_BookingWorkflowService',
'state_machine.quote_web_workflow' => 'getStateMachine_QuoteWebWorkflowService',
'state_machine.phone_call_workflow' => 'getStateMachine_PhoneCallWorkflowService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'twig' => 'getTwigService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->fileMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.session' => 'get_Container_Private_SessionService',
'App\\Controller\\Account\\BookingController' => 'getBookingControllerService',
'App\\Controller\\Account\\HomeController' => 'getHomeControllerService',
'App\\Controller\\Account\\PhoneCallController' => 'getPhoneCallControllerService',
'App\\Controller\\Accounting\\AccountController' => 'getAccountControllerService',
'App\\Controller\\Accounting\\ApplicationFeeController' => 'getApplicationFeeControllerService',
'App\\Controller\\Accounting\\BalanceBeforeDepartureController' => 'getBalanceBeforeDepartureControllerService',
'App\\Controller\\Accounting\\CancelFeeController' => 'getCancelFeeControllerService',
'App\\Controller\\Accounting\\InvoiceController' => 'getInvoiceControllerService',
'App\\Controller\\Accounting\\InvoiceLineController' => 'getInvoiceLineControllerService',
'App\\Controller\\Accounting\\PortTaxController' => 'getPortTaxControllerService',
'App\\Controller\\Accounting\\SupplierPaymentForCompaniesController' => 'getSupplierPaymentForCompaniesControllerService',
'App\\Controller\\Accounting\\TurnoverObjectiveController' => 'getTurnoverObjectiveControllerService',
'App\\Controller\\AdditionalServices\\TurnoverAdditionalServicesController' => 'getTurnoverAdditionalServicesControllerService',
'App\\Controller\\Administration\\NotificationGroupController' => 'getNotificationGroupControllerService',
'App\\Controller\\Administration\\NotificationRuleController' => 'getNotificationRuleControllerService',
'App\\Controller\\Api\\CabinTypeController' => 'getCabinTypeControllerService',
'App\\Controller\\Api\\LoginController' => 'getLoginControllerService',
'App\\Controller\\ApplicationFilterController' => 'getApplicationFilterControllerService',
'App\\Controller\\Booking\\AdvBookingChangeCategoryController' => 'getAdvBookingChangeCategoryControllerService',
'App\\Controller\\Booking\\AdvBookingChangeController' => 'getAdvBookingChangeControllerService',
'App\\Controller\\Booking\\AdvBookingChangeEmailController' => 'getAdvBookingChangeEmailControllerService',
'App\\Controller\\Booking\\AdvBookingChangeStateController' => 'getAdvBookingChangeStateControllerService',
'App\\Controller\\Booking\\AdvBookingController' => 'getAdvBookingControllerService',
'App\\Controller\\Booking\\AdvRequestAssignmentController' => 'getAdvRequestAssignmentControllerService',
'App\\Controller\\Booking\\AdvRequestController' => 'getAdvRequestControllerService',
'App\\Controller\\Booking\\AdvRequestStateController' => 'getAdvRequestStateControllerService',
'App\\Controller\\Booking\\AdvRequestTypeController' => 'getAdvRequestTypeControllerService',
'App\\Controller\\Booking\\AmendmentController' => 'getAmendmentControllerService',
'App\\Controller\\Booking\\BookingCancelController' => 'getBookingCancelControllerService',
'App\\Controller\\Booking\\BookingController' => 'getBookingController2Service',
'App\\Controller\\Booking\\CabinController' => 'getCabinControllerService',
'App\\Controller\\Booking\\CabinOptionDurationController' => 'getCabinOptionDurationControllerService',
'App\\Controller\\Booking\\CabinSpecificityController' => 'getCabinSpecificityControllerService',
'App\\Controller\\Booking\\ContractController' => 'getContractControllerService',
'App\\Controller\\Booking\\FullWebManagementController' => 'getFullWebManagementControllerService',
'App\\Controller\\Booking\\GroupQuoteController' => 'getGroupQuoteControllerService',
'App\\Controller\\Booking\\PassengerFormalityController' => 'getPassengerFormalityControllerService',
'App\\Controller\\Booking\\PassengerInformationController' => 'getPassengerInformationControllerService',
'App\\Controller\\Booking\\PassengerInformationFormController' => 'getPassengerInformationFormControllerService',
'App\\Controller\\Booking\\QuoteAnalysisController' => 'getQuoteAnalysisControllerService',
'App\\Controller\\Booking\\QuoteForcedOptionController' => 'getQuoteForcedOptionControllerService',
'App\\Controller\\Booking\\QuoteOptionController' => 'getQuoteOptionControllerService',
'App\\Controller\\Booking\\QuoteOptionsManagementController' => 'getQuoteOptionsManagementControllerService',
'App\\Controller\\Booking\\QuoteProcess\\AlternativeSearchEngineController' => 'getAlternativeSearchEngineControllerService',
'App\\Controller\\Booking\\QuoteProcess\\QuoteProcessBToBController' => 'getQuoteProcessBToBControllerService',
'App\\Controller\\Booking\\QuoteProcess\\QuoteProcessController' => 'getQuoteProcessControllerService',
'App\\Controller\\Booking\\QuoteProcess\\SearchEngineController' => 'getSearchEngineControllerService',
'App\\Controller\\Booking\\SellerProspectRequestController' => 'getSellerProspectRequestControllerService',
'App\\Controller\\Booking\\SpecialRequestController' => 'getSpecialRequestControllerService',
'App\\Controller\\Booking\\SpecialRequestDocumentController' => 'getSpecialRequestDocumentControllerService',
'App\\Controller\\Booking\\SpecialRequestStateController' => 'getSpecialRequestStateControllerService',
'App\\Controller\\Booking\\SpecialRequestTypeController' => 'getSpecialRequestTypeControllerService',
'App\\Controller\\Confirmation\\BookingConfirmationAssignmentController' => 'getBookingConfirmationAssignmentControllerService',
'App\\Controller\\Confirmation\\BookingConfirmationController' => 'getBookingConfirmationControllerService',
'App\\Controller\\Confirmation\\ConfirmationDelayController' => 'getConfirmationDelayControllerService',
'App\\Controller\\Confirmation\\ConfirmationResponsibleController' => 'getConfirmationResponsibleControllerService',
'App\\Controller\\Confirmation\\ConfirmationTypeController' => 'getConfirmationTypeControllerService',
'App\\Controller\\ConnectionInterface\\ConnectionInterfaceController' => 'getConnectionInterfaceControllerService',
'App\\Controller\\Contact\\BookletDownloadController' => 'getBookletDownloadControllerService',
'App\\Controller\\Contact\\ClubCardController' => 'getClubCardControllerService',
'App\\Controller\\Contact\\ClubCardHistoryController' => 'getClubCardHistoryControllerService',
'App\\Controller\\Contact\\CommentController' => 'getCommentControllerService',
'App\\Controller\\Contact\\ComplaintController' => 'getComplaintControllerService',
'App\\Controller\\Contact\\ComplaintStateController' => 'getComplaintStateControllerService',
'App\\Controller\\Contact\\ContactUsController' => 'getContactUsControllerService',
'App\\Controller\\Contact\\PhoneController' => 'getPhoneControllerService',
'App\\Controller\\Cruise\\Company\\CabinCategoryHistoryB2BController' => 'getCabinCategoryHistoryB2BControllerService',
'App\\Controller\\Cruise\\Formality\\FormalityController' => 'getFormalityControllerService',
'App\\Controller\\Cruise\\Formality\\FormalityTypeController' => 'getFormalityTypeControllerService',
'App\\Controller\\DefaultController' => 'getDefaultControllerService',
'App\\Controller\\Discount\\CompanyDiscountController' => 'getCompanyDiscountControllerService',
'App\\Controller\\Discount\\CompanyOfferController' => 'getCompanyOfferControllerService',
'App\\Controller\\Discount\\CroisilandDiscountController' => 'getCroisilandDiscountControllerService',
'App\\Controller\\Discount\\CroisilandOfferController' => 'getCroisilandOfferControllerService',
'App\\Controller\\Discount\\MigrationDiscountController' => 'getMigrationDiscountControllerService',
'App\\Controller\\Document\\SaleTermController' => 'getSaleTermControllerService',
'App\\Controller\\Email\\EmailContentController' => 'getEmailContentControllerService',
'App\\Controller\\Email\\EmailSentController' => 'getEmailSentControllerService',
'App\\Controller\\Email\\EmailTemplateController' => 'getEmailTemplateControllerService',
'App\\Controller\\Email\\EmailUnreadController' => 'getEmailUnreadControllerService',
'App\\Controller\\Marketing\\SegmentController' => 'getSegmentControllerService',
'App\\Controller\\MediaController' => 'getMediaControllerService',
'App\\Controller\\Migration\\MigrationController' => 'getMigrationControllerService',
'App\\Controller\\NavigationController' => 'getNavigationControllerService',
'App\\Controller\\Notification\\AlertController' => 'getAlertControllerService',
'App\\Controller\\Notification\\NotificationController' => 'getNotificationControllerService',
'App\\Controller\\Notification\\ReminderController' => 'getReminderControllerService',
'App\\Controller\\Partner\\ContactPartnerController' => 'getContactPartnerControllerService',
'App\\Controller\\Partner\\ContactPartnerHistoryController' => 'getContactPartnerHistoryControllerService',
'App\\Controller\\Partner\\PartnerFollowUpController' => 'getPartnerFollowUpControllerService',
'App\\Controller\\Partner\\SyncPartnerCompanyDiscountController' => 'getSyncPartnerCompanyDiscountControllerService',
'App\\Controller\\PaymentMode\\FloaController' => 'getFloaControllerService',
'App\\Controller\\PaymentMode\\OgoneController' => 'getOgoneControllerService',
'App\\Controller\\PaymentMode\\PaymentModeController' => 'getPaymentModeControllerService',
'App\\Controller\\Product\\AutoProductVariantController' => 'getAutoProductVariantControllerService',
'App\\Controller\\Product\\BtobServicesController' => 'getBtobServicesControllerService',
'App\\Controller\\Product\\MarginCabinController' => 'getMarginCabinControllerService',
'App\\Controller\\Product\\MarginProductController' => 'getMarginProductControllerService',
'App\\Controller\\Product\\ProductCategoryController' => 'getProductCategoryControllerService',
'App\\Controller\\Product\\ProductController' => 'getProductControllerService',
'App\\Controller\\Recap\\SellerBonusesRecapController' => 'getSellerBonusesRecapControllerService',
'App\\Controller\\Schedule\\CustomerServiceScheduleController' => 'getCustomerServiceScheduleControllerService',
'App\\Controller\\Schedule\\LeaveController' => 'getLeaveControllerService',
'App\\Controller\\Schedule\\ScheduleCommentController' => 'getScheduleCommentControllerService',
'App\\Controller\\Schedule\\ScheduleEventController' => 'getScheduleEventControllerService',
'App\\Controller\\Schedule\\SellerScheduleController' => 'getSellerScheduleControllerService',
'App\\Controller\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\Selling\\SellingSegmentController' => 'getSellingSegmentControllerService',
'App\\Controller\\SimpleGridController' => 'getSimpleGridControllerService',
'App\\Controller\\StoringSessionSelectedPreferencesGridController' => 'getStoringSessionSelectedPreferencesGridControllerService',
'App\\Controller\\Todo\\TodoController' => 'getTodoControllerService',
'App\\Controller\\Todo\\TodoTypeController' => 'getTodoTypeControllerService',
'App\\Controller\\UserCms\\UserCMSController' => 'getUserCMSControllerService',
'App\\Controller\\WebService\\CnasController' => 'getCnasControllerService',
'App\\Controller\\WebService\\CostaController' => 'getCostaControllerService',
'App\\Controller\\WebService\\DirectAssuranceController' => 'getDirectAssuranceControllerService',
'App\\Controller\\WebService\\FnacDartyController' => 'getFnacDartyControllerService',
'App\\Controller\\WebService\\MacifController' => 'getMacifControllerService',
'App\\Controller\\WebService\\MscController' => 'getMscControllerService',
'App\\Controller\\WebService\\SofincoController' => 'getSofincoControllerService',
'App\\Controller\\WebService\\UneoController' => 'getUneoControllerService',
'App\\Controller\\WebService\\WebServiceController' => 'getWebServiceControllerService',
'App\\Controller\\__ADV\\AdvPlanningController' => 'getAdvPlanningControllerService',
'App\\Controller\\__Accounting\\BalanceClientReminderController' => 'getBalanceClientReminderControllerService',
'App\\Controller\\__Accounting\\BookingController' => 'getBookingController3Service',
'App\\Controller\\__Accounting\\CreditController' => 'getCreditControllerService',
'App\\Controller\\__Accounting\\DepartureController' => 'getDepartureControllerService',
'App\\Controller\\__Accounting\\Insurance\\InsuranceController' => 'getInsuranceControllerService',
'App\\Controller\\__Accounting\\Insurance\\InsurancePriceController' => 'getInsurancePriceControllerService',
'App\\Controller\\__Accounting\\InvoiceController' => 'getInvoiceController2Service',
'App\\Controller\\__Accounting\\Partner\\PartnerController' => 'getPartnerControllerService',
'App\\Controller\\__Accounting\\Partner\\PartnerTemplateContentController' => 'getPartnerTemplateContentControllerService',
'App\\Controller\\__Accounting\\Partner\\PartnerTemplateController' => 'getPartnerTemplateControllerService',
'App\\Controller\\__Accounting\\Payment\\PaymentBackupController' => 'getPaymentBackupControllerService',
'App\\Controller\\__Accounting\\Payment\\PaymentController' => 'getPaymentControllerService',
'App\\Controller\\__Accounting\\RefundController' => 'getRefundControllerService',
'App\\Controller\\__Accounting\\SellingRecap\\CabinTypeDetailSellingRecapsController' => 'getCabinTypeDetailSellingRecapsControllerService',
'App\\Controller\\__Accounting\\SellingRecap\\CompanyDetailSellingRecapsController' => 'getCompanyDetailSellingRecapsControllerService',
'App\\Controller\\__Accounting\\SellingRecap\\PartnerDetailSellingRecapsController' => 'getPartnerDetailSellingRecapsControllerService',
'App\\Controller\\__Accounting\\SellingRecap\\SellerDetailSellingRecapsController' => 'getSellerDetailSellingRecapsControllerService',
'App\\Controller\\__Accounting\\SellingRecap\\SellingRecapController' => 'getSellingRecapControllerService',
'App\\Controller\\__Accounting\\SupplierController' => 'getSupplierControllerService',
'App\\Controller\\__Accounting\\TurnoverController' => 'getTurnoverControllerService',
'App\\Controller\\__Booking\\BookingController' => 'getBookingController4Service',
'App\\Controller\\__Booking\\ContractController' => 'getContractController2Service',
'App\\Controller\\__Contact\\ContactController' => 'getContactControllerService',
'App\\Controller\\__Contact\\cms_api\\NewsletterSubscriberController' => 'getNewsletterSubscriberControllerService',
'App\\Controller\\__Contact\\cms_api\\PersonalSpaceController' => 'getPersonalSpaceControllerService',
'App\\Controller\\__Contact\\cms_api\\ProcessController' => 'getProcessControllerService',
'App\\Controller\\__Contact\\cms_api\\ProspectRequestController' => 'getProspectRequestControllerService',
'App\\Controller\\__Contact\\cms_api\\UserCMSController' => 'getUserCMSController2Service',
'App\\Controller\\__Marketing\\DepartureController' => 'getDepartureController2Service',
'App\\Controller\\__Marketing\\NewsletterController' => 'getNewsletterControllerService',
'App\\Controller\\__Partner\\PartnerCompanyDiscountController' => 'getPartnerCompanyDiscountControllerService',
'App\\Controller\\__Partner\\PartnerController' => 'getPartnerController2Service',
'App\\Controller\\__Quote\\QuoteController' => 'getQuoteControllerService',
'App\\Controller\\__Sale\\LegalTextController' => 'getLegalTextControllerService',
'App\\Controller\\__Sale\\ProspectRequestAssignmentController' => 'getProspectRequestAssignmentControllerService',
'App\\Controller\\__Sale\\ProspectRequestController' => 'getProspectRequestController2Service',
'App\\Controller\\__Sale\\SellerPlanningController' => 'getSellerPlanningControllerService',
'App\\Mailjet\\Controller\\MailjetCampaignController' => 'getMailjetCampaignControllerService',
'App\\Mailjet\\Controller\\MailjetCampaignTypeController' => 'getMailjetCampaignTypeControllerService',
'App\\Mailjet\\Controller\\MailjetOperationController' => 'getMailjetOperationControllerService',
'App\\VichExtensions\\FileNamer' => 'getFileNamerService',
'App\\VichExtensions\\FileNamer.documents' => 'getFileNamer_DocumentsService',
'App\\VichExtensions\\PropertiesDirectoryNamer' => 'getPropertiesDirectoryNamerService',
'Cafffeine\\TablesSyncBundle\\Controller\\SynchronizationController' => 'getSynchronizationControllerService',
'Crea\\DatatableBundle\\Controller\\DatatableController' => 'getDatatableControllerService',
'Crea\\DocumentationBundle\\Controller\\ArticleController' => 'getArticleControllerService',
'Crea\\DocumentationBundle\\Controller\\ChapterController' => 'getChapterControllerService',
'Crea\\DocumentationBundle\\Controller\\DocumentationController' => 'getDocumentationControllerService',
'Crea\\EventBundle\\Controller\\EventCategoryController' => 'getEventCategoryControllerService',
'Crea\\EventBundle\\Controller\\EventLogController' => 'getEventLogControllerService',
'Crea\\EventBundle\\Controller\\EventModelController' => 'getEventModelControllerService',
'Crea\\EventBundle\\Controller\\EventTypeController' => 'getEventTypeControllerService',
'Crea\\HRBundle\\Controller\\PlanningCommentController' => 'getPlanningCommentControllerService',
'Crea\\HRBundle\\Controller\\PlanningController' => 'getPlanningControllerService',
'Crea\\HRBundle\\Controller\\PlanningEventController' => 'getPlanningEventControllerService',
'Crea\\HRBundle\\Controller\\PlanningLeaveController' => 'getPlanningLeaveControllerService',
'Crea\\ParameterBundle\\Controller\\GroupAndTypeController' => 'getGroupAndTypeControllerService',
'Crea\\ParameterBundle\\Controller\\ParameterController' => 'getParameterControllerService',
'Crea\\ParameterBundle\\Controller\\ParameterGroupController' => 'getParameterGroupControllerService',
'Crea\\ParameterBundle\\Controller\\ParameterTypeController' => 'getParameterTypeControllerService',
'Crea\\SecurityBundle\\Controller\\IndexController' => 'getIndexControllerService',
'Crea\\SecurityBundle\\Controller\\ProfileController' => 'getProfileControllerService',
'Crea\\SecurityBundle\\Controller\\RightController' => 'getRightControllerService',
'Crea\\SecurityBundle\\Controller\\SecurityController' => 'getSecurityController2Service',
'Crea\\SecurityBundle\\Controller\\UserController' => 'getUserControllerService',
'Crea\\SecurityBundle\\Controller\\UserGroupController' => 'getUserGroupControllerService',
'Crea\\ToolsBundle\\Controller\\Geographic\\GeographicController' => 'getGeographicControllerService',
'Crea\\ToolsBundle\\Controller\\StatefulController' => 'getStatefulControllerService',
'Croisiland\\Bundle\\SearchBundle\\Api\\Repository\\CruiseRepository' => 'getCruiseRepositoryService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand' => 'getCronCreateCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand' => 'getCronDeleteCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand' => 'getCronDisableCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand' => 'getCronEnableCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand' => 'getCronListCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand' => 'getCronReportsTruncateCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand' => 'getCronRunCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand' => 'getCronStartCommandService',
'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand' => 'getCronStopCommandService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'crea.controller.datatable' => 'getCrea_Controller_DatatableService',
'cron.executor' => 'getCron_ExecutorService',
'cron.manager' => 'getCron_ManagerService',
'cron.resolver' => 'getCron_ResolverService',
'cron.validator' => 'getCron_ValidatorService',
'error_controller' => 'getErrorControllerService',
'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
'knp_paginator' => 'getKnpPaginatorService',
'knp_snappy.image' => 'getKnpSnappy_ImageService',
'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
'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.chainer' => 'getLiipImagine_Binary_Loader_ChainerService',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
'liip_imagine.binary.loader.remote_images' => 'getLiipImagine_Binary_Loader_RemoteImagesService',
'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',
'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
'oneup_flysystem.documents_filesystem' => 'getOneupFlysystem_DocumentsFilesystemService',
'oneup_flysystem.images_filesystem' => 'getOneupFlysystem_ImagesFilesystemService',
'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
];
$this->aliases = [
'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
'App\\Kernel' => 'kernel',
'api_platform.action.delete_item' => 'api_platform.action.placeholder',
'api_platform.action.get_collection' => 'api_platform.action.placeholder',
'api_platform.action.get_item' => 'api_platform.action.placeholder',
'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
'api_platform.action.patch_item' => 'api_platform.action.placeholder',
'api_platform.action.post_collection' => 'api_platform.action.placeholder',
'api_platform.action.put_item' => 'api_platform.action.placeholder',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/src/Assurever/AssureverTrait.php';
include_once \dirname(__DIR__, 4).'/src/Assurever/AssureverRepository.php';
include_once \dirname(__DIR__, 4).'/src/BookingProcess/ProcessHelper/AccountHelper.php';
include_once \dirname(__DIR__, 4).'/src/BookingProcess/ProcessHelper/ApplicationFeeHelper.php';
include_once \dirname(__DIR__, 4).'/src/BookingProcess/ProcessHelper/BalanceBeforeDepartureHelper.php';
include_once \dirname(__DIR__, 4).'/src/BookingProcess/ProcessHelper/Company/Option/OptionHelperProvider.php';
include_once \dirname(__DIR__, 4).'/src/BookingProcess/ProcessHelper/MultiPaymentHelper.php';
include_once \dirname(__DIR__, 4).'/src/BookingProcess/ProcessHelper/PaymentHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/KernelControllerSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/KernelRequestSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/GridExtensions/Filter/ContactSegmentFilter/ContactSegmentFilterHelper.php';
include_once \dirname(__DIR__, 4).'/src/GridExtensions/Filter/ContactSegmentFilter/ContactSegmentFiltersProvider.php';
include_once \dirname(__DIR__, 4).'/src/Handler/HttpRefererHandler.php';
include_once \dirname(__DIR__, 4).'/src/Helper/AttributedDiscountHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/AttributedInsuranceHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/CabinCategoryHistoryHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/CabinHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/ContactHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/CruiseHistoryChangeHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/DiscountHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/EmailContentHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/EmailSenderHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/InvoiceHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/ItinerarySegmentHistoryHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/MarginProductHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/NationalityHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/ParticipantHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/PartnerCompanyDiscountHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/PartnerHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/ProductCategoryHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/ProductVariantHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/SupplierPaymentHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/TodoTypeProvider.php';
include_once \dirname(__DIR__, 4).'/src/Helper/TotalsCalculator.php';
include_once \dirname(__DIR__, 4).'/src/Helper/__Accounting/SupplierHelper.php';
include_once \dirname(__DIR__, 4).'/src/Logger/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Logger/FileLogger/FileLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Logger/FileLogger/AbstractFileLogger.php';
include_once \dirname(__DIR__, 4).'/src/Logger/FileLogger/TotalsCalculator/TotalsCalculatorFileLogger.php';
include_once \dirname(__DIR__, 4).'/src/Helper/__Accounting/InsuranceHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/__Accounting/PartnerHelper.php';
include_once \dirname(__DIR__, 4).'/src/Model/__Accounting/PartnerTemplateContent/PartnerTemplateContentModelProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Model/__Accounting/PartnerTemplateContent/PartnerTemplateContentModelProvider.php';
include_once \dirname(__DIR__, 4).'/src/Helper/__Booking/BookingDetailsPageConfigurationHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/__Booking/BookingHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/__Marketing/DepartureHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/__Sale/LegalTextHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/__Sale/ProspectRequestHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/__Sale/QuoteHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Mailjet/Normalizer/MailjetNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/src/Mailjet/Normalizer/AbstractMailjetNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Mailjet/Normalizer/MailjetCampaignNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Mailjet/Normalizer/MailjetContactListNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Mailjet/Normalizer/MailjetContactNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Mailjet/Normalizer/MailjetStatisticNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Manager/Level_1/ManagerTools/ManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Manager/Level_1/ManagerTools/AbstractManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Level_1/AttributedManagerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Level_1/AttributedDiscountManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Level_1/FormalityHistoryManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Notification/NotificationManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Notification/Sms/SmsManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/NotifierInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Notifier.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).'/vendor/symfony/notifier/Channel/ChannelPolicyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Channel/ChannelPolicy.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvContentNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/AbstractCsvContentNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvBookingAmountNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvBookingCabinCategoryHistoryNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvBookingCruiseHistoryNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvBookingNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvBookingPassengerNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvContractNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvInvoiceLineCabinNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvInvoiceLineDiscountNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvInvoiceLineInsuranceNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvInvoiceLineServiceNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvInvoiceNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvQuoteCabinCategoryHistoryNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvQuoteCruiseHistoryNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvQuoteLineCabinNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvQuoteLineDiscountNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvQuoteLineInsuranceNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvQuoteLineServiceNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvQuoteNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CsvQuotePassengerNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Repository/LoadCorrBookingRepository.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/ItinerarySegmentHistoryNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Accounting/AccountRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Accounting/ApplicationFeeRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Accounting/AttributedInsuranceRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Accounting/AttributedProductVariantRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Accounting/BalanceBeforeDepartureRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Accounting/InvoiceLineRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Accounting/InvoiceRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Accounting/PaymentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Accounting/QuoteLineRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ApplicationFilterLimitationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ApplicationFilterRepository.php';
include_once \dirname(__DIR__, 4).'/src/Recap/RecapHelperTrait.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Booking/BookingRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Booking/CabinOptionDurationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Booking/ProspectRequestRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Booking/QuoteRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Cruise/Company/AdvantageRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Cruise/Cruise/CruiseHistoryRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Cruise/Itinerary/DestinationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Discount/AttributedDiscountRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Discount/DiscountRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Email/EmailContentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Notification/NotificationRuleRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Notification/ReminderRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Partner/PartnerByContactHistoryRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Partner/PartnerByContactRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Partner/PartnerCompanyDiscountRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/common-bundle/src/Repository/AbstractPartnerRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Partner/PartnerRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Product/MarginCabinRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Product/MarginProductRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Product/ProductRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Product/ProductVariantRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Selling/SellingSegmentCabinTypePointRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Selling/SellingSegmentRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/User/UserCmsRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Repository/UserRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/User/UserRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/__Accounting/Partner/PartnerRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/__Accounting/Partner/AbstractPartnerRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/__Accounting/PartnerAllowance/AllowanceRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/__Accounting/PartnerAllowance/PartnerAllowanceRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/__Accounting/PartnerParticipation/ParticipationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/__Accounting/PartnerParticipation/PartnerParticipationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/__Accounting/PartnerTemplate/PartnerTemplateContentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/__Accounting/SupplierRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/__Sale/LegalTextRepository.php';
include_once \dirname(__DIR__, 4).'/src/RepositoryView/__Accounting/InsuranceViewRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Manager/Level_0/ManagerTools/ManagerProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Manager/Level_0/ManagerTools/ManagerProvider.php';
include_once \dirname(__DIR__, 4).'/src/Assurever/SoapClient/AssureverClientInterface.php';
include_once \dirname(__DIR__, 4).'/src/Assurever/SoapClient/AssureverClient.php';
include_once \dirname(__DIR__, 4).'/src/Model/__Booking/BookingDetailsSection/BookingDetailsSectionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Model/__Booking/BookingDetailsSection/BookingDetailsSectionProvider.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/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/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/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/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/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/crea/security-bundle/src/ParamConverter/ProfileParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/ParamConverter/UserParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.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/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.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/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Expression/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Filter/FilterTypeRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Filter/FilterTypeRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Filter/FilterTypeInterface.php';
include_once \dirname(__DIR__, 4).'/src/GridExtensions/Filter/ContactSegmentFilterType.php';
include_once \dirname(__DIR__, 4).'/src/GridExtensions/Filter/DaysBeforeDateFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Options/OptionsInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Options/FilterOptions.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Filter/BooleanFilterType.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Filter/DateFilterType.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Filter/EntityFilterType.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Filter/ExistsFilterType.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Filter/NumberFilterType.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Filter/SelectFilterType.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Filter/StringFilterType.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Options/EntityFilterOptions.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Options/StringFilterOptions.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Renderer/GridRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Renderer/GridRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Action/ActionTypeRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Action/ActionTypeRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Action/ActionTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Action/BulkActionType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/DataAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/UrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Options/RouteOptions.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Field/FieldTypeRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Field/FieldTypeRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Field/FieldTypeInterface.php';
include_once \dirname(__DIR__, 4).'/src/GridExtensions/Field/BtnType.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Field/ActionFieldType.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Field/DateFieldType.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Field/DeleteActionFieldType.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Field/StringFieldType.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Field/TwigFieldType.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/search-bundle/Api/Security/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/search-bundle/Api/Security/FilesystemTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/search-bundle/Api/Security/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/search-bundle/Api/Security/TokenGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/DashPathSegmentNameGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/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/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.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/vich/uploader-bundle/src/Metadata/MetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 4).'/vendor/mailjet/mailjet-apiv3-php/src/Mailjet/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/mailjet/mailjet-bundle/src/Client/MailjetClient.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/common-bundle/src/Helper/CmsErpApiHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/common-bundle/src/Helper/PartnerHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/common-bundle/src/Partner/WebService/PartnerWebServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/common-bundle/src/Partner/WebService/PartnerWebServiceProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Helper/DateTimeHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Helper/EntityManagerHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Adapter/Doctrine/ORM/QueryBuilderProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Adapter/Doctrine/ORM/SearchCriteriaProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Handler/DatatableSelectionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Security/DatatableSecurity.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/EventListener/HasAccessListener.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Helper/AccessHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Repository/RightRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Helper/DocumentationAccessHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Helper/DocumentationChapterHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Helper/DocumentationSearchHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Provider/DocumentationRightCodeProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Repository/ArticleRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Repository/ChapterRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Provider/ProcessConfigurationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/ProcessConfiguration/ProcessConfigurationSpecificValuesTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Provider/ProcessConfigurationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/ProcessConfiguration/ProcessConfigurationLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/ProcessConfiguration/ProcessConfigurationLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Validator/ProcessConfigurationValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Validator/ProcessConfigurationValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Provider/ProcessStepProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Provider/ProcessStepProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Validator/ProcessStepValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Validator/ProcessStepValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/ProcessStep/ProcessStepExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/ProcessStep/ProcessStepExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Twig/ProcessRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Twig/ProcessRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Helper/ParameterAccessHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Helper/ParameterHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Provider/ParameterRightCodeProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Repository/ParameterRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Repository/ParameterTypeRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Helper/EventAccessHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Helper/EventCategoryHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Helper/EventSearchHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Provider/EventRightCodeProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Repository/EventCategoryRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Repository/EventLogRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Repository/EventModelRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Repository/EventTypeRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/hr-bundle/src/Helper/PlanningHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/hr-bundle/src/Normalizer/PlanningCommentNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/hr-bundle/src/Normalizer/PlanningEventNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/hr-bundle/src/Normalizer/PlanningLeaveNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/search-bundle/Api/UrlProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/search-bundle/Api/UrlProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/search-bundle/Api/ApiClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/search-bundle/Api/ApiClient.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/search-bundle/Api/EntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/search-bundle/Api/EntryPoint.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/search-bundle/Api/EntryPoint/LoginEntryPoint.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/Normalizer/UnwrappingDenormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Assurever/Normalizer/AssureverDateTimeNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Assurever/Normalizer/TarifExtensionNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CorrAtmosphereNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/CorrCabinCategoryNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/HistoryResultsNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/ImportResultsNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/LoadResultsNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/MappingResultsNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/MappingRulesResultsNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/MigrationDatatableFiltersNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/MigrationResultNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Normalizer/MigrationStatisticNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/AtmosphereNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/BookingParticipantNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/CabinCategoryNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/CabinCategoryServiceNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/CabinCategoryTypeNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/CompanyNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/ContactNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/CruiseIncludedGroupNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/CruiseTagCategoryNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/CruiseTagNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/DestinationNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/IncludedAssociationNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/ItineraryIncludedGroupNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/PartnerCompanyDiscountNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/PassengerInformationNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/ServiceNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/ShipNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/SpecialOfferCompanyNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/SpecialOfferNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Accounting/InsuranceFiltersNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Accounting/InsuranceTurnoverFiltersNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Booking/BookingDetailsPageConfigurationNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Booking/CabinTypeFilterNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Booking/CompanyFilterNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Booking/ShipFilterNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Contact/cms_api/CmsContactNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Contact/cms_api/CmsContactPreferencesNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Contact/contact/ContactListFiltersNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Partner/PartnerFilterNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Partner/PartnerListFiltersNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Quote/QuoteListFiltersNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Sale/LegalTextNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Sale/ProspectRequestListFiltersNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Normalizer/__Sale/SellerFilterNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Normalizer/AjaxGridViewNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Normalizer/DataTableGridViewNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/floa-bundle/src/Normalizer/FloaEligibilityGroupNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/floa-bundle/src/Normalizer/FloaExceptionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/floa-bundle/src/Normalizer/FloaPreEligibilityGroupNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/common-bundle/src/Normalizer/PartnerDiscountNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/common-bundle/src/Normalizer/PartnerNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Normalizer/ConfirmationMessageNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Normalizer/ActionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Normalizer/ColvisGroupNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Normalizer/DataTableStateNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Normalizer/FormActionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Normalizer/FormDateActionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Normalizer/FormDateRangeActionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Normalizer/FormSelect2ActionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Normalizer/OperatorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Normalizer/SelectionActionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Normalizer/SearchNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Normalizer/ProcessStateNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Normalizer/ProcessStepValidationNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Normalizer/SearchNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Normalizer/SearchNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/mailjet/mailjet-bundle/src/DataCollector/MailjetDataCollector.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/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/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/Mailjet/Twig/MailjetOperationTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Mailjet/Helper/MailjetOperationHelper.php';
include_once \dirname(__DIR__, 4).'/src/Migration/Twig/ProductTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ApplicationFilterTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/BookingProcessTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/CabinCategoryHistoryTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/CabinTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ContactSegmentGridFilterExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ContactTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/CountryTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/CruiseHistoryChangeTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/EmailTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/FormalityHistoryTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/FormatFiltersTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/MarginExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/NewsletterSubscriberTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Helper/NewsletterSubscriberHelper.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ParticipantTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ProductCategoryTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ProductVariantTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ProspectProjectExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/QuoteTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Factory/Recap/SellerBonusesRecapFactoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Twig/RecapTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ReturnUrlExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/StringFiltersTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/__Accounting/InsuranceTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/__Accounting/InvoiceTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/__Accounting/PartnerTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/__Accounting/SupplierPaymentTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/__Booking/BookingTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/__Marketing/CruiseHistoryTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/__Marketing/DepartureTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/__Marketing/IncludedHistoryTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/__Marketing/ItineraryHistoryTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/__Partner/PartnerTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/__Sale/LegalTextTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/__Sale/ProspectRequestTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Grid/Twig/GridRendererExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/croisiland/search-bundle/Twig/Extension/PimApiExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/AbstractEnumTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumConstantTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumValuesAsArrayTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/ReadableEnumValueTwigExtension.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/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/inky-extra/InkyExtension.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/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Twig/ToolsTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Twig/DataTablesExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Twig/SecurityTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/admin-bundle/src/Twig/AdminTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/admin-bundle/src/Provider/MenuProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Menu/MenuProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Twig/SecurityMenuProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Twig/ParameterMenuProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Twig/EventMenuProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Twig/DocumentationTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Twig/ProcessTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Twig/ParameterTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Twig/EventTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/hr-bundle/src/Twig/PlanningTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
return $class::do($this, $lazyLoad);
}
if ('.' === $file[-4]) {
$class = substr($class, 0, -4);
} else {
$file .= '.php';
}
$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
}
protected function createProxy($class, \Closure $factory)
{
class_exists($class, false) || require __DIR__.'/'.$class.'.php';
return $factory();
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
$a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
if (isset($this->services['.container.private.form.factory'])) {
return $this->services['.container.private.form.factory'];
}
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
$d->addInstance('assurever.cache', ($this->privates['assurever.cache'] ?? $this->getAssurever_CacheService()));
$d->addInstance('costa.cache', ($this->privates['costa.cache'] ?? $this->getCosta_CacheService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
$d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
$d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
$d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
$d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
$d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
$d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
$f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$h->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add($e);
$instance->add($f);
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add($g);
$instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
$instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
$instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$instance->add(new \Mailjet\MailjetBundle\DataCollector\MailjetDataCollector(($this->privates['mailjet.client'] ?? $this->getMailjet_ClientService()), new \Mailjet\MailjetBundle\Client\MailjetClient($this->getEnv('MAILJET_APIKEY_PUBLIC'), $this->getEnv('MAILJET_APIKEY_PRIVATE'), true, [])));
$instance->add($h);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false, false, false);
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
$a = ($this->privates['App\\Mailjet\\Normalizer\\MailjetCampaignNormalizer'] ?? $this->getMailjetCampaignNormalizerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$b = ($this->privates['App\\Mailjet\\Normalizer\\MailjetContactListNormalizer'] ?? $this->getMailjetContactListNormalizerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$c = ($this->privates['App\\Mailjet\\Normalizer\\MailjetContactNormalizer'] ?? $this->getMailjetContactNormalizerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$d = ($this->privates['App\\Mailjet\\Normalizer\\MailjetStatisticNormalizer'] ?? $this->getMailjetStatisticNormalizerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$e = ($this->privates['App\\Helper\\NationalityHelper'] ?? $this->getNationalityHelperService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$f = ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'] ?? $this->getGridRendererService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$g = ($this->privates['Crea\\HRBundle\\Normalizer\\PlanningCommentNormalizer'] ?? $this->getPlanningCommentNormalizerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$h = ($this->privates['Crea\\HRBundle\\Normalizer\\PlanningEventNormalizer'] ?? $this->getPlanningEventNormalizerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$i = ($this->privates['Crea\\HRBundle\\Normalizer\\PlanningLeaveNormalizer'] ?? $this->getPlanningLeaveNormalizerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$j = ($this->privates['.1_Serializer~fkSxS5G'] ?? $this->get_1SerializerfkSxS5GService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$k = ($this->privates['api_platform.swagger.normalizer.api_gateway'] ?? $this->getApiPlatform_Swagger_Normalizer_ApiGatewayService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$l = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$m = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$n = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$o = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$q = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$r = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$s = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$t = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$u = ($this->privates['App\\Repository\\__Accounting\\SupplierRepository'] ?? $this->getSupplierRepositoryService());
$v = ($this->services['translator'] ?? $this->getTranslatorService());
$w = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$x = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer($j));
$y = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
$z = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
$aa = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
$ba = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
$ca = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($ba);
$da = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($ba, $y, $t, $s, $ca, NULL, [], $s);
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($t), 1 => new \App\Assurever\Normalizer\AssureverDateTimeNormalizer(), 2 => new \App\Assurever\Normalizer\TarifExtensionNormalizer(), 3 => $a, 4 => $b, 5 => $c, 6 => $d, 7 => new \App\Migration\Normalizer\CorrAtmosphereNormalizer(), 8 => new \App\Migration\Normalizer\CorrCabinCategoryNormalizer(), 9 => ($this->privates['App\\Migration\\Normalizer\\CsvBookingAmountNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvBookingAmountNormalizer'] = new \App\Migration\Normalizer\CsvBookingAmountNormalizer())), 10 => ($this->privates['App\\Migration\\Normalizer\\CsvBookingCabinCategoryHistoryNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvBookingCabinCategoryHistoryNormalizer'] = new \App\Migration\Normalizer\CsvBookingCabinCategoryHistoryNormalizer())), 11 => ($this->privates['App\\Migration\\Normalizer\\CsvBookingCruiseHistoryNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvBookingCruiseHistoryNormalizer'] = new \App\Migration\Normalizer\CsvBookingCruiseHistoryNormalizer())), 12 => ($this->privates['App\\Migration\\Normalizer\\CsvBookingNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvBookingNormalizer'] = new \App\Migration\Normalizer\CsvBookingNormalizer())), 13 => ($this->privates['App\\Migration\\Normalizer\\CsvBookingPassengerNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvBookingPassengerNormalizer'] = new \App\Migration\Normalizer\CsvBookingPassengerNormalizer())), 14 => ($this->privates['App\\Migration\\Normalizer\\CsvContractNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvContractNormalizer'] = new \App\Migration\Normalizer\CsvContractNormalizer())), 15 => ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineCabinNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineCabinNormalizer'] = new \App\Migration\Normalizer\CsvInvoiceLineCabinNormalizer())), 16 => ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineDiscountNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineDiscountNormalizer'] = new \App\Migration\Normalizer\CsvInvoiceLineDiscountNormalizer())), 17 => ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineInsuranceNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineInsuranceNormalizer'] = new \App\Migration\Normalizer\CsvInvoiceLineInsuranceNormalizer())), 18 => ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineServiceNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceLineServiceNormalizer'] = new \App\Migration\Normalizer\CsvInvoiceLineServiceNormalizer())), 19 => ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvInvoiceNormalizer'] = new \App\Migration\Normalizer\CsvInvoiceNormalizer())), 20 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteCabinCategoryHistoryNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteCabinCategoryHistoryNormalizer'] = new \App\Migration\Normalizer\CsvQuoteCabinCategoryHistoryNormalizer())), 21 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteCruiseHistoryNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteCruiseHistoryNormalizer'] = new \App\Migration\Normalizer\CsvQuoteCruiseHistoryNormalizer())), 22 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineCabinNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineCabinNormalizer'] = new \App\Migration\Normalizer\CsvQuoteLineCabinNormalizer())), 23 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineDiscountNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineDiscountNormalizer'] = new \App\Migration\Normalizer\CsvQuoteLineDiscountNormalizer())), 24 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineInsuranceNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineInsuranceNormalizer'] = new \App\Migration\Normalizer\CsvQuoteLineInsuranceNormalizer())), 25 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineServiceNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteLineServiceNormalizer'] = new \App\Migration\Normalizer\CsvQuoteLineServiceNormalizer())), 26 => ($this->privates['App\\Migration\\Normalizer\\CsvQuoteNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuoteNormalizer'] = new \App\Migration\Normalizer\CsvQuoteNormalizer())), 27 => ($this->privates['App\\Migration\\Normalizer\\CsvQuotePassengerNormalizer'] ?? ($this->privates['App\\Migration\\Normalizer\\CsvQuotePassengerNormalizer'] = new \App\Migration\Normalizer\CsvQuotePassengerNormalizer())), 28 => new \App\Migration\Normalizer\HistoryResultsNormalizer(), 29 => new \App\Migration\Normalizer\ImportResultsNormalizer(), 30 => new \App\Migration\Normalizer\LoadResultsNormalizer(), 31 => new \App\Migration\Normalizer\MappingResultsNormalizer(), 32 => new \App\Migration\Normalizer\MappingRulesResultsNormalizer(), 33 => new \App\Migration\Normalizer\MigrationDatatableFiltersNormalizer(), 34 => new \App\Migration\Normalizer\MigrationResultNormalizer(), 35 => new \App\Migration\Normalizer\MigrationStatisticNormalizer(), 36 => new \App\Normalizer\AtmosphereNormalizer(), 37 => new \App\Normalizer\BookingParticipantNormalizer(), 38 => new \App\Normalizer\CabinCategoryNormalizer(), 39 => new \App\Normalizer\CabinCategoryServiceNormalizer(), 40 => new \App\Normalizer\CabinCategoryTypeNormalizer(), 41 => new \App\Normalizer\CompanyNormalizer(), 42 => new \App\Normalizer\ContactNormalizer($e), 43 => new \App\Normalizer\CruiseIncludedGroupNormalizer(), 44 => new \App\Normalizer\CruiseTagCategoryNormalizer(), 45 => new \App\Normalizer\CruiseTagNormalizer(), 46 => new \App\Normalizer\DestinationNormalizer(), 47 => new \App\Normalizer\IncludedAssociationNormalizer(), 48 => new \App\Normalizer\ItineraryIncludedGroupNormalizer(), 49 => ($this->privates['App\\Normalizer\\ItinerarySegmentHistoryNormalizer'] ?? ($this->privates['App\\Normalizer\\ItinerarySegmentHistoryNormalizer'] = new \App\Normalizer\ItinerarySegmentHistoryNormalizer())), 50 => new \App\Normalizer\PartnerCompanyDiscountNormalizer(), 51 => new \App\Normalizer\PassengerInformationNormalizer(), 52 => new \App\Normalizer\ServiceNormalizer(), 53 => new \App\Normalizer\ShipNormalizer(), 54 => new \App\Normalizer\SpecialOfferCompanyNormalizer(), 55 => new \App\Normalizer\SpecialOfferNormalizer(), 56 => new \App\Normalizer\__Accounting\InsuranceFiltersNormalizer($u), 57 => new \App\Normalizer\__Accounting\InsuranceTurnoverFiltersNormalizer($u), 58 => new \App\Normalizer\__Booking\BookingDetailsPageConfigurationNormalizer(), 59 => new \App\Normalizer\__Booking\CabinTypeFilterNormalizer(), 60 => new \App\Normalizer\__Booking\CompanyFilterNormalizer(), 61 => new \App\Normalizer\__Booking\ShipFilterNormalizer(), 62 => new \App\Normalizer\__Contact\cms_api\CmsContactNormalizer(), 63 => new \App\Normalizer\__Contact\cms_api\CmsContactPreferencesNormalizer(), 64 => new \App\Normalizer\__Contact\contact\ContactListFiltersNormalizer(), 65 => new \App\Normalizer\__Partner\PartnerFilterNormalizer(), 66 => new \App\Normalizer\__Partner\PartnerListFiltersNormalizer(), 67 => new \App\Normalizer\__Quote\QuoteListFiltersNormalizer(), 68 => new \App\Normalizer\__Sale\LegalTextNormalizer(), 69 => new \App\Normalizer\__Sale\ProspectRequestListFiltersNormalizer(), 70 => new \App\Normalizer\__Sale\SellerFilterNormalizer(), 71 => new \Crea\Bundle\GridBundle\Grid\Normalizer\AjaxGridViewNormalizer($f), 72 => new \Crea\Bundle\GridBundle\Grid\Normalizer\DataTableGridViewNormalizer(), 73 => new \Crea\FloaBundle\Normalizer\FloaEligibilityGroupNormalizer(), 74 => new \Crea\FloaBundle\Normalizer\FloaExceptionNormalizer(), 75 => new \Crea\FloaBundle\Normalizer\FloaPreEligibilityGroupNormalizer(), 76 => new \Croisiland\CommonBundle\Normalizer\PartnerDiscountNormalizer(), 77 => new \Croisiland\CommonBundle\Normalizer\PartnerNormalizer(), 78 => new \Crea\ToolsBundle\Normalizer\ConfirmationMessageNormalizer($v), 79 => new \Crea\DatatableBundle\Normalizer\ActionNormalizer($v), 80 => new \Crea\DatatableBundle\Normalizer\ColvisGroupNormalizer(), 81 => new \Crea\DatatableBundle\Normalizer\DataTableStateNormalizer(), 82 => new \Crea\DatatableBundle\Normalizer\FormActionNormalizer($v), 83 => new \Crea\DatatableBundle\Normalizer\FormDateActionNormalizer($v, $w), 84 => new \Crea\DatatableBundle\Normalizer\FormDateRangeActionNormalizer($v, $w), 85 => new \Crea\DatatableBundle\Normalizer\FormSelect2ActionNormalizer($v), 86 => new \Crea\DatatableBundle\Normalizer\OperatorNormalizer($v, $w), 87 => new \Crea\DatatableBundle\Normalizer\SelectionActionNormalizer($v), 88 => new \Crea\DocumentationBundle\Normalizer\SearchNormalizer(), 89 => new \Crea\ProcessBundle\Normalizer\ProcessStateNormalizer(), 90 => new \Crea\ProcessBundle\Normalizer\ProcessStepValidationNormalizer(), 91 => new \Crea\ParameterBundle\Normalizer\SearchNormalizer(($this->privates['Crea\\ParameterBundle\\Repository\\ParameterTypeRepository'] ?? $this->getParameterTypeRepositoryService())), 92 => new \Crea\EventBundle\Normalizer\SearchNormalizer(), 93 => $g, 94 => $h, 95 => $i, 96 => $x, 97 => $k, 98 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $y), 99 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $y), 100 => $k, 101 => $x, 102 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($z, $m, $n, $aa, NULL, $l, NULL, $y), 103 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($z, $o, $l), 104 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($l, true), 105 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 106 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 107 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 108 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 109 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($z, $m, $n, $o, $aa, $p, $t, $y, $ba, [], new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
}, 1), $q), 110 => new \ApiPlatform\Serializer\ItemNormalizer($m, $n, $o, $aa, $t, $y, $ba, $r, false, NULL, new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
}, 1), $z, $q), 111 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 112 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $y), 113 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($ba, $y, $s, $ca, NULL, [])), 114 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 115 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 116 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 117 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 118 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 119 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($p, $aa, $o, NULL), 'page', 'pagination', $z, $t), $z, $aa, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), 120 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 121 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($da, $o, $p), 122 => $da], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => ($this->privates['serializer.encoder.json'] ?? ($this->privates['serializer.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL))), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
}
/**
* Gets the public '.container.private.state_machine.booking_workflow' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_BookingWorkflowService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.booking_workflow'])) {
return $this->services['.container.private.state_machine.booking_workflow'];
}
return $this->services['.container.private.state_machine.booking_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'not_booked', 1 => 'waiting_for_payment', 2 => 'account_paid', 3 => 'fully_paid', 4 => 'cancelled_account_paid', 5 => 'cancelled_fully_paid'], [0 => ($this->privates['.state_machine.booking_workflow.transition.0'] ?? ($this->privates['.state_machine.booking_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('waiting_for_payment', 'not_booked', 'waiting_for_payment'))), 1 => ($this->privates['.state_machine.booking_workflow.transition.1'] ?? ($this->privates['.state_machine.booking_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('booking', 'not_booked', 'account_paid'))), 2 => ($this->privates['.state_machine.booking_workflow.transition.2'] ?? ($this->privates['.state_machine.booking_workflow.transition.2'] = new \Symfony\Component\Workflow\Transition('booking', 'waiting_for_payment', 'account_paid'))), 3 => ($this->privates['.state_machine.booking_workflow.transition.3'] ?? ($this->privates['.state_machine.booking_workflow.transition.3'] = new \Symfony\Component\Workflow\Transition('selling', 'account_paid', 'fully_paid'))), 4 => ($this->privates['.state_machine.booking_workflow.transition.4'] ?? ($this->privates['.state_machine.booking_workflow.transition.4'] = new \Symfony\Component\Workflow\Transition('not_fully_paid', 'fully_paid', 'account_paid'))), 5 => ($this->privates['.state_machine.booking_workflow.transition.5'] ?? ($this->privates['.state_machine.booking_workflow.transition.5'] = new \Symfony\Component\Workflow\Transition('cancelling_during_booking', 'account_paid', 'cancelled_account_paid'))), 6 => ($this->privates['.state_machine.booking_workflow.transition.6'] ?? ($this->privates['.state_machine.booking_workflow.transition.6'] = new \Symfony\Component\Workflow\Transition('cancelling_after_booking', 'fully_paid', 'cancelled_fully_paid')))], [0 => 'not_booked'], ($this->privates['state_machine.booking_workflow.metadata_store'] ?? $this->getStateMachine_BookingWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'step'), $a, 'booking_workflow', NULL);
}
/**
* Gets the public '.container.private.state_machine.cabin_workflow' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_CabinWorkflowService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.cabin_workflow'])) {
return $this->services['.container.private.state_machine.cabin_workflow'];
}
return $this->services['.container.private.state_machine.cabin_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'no_option', 1 => 'option', 2 => 'cancelled', 3 => 'cancelled_option', 4 => 'account_paid', 5 => 'fully_paid'], [0 => ($this->privates['.state_machine.cabin_workflow.transition.0'] ?? ($this->privates['.state_machine.cabin_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('option', 'no_option', 'option'))), 1 => ($this->privates['.state_machine.cabin_workflow.transition.1'] ?? ($this->privates['.state_machine.cabin_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('resetOption', 'option', 'no_option'))), 2 => ($this->privates['.state_machine.cabin_workflow.transition.2'] ?? ($this->privates['.state_machine.cabin_workflow.transition.2'] = new \Symfony\Component\Workflow\Transition('cancellation', 'no_option', 'cancelled'))), 3 => ($this->privates['.state_machine.cabin_workflow.transition.3'] ?? ($this->privates['.state_machine.cabin_workflow.transition.3'] = new \Symfony\Component\Workflow\Transition('booking', 'option', 'account_paid'))), 4 => ($this->privates['.state_machine.cabin_workflow.transition.4'] ?? ($this->privates['.state_machine.cabin_workflow.transition.4'] = new \Symfony\Component\Workflow\Transition('option_cancellation', 'option', 'cancelled_option'))), 5 => ($this->privates['.state_machine.cabin_workflow.transition.5'] ?? ($this->privates['.state_machine.cabin_workflow.transition.5'] = new \Symfony\Component\Workflow\Transition('fully_paid', 'account_paid', 'fully_paid')))], [0 => 'no_option'], ($this->privates['state_machine.cabin_workflow.metadata_store'] ?? $this->getStateMachine_CabinWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'step'), $a, 'cabin_workflow', NULL);
}
/**
* Gets the public '.container.private.state_machine.contract_workflow' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_ContractWorkflowService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.contract_workflow'])) {
return $this->services['.container.private.state_machine.contract_workflow'];
}
return $this->services['.container.private.state_machine.contract_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'current', 1 => 'cancelled', 2 => 'finalized'], [0 => ($this->privates['.state_machine.contract_workflow.transition.0'] ?? ($this->privates['.state_machine.contract_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('finalization', 'current', 'finalized'))), 1 => ($this->privates['.state_machine.contract_workflow.transition.1'] ?? ($this->privates['.state_machine.contract_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('cancellation', 'finalized', 'cancelled')))], [0 => 'current'], ($this->privates['state_machine.contract_workflow.metadata_store'] ?? $this->getStateMachine_ContractWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'status'), $a, 'contract_workflow', NULL);
}
/**
* Gets the public '.container.private.state_machine.credit_workflow' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_CreditWorkflowService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.credit_workflow'])) {
return $this->services['.container.private.state_machine.credit_workflow'];
}
return $this->services['.container.private.state_machine.credit_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'begin', 1 => 'in_progress', 2 => 'used', 3 => 'due', 4 => 'reimbursed'], [0 => ($this->privates['.state_machine.credit_workflow.transition.0'] ?? ($this->privates['.state_machine.credit_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('creation', 'begin', 'in_progress'))), 1 => ($this->privates['.state_machine.credit_workflow.transition.1'] ?? ($this->privates['.state_machine.credit_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('expiration', 'in_progress', 'due'))), 2 => ($this->privates['.state_machine.credit_workflow.transition.2'] ?? ($this->privates['.state_machine.credit_workflow.transition.2'] = new \Symfony\Component\Workflow\Transition('utilization', 'in_progress', 'used'))), 3 => ($this->privates['.state_machine.credit_workflow.transition.3'] ?? ($this->privates['.state_machine.credit_workflow.transition.3'] = new \Symfony\Component\Workflow\Transition('reimbursement', 'due', 'reimbursed')))], [0 => 'begin'], ($this->privates['state_machine.credit_workflow.metadata_store'] ?? $this->getStateMachine_CreditWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'status'), $a, 'credit_workflow', NULL);
}
/**
* Gets the public '.container.private.state_machine.invoiceLine_workflow' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_InvoiceLineWorkflowService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.invoiceLine_workflow'])) {
return $this->services['.container.private.state_machine.invoiceLine_workflow'];
}
return $this->services['.container.private.state_machine.invoiceLine_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'waiting', 1 => 'invoiced', 2 => 'cancelled'], [0 => ($this->privates['.state_machine.invoiceLine_workflow.transition.0'] ?? ($this->privates['.state_machine.invoiceLine_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('invoication', 'waiting', 'invoiced'))), 1 => ($this->privates['.state_machine.invoiceLine_workflow.transition.1'] ?? ($this->privates['.state_machine.invoiceLine_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('cancellation', 'invoiced', 'cancelled'))), 2 => ($this->privates['.state_machine.invoiceLine_workflow.transition.2'] ?? ($this->privates['.state_machine.invoiceLine_workflow.transition.2'] = new \Symfony\Component\Workflow\Transition('unSelection', 'waiting', 'cancelled')))], [0 => 'waiting'], ($this->privates['state_machine.invoiceLine_workflow.metadata_store'] ?? $this->getStateMachine_InvoiceLineWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'status'), $a, 'invoiceLine_workflow', NULL);
}
/**
* Gets the public '.container.private.state_machine.payment_workflow' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_PaymentWorkflowService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.payment_workflow'])) {
return $this->services['.container.private.state_machine.payment_workflow'];
}
return $this->services['.container.private.state_machine.payment_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'waiting', 1 => 'paid', 2 => 'cancelled'], [0 => ($this->privates['.state_machine.payment_workflow.transition.0'] ?? ($this->privates['.state_machine.payment_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('validation', 'waiting', 'paid'))), 1 => ($this->privates['.state_machine.payment_workflow.transition.1'] ?? ($this->privates['.state_machine.payment_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('cancellation', 'waiting', 'cancelled')))], [0 => 'waiting'], ($this->privates['state_machine.payment_workflow.metadata_store'] ?? $this->getStateMachine_PaymentWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'status'), $a, 'payment_workflow', NULL);
}
/**
* Gets the public '.container.private.state_machine.phone_call_workflow' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_PhoneCallWorkflowService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.phone_call_workflow'])) {
return $this->services['.container.private.state_machine.phone_call_workflow'];
}
return $this->services['.container.private.state_machine.phone_call_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'request', 1 => 'assigned', 2 => 'confirmed', 3 => 'executed', 4 => 'cancelled'], [0 => ($this->privates['.state_machine.phone_call_workflow.transition.0'] ?? ($this->privates['.state_machine.phone_call_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('assign', 'request', 'assigned'))), 1 => ($this->privates['.state_machine.phone_call_workflow.transition.1'] ?? ($this->privates['.state_machine.phone_call_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('unAssign', 'assigned', 'request'))), 2 => ($this->privates['.state_machine.phone_call_workflow.transition.2'] ?? ($this->privates['.state_machine.phone_call_workflow.transition.2'] = new \Symfony\Component\Workflow\Transition('confirm', 'assigned', 'confirmed'))), 3 => ($this->privates['.state_machine.phone_call_workflow.transition.3'] ?? ($this->privates['.state_machine.phone_call_workflow.transition.3'] = new \Symfony\Component\Workflow\Transition('execute', 'confirmed', 'executed'))), 4 => ($this->privates['.state_machine.phone_call_workflow.transition.4'] ?? ($this->privates['.state_machine.phone_call_workflow.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel', 'assigned', 'cancelled')))], [0 => 'request'], ($this->privates['state_machine.phone_call_workflow.metadata_store'] ?? $this->getStateMachine_PhoneCallWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'status'), $a, 'phone_call_workflow', NULL);
}
/**
* Gets the public '.container.private.state_machine.quote_web_workflow' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_QuoteWebWorkflowService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.quote_web_workflow'])) {
return $this->services['.container.private.state_machine.quote_web_workflow'];
}
return $this->services['.container.private.state_machine.quote_web_workflow'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'cabin', 1 => 'request', 2 => 'passengers', 3 => 'insurance', 4 => 'option', 5 => 'summary', 6 => 'payment', 7 => 'confirmed', 8 => 'deadline_over'], [0 => ($this->privates['.state_machine.quote_web_workflow.transition.0'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.0'] = new \Symfony\Component\Workflow\Transition('cabinChosen', 'cabin', 'request'))), 1 => ($this->privates['.state_machine.quote_web_workflow.transition.1'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.1'] = new \Symfony\Component\Workflow\Transition('chooseCabin', 'request', 'cabin'))), 2 => ($this->privates['.state_machine.quote_web_workflow.transition.2'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.2'] = new \Symfony\Component\Workflow\Transition('declarePassengers', 'request', 'passengers'))), 3 => ($this->privates['.state_machine.quote_web_workflow.transition.3'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.3'] = new \Symfony\Component\Workflow\Transition('unDeclarePassengers', 'passengers', 'request'))), 4 => ($this->privates['.state_machine.quote_web_workflow.transition.4'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.4'] = new \Symfony\Component\Workflow\Transition('poseOption', 'passengers', 'option'))), 5 => ($this->privates['.state_machine.quote_web_workflow.transition.5'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.5'] = new \Symfony\Component\Workflow\Transition('unPoseOption', 'option', 'passengers'))), 6 => ($this->privates['.state_machine.quote_web_workflow.transition.6'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.6'] = new \Symfony\Component\Workflow\Transition('addInsurance', 'option', 'insurance'))), 7 => ($this->privates['.state_machine.quote_web_workflow.transition.7'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.7'] = new \Symfony\Component\Workflow\Transition('unAddInsurance', 'insurance', 'option'))), 8 => ($this->privates['.state_machine.quote_web_workflow.transition.8'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.8'] = new \Symfony\Component\Workflow\Transition('summarize', 'insurance', 'summary'))), 9 => ($this->privates['.state_machine.quote_web_workflow.transition.9'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.9'] = new \Symfony\Component\Workflow\Transition('unSummarize', 'summary', 'insurance'))), 10 => ($this->privates['.state_machine.quote_web_workflow.transition.10'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.10'] = new \Symfony\Component\Workflow\Transition('gotoPayment', 'summary', 'payment'))), 11 => ($this->privates['.state_machine.quote_web_workflow.transition.11'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.11'] = new \Symfony\Component\Workflow\Transition('confirmOption', 'payment', 'confirmed'))), 12 => ($this->privates['.state_machine.quote_web_workflow.transition.12'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.12'] = new \Symfony\Component\Workflow\Transition('confirmBtoB', 'passengers', 'confirmed'))), 13 => ($this->privates['.state_machine.quote_web_workflow.transition.13'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.13'] = new \Symfony\Component\Workflow\Transition('confirmBtoB', 'summary', 'confirmed'))), 14 => ($this->privates['.state_machine.quote_web_workflow.transition.14'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.14'] = new \Symfony\Component\Workflow\Transition('confirmBtoB', 'insurance', 'confirmed'))), 15 => ($this->privates['.state_machine.quote_web_workflow.transition.15'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.15'] = new \Symfony\Component\Workflow\Transition('confirmBtoB', 'payment', 'confirmed'))), 16 => ($this->privates['.state_machine.quote_web_workflow.transition.16'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.16'] = new \Symfony\Component\Workflow\Transition('backToSummary', 'payment', 'summary'))), 17 => ($this->privates['.state_machine.quote_web_workflow.transition.17'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.17'] = new \Symfony\Component\Workflow\Transition('cancelOption', 'summary', 'deadline_over'))), 18 => ($this->privates['.state_machine.quote_web_workflow.transition.18'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.18'] = new \Symfony\Component\Workflow\Transition('cancelOption', 'insurance', 'deadline_over'))), 19 => ($this->privates['.state_machine.quote_web_workflow.transition.19'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.19'] = new \Symfony\Component\Workflow\Transition('cancelOption', 'option', 'deadline_over'))), 20 => ($this->privates['.state_machine.quote_web_workflow.transition.20'] ?? ($this->privates['.state_machine.quote_web_workflow.transition.20'] = new \Symfony\Component\Workflow\Transition('cancelOption', 'payment', 'deadline_over')))], [0 => 'cabin'], ($this->privates['state_machine.quote_web_workflow.metadata_store'] ?? $this->getStateMachine_QuoteWebWorkflow_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'webQuoteStep'), $a, 'quote_web_workflow', 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/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/templates/mailjet'), 'CreaMailjetNewsletter');
$a->addPath((\dirname(__DIR__, 4).'/public'), 'public_path');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/DependencyInjection/../Resources/views/bundles/CreaAdminBundle'), 'CreaAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/DependencyInjection/../Resources/views/bundles/CreaSecurityBundle'), 'CreaSecurity');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/DependencyInjection/../Resources/views/bundles/CreaDocumentationBundle'), 'CreaDocumentation');
$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).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Resources/views'), 'CreaGrid');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Resources/views'), '!CreaGrid');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
$a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/mailjet/mailjet-bundle/src/Resources/views'), 'Mailjet');
$a->addPath((\dirname(__DIR__, 4).'/vendor/mailjet/mailjet-bundle/src/Resources/views'), '!Mailjet');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Resources/views'), 'CreaTools');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Resources/views'), '!CreaTools');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/views'), 'CreaDatatable');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/views'), '!CreaDatatable');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Resources/views'), 'CreaSecurity');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Resources/views'), '!CreaSecurity');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/admin-bundle/src/Resources/views'), 'CreaAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/admin-bundle/src/Resources/views'), '!CreaAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Resources/views'), 'CreaDocumentation');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Resources/views'), '!CreaDocumentation');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Resources/views'), 'CreaProcess');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Resources/views'), '!CreaProcess');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Resources/views'), 'CreaParameter');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Resources/views'), '!CreaParameter');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Resources/views'), 'CreaEvent');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Resources/views'), '!CreaEvent');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/hr-bundle/src/Resources/views'), 'CreaHR');
$a->addPath((\dirname(__DIR__, 4).'/vendor/crea/hr-bundle/src/Resources/views'), '!CreaHR');
$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 = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
$g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$h = ($this->services['router'] ?? $this->getRouterService());
$i = new \Symfony\Component\Workflow\Registry();
$i->addWorkflow(($this->services['.container.private.state_machine.payment_workflow'] ?? $this->get_Container_Private_StateMachine_PaymentWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Accounting\\Payment'));
$i->addWorkflow(($this->services['.container.private.state_machine.invoiceLine_workflow'] ?? $this->get_Container_Private_StateMachine_InvoiceLineWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Accounting\\InvoiceLine'));
$i->addWorkflow(($this->services['.container.private.state_machine.credit_workflow'] ?? $this->get_Container_Private_StateMachine_CreditWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\__Accounting\\Credit'));
$i->addWorkflow(($this->services['.container.private.state_machine.cabin_workflow'] ?? $this->get_Container_Private_StateMachine_CabinWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Booking\\Cabin'));
$i->addWorkflow(($this->services['.container.private.state_machine.contract_workflow'] ?? $this->get_Container_Private_StateMachine_ContractWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Booking\\Contract'));
$i->addWorkflow(($this->services['.container.private.state_machine.booking_workflow'] ?? $this->get_Container_Private_StateMachine_BookingWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Booking\\Booking'));
$i->addWorkflow(($this->services['.container.private.state_machine.quote_web_workflow'] ?? $this->get_Container_Private_StateMachine_QuoteWebWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Booking\\Quote'));
$i->addWorkflow(($this->services['.container.private.state_machine.phone_call_workflow'] ?? $this->get_Container_Private_StateMachine_PhoneCallWorkflowService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\PhoneCall\\PhoneCall'));
$j = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$k = ($this->privates['App\\Helper\\CabinHelper'] ?? $this->getCabinHelperService());
$l = ($this->privates['App\\Helper\\TotalsCalculator'] ?? $this->getTotalsCalculatorService());
$m = ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService());
$n = ($this->privates['App\\Helper\\ProductVariantHelper'] ?? $this->getProductVariantHelperService());
$o = ($this->privates['App\\Repository\\Booking\\ProspectRequestRepository'] ?? $this->getProspectRequestRepositoryService());
$p = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
$q = ($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService());
$r = ($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService());
$s = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$s->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $g]);
$t = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
$u = ($this->privates['Crea\\ParameterBundle\\Helper\\ParameterAccessHelper'] ?? $this->getParameterAccessHelperService());
$v = ($this->privates['Crea\\EventBundle\\Helper\\EventAccessHelper'] ?? $this->getEventAccessHelperService());
$w = new \Symfony\Bridge\Twig\AppVariable();
$w->setEnvironment('dev');
$w->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$w->setTokenStorage($c);
}
if ($this->has('request_stack')) {
$w->setRequestStack($b);
}
$x = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $h)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\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 \App\Mailjet\Twig\MailjetOperationTwigExtension(new \App\Mailjet\Helper\MailjetOperationHelper()));
$instance->addExtension(new \App\Migration\Twig\ProductTwigExtension($j));
$instance->addExtension(new \App\Twig\ApplicationFilterTwigExtension(($this->privates['App\\Repository\\ApplicationFilterRepository'] ?? $this->getApplicationFilterRepositoryService()), ($this->privates['App\\Repository\\ApplicationFilterLimitationRepository'] ?? $this->getApplicationFilterLimitationRepositoryService()), ($this->privates['App\\Repository\\Cruise\\Itinerary\\DestinationRepository'] ?? $this->getDestinationRepositoryService())));
$instance->addExtension(new \App\Twig\BookingProcessTwigExtension($k, ($this->privates['App\\Helper\\TodoTypeProvider'] ?? $this->getTodoTypeProviderService())));
$instance->addExtension(new \App\Twig\CabinCategoryHistoryTwigExtension(($this->privates['App\\Helper\\CabinCategoryHistoryHelper'] ?? ($this->privates['App\\Helper\\CabinCategoryHistoryHelper'] = new \App\Helper\CabinCategoryHistoryHelper()))));
$instance->addExtension(new \App\Twig\CabinTwigExtension($k));
$instance->addExtension(new \App\Twig\ContactSegmentGridFilterExtension(($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\ContactSegmentFiltersProvider'] ?? $this->getContactSegmentFiltersProviderService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService())));
$instance->addExtension(new \App\Twig\ContactTwigExtension(($this->privates['App\\Helper\\NationalityHelper'] ?? $this->getNationalityHelperService()), ($this->privates['App\\Helper\\ContactHelper'] ?? $this->getContactHelperService())));
$instance->addExtension(new \App\Twig\CountryTwigExtension());
$instance->addExtension(new \App\Twig\CruiseHistoryChangeTwigExtension(($this->privates['App\\Helper\\CruiseHistoryChangeHelper'] ?? $this->getCruiseHistoryChangeHelperService())));
$instance->addExtension(new \App\Twig\EmailTwigExtension(($this->privates['App\\Helper\\EmailContentHelper'] ?? $this->getEmailContentHelperService())));
$instance->addExtension(new \App\Twig\FormalityHistoryTwigExtension(($this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'] ?? $this->getFormalityHistoryManagerService())));
$instance->addExtension(new \App\Twig\FormatFiltersTwigExtension());
$instance->addExtension(new \App\Twig\MarginExtension($l));
$instance->addExtension(new \App\Twig\NewsletterSubscriberTwigExtension(new \App\Helper\NewsletterSubscriberHelper()));
$instance->addExtension(new \App\Twig\ParticipantTwigExtension($m));
$instance->addExtension(new \App\Twig\ProductCategoryTwigExtension($j, ($this->privates['App\\Helper\\ProductCategoryHelper'] ?? $this->getProductCategoryHelperService())));
$instance->addExtension(new \App\Twig\ProductVariantTwigExtension(($this->privates['App\\Repository\\Product\\ProductRepository'] ?? $this->getProductRepositoryService()), $n, ($this->privates['App\\Repository\\Product\\ProductVariantRepository'] ?? $this->getProductVariantRepositoryService())));
$instance->addExtension(new \App\Twig\ProspectProjectExtension($o));
$instance->addExtension(new \App\Twig\QuoteTwigExtension($l, ($this->privates['App\\BookingProcess\\ProcessHelper\\Company\\Option\\OptionHelperProvider'] ?? $this->getOptionHelperProviderService()), ($this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'] ?? $this->getMultiPaymentHelperService()), $m, ($this->privates['App\\Repository\\Booking\\QuoteRepository'] ?? $this->getQuoteRepositoryService()), ($this->privates['App\\Helper\\__Sale\\QuoteHelper'] ?? ($this->privates['App\\Helper\\__Sale\\QuoteHelper'] = new \App\Helper\__Sale\QuoteHelper()))));
$instance->addExtension(new \App\Twig\RecapTwigExtension($p, $q));
$instance->addExtension(new \App\Twig\ReturnUrlExtension(($this->privates['App\\Handler\\HttpRefererHandler'] ?? $this->getHttpRefererHandlerService())));
$instance->addExtension(new \App\Twig\StringFiltersTwigExtension());
$instance->addExtension(new \App\Twig\__Accounting\InsuranceTwigExtension(($this->privates['App\\Helper\\__Accounting\\InsuranceHelper'] ?? $this->getInsuranceHelperService()), ($this->privates['App\\RepositoryView\\__Accounting\\InsuranceViewRepository'] ?? $this->getInsuranceViewRepositoryService()), ($this->privates['App\\Repository\\__Accounting\\SupplierRepository'] ?? $this->getSupplierRepositoryService())));
$instance->addExtension(new \App\Twig\__Accounting\InvoiceTwigExtension(($this->privates['App\\Helper\\InvoiceHelper'] ?? $this->getInvoiceHelperService())));
$instance->addExtension(new \App\Twig\__Accounting\PartnerTwigExtension($e, $h, $q, $b, ($this->privates['App\\Helper\\__Accounting\\PartnerHelper'] ?? $this->getPartnerHelperService()), $r));
$instance->addExtension(new \App\Twig\__Accounting\SupplierPaymentTwigExtension(($this->privates['App\\Helper\\SupplierPaymentHelper'] ?? $this->getSupplierPaymentHelperService())));
$instance->addExtension(new \App\Twig\__Booking\BookingTwigExtension($l, ($this->privates['App\\Repository\\Booking\\BookingRepository'] ?? $this->getBookingRepositoryService()), ($this->privates['booking.details.section_provider'] ?? $this->getBooking_Details_SectionProviderService()), ($this->privates['App\\Helper\\__Booking\\BookingDetailsPageConfigurationHelper'] ?? $this->getBookingDetailsPageConfigurationHelperService()), ($this->privates['App\\Helper\\__Booking\\BookingHelper'] ?? $this->getBookingHelperService()), ($this->privates['App\\Helper\\AttributedInsuranceHelper'] ?? $this->getAttributedInsuranceHelperService())));
$instance->addExtension(new \App\Twig\__Marketing\CruiseHistoryTwigExtension(($this->privates['App\\Repository\\Cruise\\Company\\AdvantageRepository'] ?? $this->getAdvantageRepositoryService())));
$instance->addExtension(new \App\Twig\__Marketing\DepartureTwigExtension(($this->privates['App\\Repository\\Cruise\\Cruise\\CruiseHistoryRepository'] ?? $this->getCruiseHistoryRepositoryService()), ($this->privates['App\\Helper\\__Marketing\\DepartureHelper'] ?? $this->getDepartureHelperService())));
$instance->addExtension(new \App\Twig\__Marketing\IncludedHistoryTwigExtension($n, $m));
$instance->addExtension(new \App\Twig\__Marketing\ItineraryHistoryTwigExtension(($this->privates['App\\Helper\\ItinerarySegmentHistoryHelper'] ?? ($this->privates['App\\Helper\\ItinerarySegmentHistoryHelper'] = new \App\Helper\ItinerarySegmentHistoryHelper())), $e));
$instance->addExtension(new \App\Twig\__Partner\PartnerTwigExtension($r, ($this->privates['Croisiland\\CommonBundle\\Helper\\PartnerHelper'] ?? ($this->privates['Croisiland\\CommonBundle\\Helper\\PartnerHelper'] = new \Croisiland\CommonBundle\Helper\PartnerHelper()))));
$instance->addExtension(new \App\Twig\__Sale\LegalTextTwigExtension(($this->privates['App\\Helper\\__Sale\\LegalTextHelper'] ?? $this->getLegalTextHelperService())));
$instance->addExtension(new \App\Twig\__Sale\ProspectRequestTwigExtension($q, $o, ($this->privates['App\\Helper\\__Sale\\ProspectRequestHelper'] ?? $this->getProspectRequestHelperService())));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($s));
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
], [
'webpack_encore.entrypoint_lookup_collection' => '?',
'webpack_encore.tag_renderer' => '?',
])));
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
$instance->addExtension(new \Crea\Bundle\GridBundle\Grid\Twig\GridRendererExtension(($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'] ?? $this->getGridRendererService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService())));
$instance->addExtension(new \Croisiland\Bundle\SearchBundle\Twig\Extension\PimApiExtension(($this->privates['croisiland_search.pim_api_token_storage'] ?? $this->getCroisilandSearch_PimApiTokenStorageService()), ($this->services['Croisiland\\Bundle\\SearchBundle\\Api\\UrlProviderInterface'] ?? ($this->services['Croisiland\\Bundle\\SearchBundle\\Api\\UrlProviderInterface'] = new \Croisiland\Bundle\SearchBundle\Api\UrlProvider($this->getEnv('string:resolve:CMS_URL').'/api', $this->getEnv('string:resolve:CMS_IP').'/api')))));
$instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
$instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
$instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
$instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h, $e)));
$instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
$instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
$instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
$instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
$instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $h, $f, $b, $instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
$instance->addExtension(new \Crea\ToolsBundle\Twig\ToolsTwigExtension($t, ($this->privates['Crea\\ToolsBundle\\Helper\\DateTimeHelper'] ?? ($this->privates['Crea\\ToolsBundle\\Helper\\DateTimeHelper'] = new \Crea\ToolsBundle\Helper\DateTimeHelper()))));
$instance->addExtension(new \Crea\DatatableBundle\Twig\DataTablesExtension(($this->privates['Crea\\DatatableBundle\\Security\\DatatableSecurity'] ?? $this->getDatatableSecurityService()), $h, ($this->privates['Crea\\DatatableBundle\\Handler\\DatatableSelectionHandler'] ?? $this->getDatatableSelectionHandlerService()), $e, $b));
$instance->addExtension(new \Crea\SecurityBundle\Twig\SecurityTwigExtension($q, $p, $t));
$instance->addExtension(new \Crea\AdminBundle\Twig\AdminTwigExtension(new \App\Menu\MenuProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Menu\\Section\\AccountingAdminMenuSection'] ?? $this->load('getAccountingAdminMenuSectionService'));
yield 1 => ($this->privates['App\\Menu\\Section\\AccountingMenuSection'] ?? $this->load('getAccountingMenuSectionService'));
yield 2 => ($this->privates['App\\Menu\\Section\\AdminMarketingMenuSection'] ?? $this->load('getAdminMarketingMenuSectionService'));
yield 3 => ($this->privates['App\\Menu\\Section\\AdminSaleBookingMenuSection'] ?? $this->load('getAdminSaleBookingMenuSectionService'));
yield 4 => ($this->privates['App\\Menu\\Section\\AdvAdminMenuSection'] ?? $this->load('getAdvAdminMenuSectionService'));
yield 5 => ($this->privates['App\\Menu\\Section\\AdvAutomationMenuSection'] ?? $this->load('getAdvAutomationMenuSectionService'));
yield 6 => ($this->privates['App\\Menu\\Section\\AdvMenuSection'] ?? $this->load('getAdvMenuSectionService'));
yield 7 => ($this->privates['App\\Menu\\Section\\BookingMenuSection'] ?? $this->load('getBookingMenuSectionService'));
yield 8 => ($this->privates['App\\Menu\\Section\\ContactMenuSection'] ?? $this->load('getContactMenuSectionService'));
yield 9 => ($this->privates['App\\Menu\\Section\\DashboardMenuSection'] ?? $this->load('getDashboardMenuSectionService'));
yield 10 => ($this->privates['App\\Menu\\Section\\DataAdminMenuSection'] ?? $this->load('getDataAdminMenuSectionService'));
yield 11 => ($this->privates['App\\Menu\\Section\\MarketingMenuSection'] ?? $this->load('getMarketingMenuSectionService'));
yield 12 => ($this->privates['App\\Menu\\Section\\MigrationMenuSection'] ?? $this->load('getMigrationMenuSectionService'));
yield 13 => ($this->privates['App\\Menu\\Section\\PartnerMenuSection'] ?? $this->load('getPartnerMenuSectionService'));
yield 14 => ($this->privates['App\\Menu\\Section\\ProspectRequestMenuSection'] ?? $this->load('getProspectRequestMenuSectionService'));
yield 15 => ($this->privates['App\\Menu\\Section\\QuoteMenuSection'] ?? $this->load('getQuoteMenuSectionService'));
yield 16 => ($this->privates['App\\Menu\\Section\\SellingRecapMenuSection'] ?? $this->load('getSellingRecapMenuSectionService'));
yield 17 => ($this->privates['App\\Menu\\Section\\TurnoverMenuSection'] ?? $this->load('getTurnoverMenuSectionService'));
yield 18 => ($this->privates['App\\Menu\\Section\\WebServicesMenuSection'] ?? $this->load('getWebServicesMenuSectionService'));
}, 19), new \Crea\SecurityBundle\Twig\SecurityMenuProvider($e, $h, $b), new \Crea\ParameterBundle\Twig\ParameterMenuProvider($e, $h, $b, $u), new \Crea\EventBundle\Twig\EventMenuProvider($e, $h, $b, $v)), $q, ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)))))));
$instance->addExtension(new \Crea\DocumentationBundle\Twig\DocumentationTwigExtension(($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationAccessHelper'] ?? $this->getDocumentationAccessHelperService()), ($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationChapterHelper'] ?? ($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationChapterHelper'] = new \Crea\DocumentationBundle\Helper\DocumentationChapterHelper())), ($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationSearchHelper'] ?? $this->getDocumentationSearchHelperService()), $t, $j));
$instance->addExtension(new \Crea\ProcessBundle\Twig\ProcessTwigExtension(($this->privates['process.step.extractor'] ?? ($this->privates['process.step.extractor'] = new \Crea\ProcessBundle\ProcessStep\ProcessStepExtractor())), ($this->privates['process.renderer'] ?? $this->getProcess_RendererService()), ($this->privates['process.step.validator'] ?? $this->getProcess_Step_ValidatorService())));
$instance->addExtension(new \Crea\ParameterBundle\Twig\ParameterTwigExtension($u, $r));
$instance->addExtension(new \Crea\EventBundle\Twig\EventTwigExtension($v, ($this->privates['Crea\\EventBundle\\Helper\\EventCategoryHelper'] ?? ($this->privates['Crea\\EventBundle\\Helper\\EventCategoryHelper'] = new \Crea\EventBundle\Helper\EventCategoryHelper())), ($this->privates['Crea\\EventBundle\\Helper\\EventSearchHelper'] ?? $this->getEventSearchHelperService()), $t, $j, ($this->privates['Crea\\EventBundle\\Repository\\EventTypeRepository'] ?? $this->getEventTypeRepositoryService()), ($this->privates['Crea\\EventBundle\\Repository\\EventLogRepository'] ?? $this->getEventLogRepositoryService())));
$instance->addExtension(new \Crea\HRBundle\Twig\PlanningTwigExtension(($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'] ?? $this->getPlanningHelperService())));
$instance->addGlobal('app', $w);
$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' => ['services', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
])));
$instance->addGlobal('fees_by_default', '15.00');
$instance->addGlobal('cms_url', $this->getEnv('string:CMS_URL'));
$instance->addGlobal('cms_ip', $this->getEnv('string:CMS_IP'));
$instance->addGlobal('MEDIA_URI', $this->getEnv('string:MEDIA_URI'));
$instance->addGlobal('cms_quote_url', $this->getEnv('string:CMS_QUOTE_URL'));
$instance->addGlobal('cms_booking_complete_url', $this->getEnv('string:CMS_BOOKING_COMPLETE_URL'));
$instance->addGlobal('erp_url', $this->getEnv('string:ERP_URL'));
$instance->registerUndefinedFilterCallback([0 => $x, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $x, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $x, 1 => 'suggestTag']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%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 'Croisiland\Bundle\SearchBundle\Api\ApiClientInterface' shared service.
*
* @return \Croisiland\Bundle\SearchBundle\Api\ApiClient
*/
protected function getApiClientInterfaceService()
{
$this->services['Croisiland\\Bundle\\SearchBundle\\Api\\ApiClientInterface'] = $instance = new \Croisiland\Bundle\SearchBundle\Api\ApiClient(($this->services['Croisiland\\Bundle\\SearchBundle\\Api\\UrlProviderInterface'] ?? ($this->services['Croisiland\\Bundle\\SearchBundle\\Api\\UrlProviderInterface'] = new \Croisiland\Bundle\SearchBundle\Api\UrlProvider($this->getEnv('string:resolve:CMS_URL').'/api', $this->getEnv('string:resolve:CMS_IP').'/api'))));
$a = ($this->privates['croisiland_search.pim_api_token_storage'] ?? $this->getCroisilandSearch_PimApiTokenStorageService());
$instance->addEntryPoint('cruise', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cruises/{id}', ['authorization' => true], $a));
$instance->addEntryPoint('cruise_cabin_category_types', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cruises/{id}/cabin-category-types', ['authorization' => true], $a));
$instance->addEntryPoint('cruise_included_group', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cruises/{id}/included-group', ['authorization' => true], $a));
$instance->addEntryPoint('cruise_by_oldcrmid', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cruise-by-oldcrmid/{oldcrmid}', ['authorization' => true], $a));
$instance->addEntryPoint('cruise_details', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cruise/details', ['authorization' => true], $a));
$instance->addEntryPoint('cruise_details_by_code', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cruise/pimid-by-code', ['authorization' => true], $a));
$instance->addEntryPoint('price_cruise_cabin_category', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/price/{cruiseId}/{cabinCategoryId}', ['authorization' => true], $a));
$instance->addEntryPoint('price_fare_code_by_company', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/price/fare-code-by-company', ['authorization' => true], $a));
$instance->addEntryPoint('atmosphere_by_company', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/atmosphere-by-company', ['authorization' => true], $a));
$instance->addEntryPoint('formality', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/formality/{id}', ['authorization' => true], $a));
$instance->addEntryPoint('cabinCategory', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cabin-categories/{id}', ['authorization' => true], $a));
$instance->addEntryPoint('cabin_category_by_old_crm_id', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cabin-categories/get-one-by-old-crm-id/{id}', ['authorization' => true], $a));
$instance->addEntryPoint('cabin_category_services', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cabin-categories/{id}/services', ['authorization' => true], $a));
$instance->addEntryPoint('cabin_category_by_ship_and_code', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cabin-categories/get-one-by-ship-and-code', ['authorization' => true], $a));
$instance->addEntryPoint('cabin_category_type_by_ship_and_code', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cabin-categories/get-type-by-ship-and-code', ['authorization' => true], $a));
$instance->addEntryPoint('balance_before_departure_edit', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/balance-before-departure/edit', ['authorization' => true], $a));
$instance->addEntryPoint('balance_before_departure_delete', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/balance-before-departure/delete', ['authorization' => true], $a));
$instance->addEntryPoint('partner', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/partners/{id}', ['authorization' => true], $a));
$instance->addEntryPoint('partner_edit_unique_identifier', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/partner/edit-unique-identifier', ['authorization' => true], $a));
$instance->addEntryPoint('partner_add_webspace', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/partner/add-webspace', ['authorization' => true], $a));
$instance->addEntryPoint('partner_diff', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/partner/diff', ['authorization' => true], $a));
$instance->addEntryPoint('partner_company_discount_diff', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/partner-company-discount/diff', ['authorization' => true], $a));
$instance->addEntryPoint('partner_set_webspace', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/partner/set-webspace', ['authorization' => true], $a));
$instance->addEntryPoint('stock_is_available', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/croisiland-offers/stocks/{id}/is-available', ['authorization' => true], $a));
$instance->addEntryPoint('stock_add_quoted_cabin', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/croisiland-offers/stocks/{id}/add-quoted-cabin', ['authorization' => true], $a));
$instance->addEntryPoint('stock_remove_quoted_cabin', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/croisiland-offers/stocks/{id}/remove-quoted-cabin', ['authorization' => true], $a));
$instance->addEntryPoint('stock_add_booked_cabin', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/croisiland-offers/stocks/{id}/add-booked-cabin', ['authorization' => true], $a));
$instance->addEntryPoint('destination_get_all', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/destination/get-all', ['authorization' => true], $a));
$instance->addEntryPoint('cabin_categories_get_all', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cabin-categories/get-all', ['authorization' => true], $a));
$instance->addEntryPoint('itineraries_synchronization_list', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/itineraries/erp-synchronization/', ['authorization' => true], $a));
$instance->addEntryPoint('itineraries_synchronization_item', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/itineraries/erp-synchronization/{id}', ['authorization' => true], $a));
$instance->addEntryPoint('itineraries_synchronization_valid_sync', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/itineraries/erp-synchronization/{id}/valid-sync', ['authorization' => true], $a));
$instance->addEntryPoint('cruises_itineraries_synchronization_list', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cruises-itineraries/erp-synchronization/', ['authorization' => true], $a));
$instance->addEntryPoint('cruises_itineraries_synchronization_item', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cruises-itineraries/erp-synchronization/{id}', ['authorization' => true], $a));
$instance->addEntryPoint('cruises_itineraries_synchronization_valid_sync', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cruises-itineraries/erp-synchronization/{id}/valid-sync', ['authorization' => true], $a));
$instance->addEntryPoint('login', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint\LoginEntryPoint($instance, '/login', ['authorization' => true], $a));
$instance->addEntryPoint('cruises', new \Croisiland\Bundle\SearchBundle\Api\EntryPoint($instance, '/cruises', ['authorization' => true], $a));
return $instance;
}
/**
* Gets the public 'Croisiland\Bundle\SearchBundle\Api\UrlProviderInterface' shared service.
*
* @return \Croisiland\Bundle\SearchBundle\Api\UrlProvider
*/
protected function getUrlProviderInterfaceService()
{
return $this->services['Croisiland\\Bundle\\SearchBundle\\Api\\UrlProviderInterface'] = new \Croisiland\Bundle\SearchBundle\Api\UrlProvider($this->getEnv('string:resolve:CMS_URL').'/api', $this->getEnv('string:resolve:CMS_IP').'/api');
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Vt7LKAz9yF', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* 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('kPHaJ91Kpl', 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('8QNWbSPo74', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($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 = new \Doctrine\DBAL\Configuration();
$b = new \Symfony\Bridge\Monolog\Logger('doctrine');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
$a->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')))]));
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'mysql', 'charset' => 'utf8mb4', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '5.7', 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\BookingProcess\\ProcessEventSubscriber\\QuoteChangedSubscriber' => ['privates', 'App\\BookingProcess\\ProcessEventSubscriber\\QuoteChangedSubscriber', 'getQuoteChangedSubscriberService', true],
'App\\EventSubscriber\\ClubCardChangedSubscriber' => ['privates', 'App\\EventSubscriber\\ClubCardChangedSubscriber', 'getClubCardChangedSubscriberService', true],
'App\\Migration\\EventSubscriber\\MigrationCsvEntityEventSubscriber' => ['privates', 'App\\Migration\\EventSubscriber\\MigrationCsvEntityEventSubscriber', 'getMigrationCsvEntityEventSubscriberService', true],
'App\\Migration\\EventSubscriber\\MigrationErpEntityEventSubscriber' => ['privates', 'App\\Migration\\EventSubscriber\\MigrationErpEntityEventSubscriber', 'getMigrationErpEntityEventSubscriberService', true],
'Crea\\SecurityBundle\\EventListener\\PasswordListener' => ['privates', 'Crea\\SecurityBundle\\EventListener\\PasswordListener', 'getPasswordListenerService', true],
'Crea\\SecurityBundle\\EventListener\\ProfileListener' => ['privates', 'Crea\\SecurityBundle\\EventListener\\ProfileListener', 'getProfileListenerService', true],
'Crea\\SecurityBundle\\EventListener\\ProfileRightListener' => ['privates', 'Crea\\SecurityBundle\\EventListener\\ProfileRightListener', 'getProfileRightListenerService', true],
'Crea\\SecurityBundle\\EventListener\\UserGroupListener' => ['privates', 'Crea\\SecurityBundle\\EventListener\\UserGroupListener', 'getUserGroupListenerService', true],
'Crea\\ToolsBundle\\EventListener\\LifecycleSubscriber' => ['privates', 'Crea\\ToolsBundle\\EventListener\\LifecycleSubscriber', 'getLifecycleSubscriberService', true],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.listeners.resolve_target_entity' => ['privates', 'doctrine.orm.listeners.resolve_target_entity', 'getDoctrine_Orm_Listeners_ResolveTargetEntityService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'gedmo.listener.timestampable' => ['privates', 'gedmo.listener.timestampable', 'getGedmo_Listener_TimestampableService', true],
'stof_doctrine_extensions.listener.sluggable' => ['privates', 'stof_doctrine_extensions.listener.sluggable', 'getStofDoctrineExtensions_Listener_SluggableService', true],
'stof_doctrine_extensions.listener.timestampable' => ['privates', 'stof_doctrine_extensions.listener.timestampable', 'getStofDoctrineExtensions_Listener_TimestampableService', true],
'vich_uploader.listener.clean.documents' => ['privates', 'vich_uploader.listener.clean.documents', 'getVichUploader_Listener_Clean_DocumentsService', true],
'vich_uploader.listener.remove.documents' => ['privates', 'vich_uploader.listener.remove.documents', 'getVichUploader_Listener_Remove_DocumentsService', true],
'vich_uploader.listener.upload.documents' => ['privates', 'vich_uploader.listener.upload.documents', 'getVichUploader_Listener_Upload_DocumentsService', true],
], [
'App\\BookingProcess\\ProcessEventSubscriber\\QuoteChangedSubscriber' => '?',
'App\\EventSubscriber\\ClubCardChangedSubscriber' => '?',
'App\\Migration\\EventSubscriber\\MigrationCsvEntityEventSubscriber' => '?',
'App\\Migration\\EventSubscriber\\MigrationErpEntityEventSubscriber' => '?',
'Crea\\SecurityBundle\\EventListener\\PasswordListener' => '?',
'Crea\\SecurityBundle\\EventListener\\ProfileListener' => '?',
'Crea\\SecurityBundle\\EventListener\\ProfileRightListener' => '?',
'Crea\\SecurityBundle\\EventListener\\UserGroupListener' => '?',
'Crea\\ToolsBundle\\EventListener\\LifecycleSubscriber' => '?',
'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.listeners.resolve_target_entity' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'gedmo.listener.timestampable' => '?',
'stof_doctrine_extensions.listener.sluggable' => '?',
'stof_doctrine_extensions.listener.timestampable' => '?',
'vich_uploader.listener.clean.documents' => '?',
'vich_uploader.listener.remove.documents' => '?',
'vich_uploader.listener.upload.documents' => '?',
]), [0 => 'vich_uploader.listener.clean.documents', 1 => 'App\\BookingProcess\\ProcessEventSubscriber\\QuoteChangedSubscriber', 2 => 'App\\EventSubscriber\\ClubCardChangedSubscriber', 3 => 'App\\Migration\\EventSubscriber\\MigrationCsvEntityEventSubscriber', 4 => 'App\\Migration\\EventSubscriber\\MigrationErpEntityEventSubscriber', 5 => 'gedmo.listener.timestampable', 6 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 7 => 'doctrine.orm.listeners.resolve_target_entity', 8 => 'doctrine.orm.listeners.resolve_target_entity', 9 => 'doctrine.orm.listeners.resolve_target_entity', 10 => 'doctrine.orm.listeners.resolve_target_entity', 11 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 12 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 13 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 14 => 'vich_uploader.listener.remove.documents', 15 => 'vich_uploader.listener.upload.documents', 16 => 'stof_doctrine_extensions.listener.sluggable', 17 => 'stof_doctrine_extensions.listener.timestampable', 18 => 'Crea\\ToolsBundle\\EventListener\\LifecycleSubscriber', 19 => 'Crea\\SecurityBundle\\EventListener\\PasswordListener', 20 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 21 => [0 => [0 => 'prePersist'], 1 => 'Crea\\SecurityBundle\\EventListener\\ProfileListener'], 22 => [0 => [0 => 'preUpdate'], 1 => 'Crea\\SecurityBundle\\EventListener\\ProfileRightListener'], 23 => [0 => [0 => 'prePersist'], 1 => 'Crea\\SecurityBundle\\EventListener\\UserGroupListener']]), ['enum' => 'string']);
}
/**
* Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
*/
protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
{
$this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EntityListener\\Cruise\\Formality\\FormalityListener' => ['privates', 'App\\EntityListener\\Cruise\\Formality\\FormalityListener', 'getFormalityListenerService', true],
'App\\EntityListener\\__Sale\\ProspectRequestListener' => ['privates', 'App\\EntityListener\\__Sale\\ProspectRequestListener', 'getProspectRequestListenerService', true],
], [
'App\\EntityListener\\Cruise\\Formality\\FormalityListener' => '?',
'App\\EntityListener\\__Sale\\ProspectRequestListener' => '?',
]));
$instance->registerService('App\\EntityListener\\Cruise\\Formality\\FormalityListener', 'App\\EntityListener\\Cruise\\Formality\\FormalityListener');
$instance->registerService('App\\EntityListener\\__Sale\\ProspectRequestListener', 'App\\EntityListener\\__Sale\\ProspectRequestListener');
return $instance;
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.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, 'App\\Entity');
$b->addDriver($c, 'App\\Migration\\Entity');
$b->addDriver($c, 'App\\Mailjet\\Entity');
$b->addDriver($c, 'Cron\\CronBundle\\Entity');
$b->addDriver($c, 'Crea\\FloaBundle\\Entity');
$b->addDriver($c, 'Crea\\ToolsBundle\\Entity');
$b->addDriver($c, 'Crea\\SecurityBundle\\Entity');
$b->addDriver($c, 'Crea\\DocumentationBundle\\Entity');
$b->addDriver($c, 'Crea\\ProcessBundle\\Entity');
$b->addDriver($c, 'Crea\\ParameterBundle\\Entity');
$b->addDriver($c, 'Crea\\EventBundle\\Entity');
$b->addDriver($c, 'Crea\\HRBundle\\Entity');
$b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'Migration' => 'App\\Migration\\Entity', 'Mailjet' => 'App\\Mailjet\\Entity', 'CronCronBundle' => 'Cron\\CronBundle\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity', 'CreaFloaBundle' => 'Crea\\FloaBundle\\Entity', 'CreaToolsBundle' => 'Crea\\ToolsBundle\\Entity', 'CreaSecurityBundle' => 'Crea\\SecurityBundle\\Entity', 'CreaDocumentationBundle' => 'Crea\\DocumentationBundle\\Entity', 'CreaProcessBundle' => 'Crea\\ProcessBundle\\Entity', 'CreaParameterBundle' => 'Crea\\ParameterBundle\\Entity', 'CreaEventBundle' => 'Crea\\EventBundle\\Entity', 'CreaHRBundle' => 'Crea\\HRBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Mailjet\\Repository\\MailjetCampaignRepository' => ['privates', 'App\\Mailjet\\Repository\\MailjetCampaignRepository', 'getMailjetCampaignRepositoryService', true],
'App\\Mailjet\\Repository\\MailjetCampaignTypeRepository' => ['privates', 'App\\Mailjet\\Repository\\MailjetCampaignTypeRepository', 'getMailjetCampaignTypeRepositoryService', true],
'App\\Mailjet\\Repository\\MailjetOperationRepository' => ['privates', 'App\\Mailjet\\Repository\\MailjetOperationRepository', 'getMailjetOperationRepositoryService', true],
'App\\Mailjet\\Repository\\MailjetStatisticRepository' => ['privates', 'App\\Mailjet\\Repository\\MailjetStatisticRepository', 'getMailjetStatisticRepositoryService', true],
'App\\Migration\\Repository\\CorrAtmosphereRepository' => ['privates', 'App\\Migration\\Repository\\CorrAtmosphereRepository', 'getCorrAtmosphereRepositoryService', true],
'App\\Migration\\Repository\\CorrCabinCategoryRepository' => ['privates', 'App\\Migration\\Repository\\CorrCabinCategoryRepository', 'getCorrCabinCategoryRepositoryService', true],
'App\\Migration\\Repository\\CsvBookingAmountRepository' => ['privates', 'App\\Migration\\Repository\\CsvBookingAmountRepository', 'getCsvBookingAmountRepositoryService', true],
'App\\Migration\\Repository\\CsvBookingCabinCategoryHistoryRepository' => ['privates', 'App\\Migration\\Repository\\CsvBookingCabinCategoryHistoryRepository', 'getCsvBookingCabinCategoryHistoryRepositoryService', true],
'App\\Migration\\Repository\\CsvBookingCruiseHistoryRepository' => ['privates', 'App\\Migration\\Repository\\CsvBookingCruiseHistoryRepository', 'getCsvBookingCruiseHistoryRepositoryService', true],
'App\\Migration\\Repository\\CsvBookingPassengerRepository' => ['privates', 'App\\Migration\\Repository\\CsvBookingPassengerRepository', 'getCsvBookingPassengerRepositoryService', true],
'App\\Migration\\Repository\\CsvBookingRepository' => ['privates', 'App\\Migration\\Repository\\CsvBookingRepository', 'getCsvBookingRepositoryService', true],
'App\\Migration\\Repository\\CsvContactRepository' => ['privates', 'App\\Migration\\Repository\\CsvContactRepository', 'getCsvContactRepositoryService', true],
'App\\Migration\\Repository\\CsvContractRepository' => ['privates', 'App\\Migration\\Repository\\CsvContractRepository', 'getCsvContractRepositoryService', true],
'App\\Migration\\Repository\\CsvInvoiceLineCabinRepository' => ['privates', 'App\\Migration\\Repository\\CsvInvoiceLineCabinRepository', 'getCsvInvoiceLineCabinRepositoryService', true],
'App\\Migration\\Repository\\CsvInvoiceLineDiscountRepository' => ['privates', 'App\\Migration\\Repository\\CsvInvoiceLineDiscountRepository', 'getCsvInvoiceLineDiscountRepositoryService', true],
'App\\Migration\\Repository\\CsvInvoiceLineInsuranceRepository' => ['privates', 'App\\Migration\\Repository\\CsvInvoiceLineInsuranceRepository', 'getCsvInvoiceLineInsuranceRepositoryService', true],
'App\\Migration\\Repository\\CsvInvoiceLineServiceRepository' => ['privates', 'App\\Migration\\Repository\\CsvInvoiceLineServiceRepository', 'getCsvInvoiceLineServiceRepositoryService', true],
'App\\Migration\\Repository\\CsvInvoiceRepository' => ['privates', 'App\\Migration\\Repository\\CsvInvoiceRepository', 'getCsvInvoiceRepositoryService', true],
'App\\Migration\\Repository\\CsvNewsletterRepository' => ['privates', 'App\\Migration\\Repository\\CsvNewsletterRepository', 'getCsvNewsletterRepositoryService', true],
'App\\Migration\\Repository\\CsvPartnerByContactHistoryRepository' => ['privates', 'App\\Migration\\Repository\\CsvPartnerByContactHistoryRepository', 'getCsvPartnerByContactHistoryRepositoryService', true],
'App\\Migration\\Repository\\CsvPartnerByContactRepository' => ['privates', 'App\\Migration\\Repository\\CsvPartnerByContactRepository', 'getCsvPartnerByContactRepositoryService', true],
'App\\Migration\\Repository\\CsvPartnerFollowUpRepository' => ['privates', 'App\\Migration\\Repository\\CsvPartnerFollowUpRepository', 'getCsvPartnerFollowUpRepositoryService', true],
'App\\Migration\\Repository\\CsvPartnerRepository' => ['privates', 'App\\Migration\\Repository\\CsvPartnerRepository', 'getCsvPartnerRepositoryService', true],
'App\\Migration\\Repository\\CsvPaymentRepository' => ['privates', 'App\\Migration\\Repository\\CsvPaymentRepository', 'getCsvPaymentRepositoryService', true],
'App\\Migration\\Repository\\CsvProspectRequestCabinCategoryHistoryRepository' => ['privates', 'App\\Migration\\Repository\\CsvProspectRequestCabinCategoryHistoryRepository', 'getCsvProspectRequestCabinCategoryHistoryRepositoryService', true],
'App\\Migration\\Repository\\CsvProspectRequestCruiseHistoryRepository' => ['privates', 'App\\Migration\\Repository\\CsvProspectRequestCruiseHistoryRepository', 'getCsvProspectRequestCruiseHistoryRepositoryService', true],
'App\\Migration\\Repository\\CsvProspectRequestRepository' => ['privates', 'App\\Migration\\Repository\\CsvProspectRequestRepository', 'getCsvProspectRequestRepositoryService', true],
'App\\Migration\\Repository\\CsvQuoteCabinCategoryHistoryRepository' => ['privates', 'App\\Migration\\Repository\\CsvQuoteCabinCategoryHistoryRepository', 'getCsvQuoteCabinCategoryHistoryRepositoryService', true],
'App\\Migration\\Repository\\CsvQuoteCruiseHistoryRepository' => ['privates', 'App\\Migration\\Repository\\CsvQuoteCruiseHistoryRepository', 'getCsvQuoteCruiseHistoryRepositoryService', true],
'App\\Migration\\Repository\\CsvQuoteLineCabinRepository' => ['privates', 'App\\Migration\\Repository\\CsvQuoteLineCabinRepository', 'getCsvQuoteLineCabinRepositoryService', true],
'App\\Migration\\Repository\\CsvQuoteLineDiscountRepository' => ['privates', 'App\\Migration\\Repository\\CsvQuoteLineDiscountRepository', 'getCsvQuoteLineDiscountRepositoryService', true],
'App\\Migration\\Repository\\CsvQuoteLineInsuranceRepository' => ['privates', 'App\\Migration\\Repository\\CsvQuoteLineInsuranceRepository', 'getCsvQuoteLineInsuranceRepositoryService', true],
'App\\Migration\\Repository\\CsvQuoteLineServiceRepository' => ['privates', 'App\\Migration\\Repository\\CsvQuoteLineServiceRepository', 'getCsvQuoteLineServiceRepositoryService', true],
'App\\Migration\\Repository\\CsvQuotePassengerRepository' => ['privates', 'App\\Migration\\Repository\\CsvQuotePassengerRepository', 'getCsvQuotePassengerRepositoryService', true],
'App\\Migration\\Repository\\CsvQuoteRepository' => ['privates', 'App\\Migration\\Repository\\CsvQuoteRepository', 'getCsvQuoteRepositoryService', true],
'App\\Migration\\Repository\\CsvSupplierPaymentRepository' => ['privates', 'App\\Migration\\Repository\\CsvSupplierPaymentRepository', 'getCsvSupplierPaymentRepositoryService', true],
'App\\Migration\\Repository\\CsvSupplierRepository' => ['privates', 'App\\Migration\\Repository\\CsvSupplierRepository', 'getCsvSupplierRepositoryService', true],
'App\\Migration\\Repository\\CsvUserRepository' => ['privates', 'App\\Migration\\Repository\\CsvUserRepository', 'getCsvUserRepositoryService', true],
'App\\Migration\\Repository\\HistoryCorrBookingCabinCategoryRepository' => ['privates', 'App\\Migration\\Repository\\HistoryCorrBookingCabinCategoryRepository', 'getHistoryCorrBookingCabinCategoryRepositoryService', true],
'App\\Migration\\Repository\\HistoryCorrBookingCruiseRepository' => ['privates', 'App\\Migration\\Repository\\HistoryCorrBookingCruiseRepository', 'getHistoryCorrBookingCruiseRepositoryService', true],
'App\\Migration\\Repository\\HistoryCorrProspectRequestCabinCategoryRepository' => ['privates', 'App\\Migration\\Repository\\HistoryCorrProspectRequestCabinCategoryRepository', 'getHistoryCorrProspectRequestCabinCategoryRepositoryService', true],
'App\\Migration\\Repository\\HistoryCorrProspectRequestCruiseRepository' => ['privates', 'App\\Migration\\Repository\\HistoryCorrProspectRequestCruiseRepository', 'getHistoryCorrProspectRequestCruiseRepositoryService', true],
'App\\Migration\\Repository\\HistoryCorrQuoteCabinCategoryRepository' => ['privates', 'App\\Migration\\Repository\\HistoryCorrQuoteCabinCategoryRepository', 'getHistoryCorrQuoteCabinCategoryRepositoryService', true],
'App\\Migration\\Repository\\HistoryCorrQuoteCruiseRepository' => ['privates', 'App\\Migration\\Repository\\HistoryCorrQuoteCruiseRepository', 'getHistoryCorrQuoteCruiseRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrBookingPassengerRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrBookingPassengerRepository', 'getLoadCorrBookingPassengerRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrBookingRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrBookingRepository', 'getLoadCorrBookingRepositoryService', false],
'App\\Migration\\Repository\\LoadCorrContactRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrContactRepository', 'getLoadCorrContactRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrContractRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrContractRepository', 'getLoadCorrContractRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrInvoiceLineApplicationFeeRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrInvoiceLineApplicationFeeRepository', 'getLoadCorrInvoiceLineApplicationFeeRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrInvoiceLineCabinRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrInvoiceLineCabinRepository', 'getLoadCorrInvoiceLineCabinRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrInvoiceLineDiscountRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrInvoiceLineDiscountRepository', 'getLoadCorrInvoiceLineDiscountRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrInvoiceLineInsuranceRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrInvoiceLineInsuranceRepository', 'getLoadCorrInvoiceLineInsuranceRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrInvoiceLineServiceRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrInvoiceLineServiceRepository', 'getLoadCorrInvoiceLineServiceRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrInvoiceRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrInvoiceRepository', 'getLoadCorrInvoiceRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrPartnerByContactHistoryRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrPartnerByContactHistoryRepository', 'getLoadCorrPartnerByContactHistoryRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrPartnerByContactRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrPartnerByContactRepository', 'getLoadCorrPartnerByContactRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrPartnerFollowUpRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrPartnerFollowUpRepository', 'getLoadCorrPartnerFollowUpRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrPaymentRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrPaymentRepository', 'getLoadCorrPaymentRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrProspectRequestRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrProspectRequestRepository', 'getLoadCorrProspectRequestRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrQuoteLineApplicationFeeRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrQuoteLineApplicationFeeRepository', 'getLoadCorrQuoteLineApplicationFeeRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrQuoteLineCabinRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrQuoteLineCabinRepository', 'getLoadCorrQuoteLineCabinRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrQuoteLineDiscountRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrQuoteLineDiscountRepository', 'getLoadCorrQuoteLineDiscountRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrQuoteLineInsuranceRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrQuoteLineInsuranceRepository', 'getLoadCorrQuoteLineInsuranceRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrQuoteLineServiceRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrQuoteLineServiceRepository', 'getLoadCorrQuoteLineServiceRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrQuotePassengerRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrQuotePassengerRepository', 'getLoadCorrQuotePassengerRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrQuoteRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrQuoteRepository', 'getLoadCorrQuoteRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrSupplierPaymentRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrSupplierPaymentRepository', 'getLoadCorrSupplierPaymentRepositoryService', true],
'App\\Migration\\Repository\\LoadCorrUserRepository' => ['privates', 'App\\Migration\\Repository\\LoadCorrUserRepository', 'getLoadCorrUserRepositoryService', true],
'App\\Migration\\Repository\\MappingCorInvoiceLineDiscountRepository' => ['privates', 'App\\Migration\\Repository\\MappingCorInvoiceLineDiscountRepository', 'getMappingCorInvoiceLineDiscountRepositoryService', true],
'App\\Migration\\Repository\\MappingCorInvoiceLineInsuranceRepository' => ['privates', 'App\\Migration\\Repository\\MappingCorInvoiceLineInsuranceRepository', 'getMappingCorInvoiceLineInsuranceRepositoryService', true],
'App\\Migration\\Repository\\MappingCorInvoiceLineServiceRepository' => ['privates', 'App\\Migration\\Repository\\MappingCorInvoiceLineServiceRepository', 'getMappingCorInvoiceLineServiceRepositoryService', true],
'App\\Migration\\Repository\\MappingCorPartnerRepository' => ['privates', 'App\\Migration\\Repository\\MappingCorPartnerRepository', 'getMappingCorPartnerRepositoryService', true],
'App\\Migration\\Repository\\MappingCorQuoteLineDiscountRepository' => ['privates', 'App\\Migration\\Repository\\MappingCorQuoteLineDiscountRepository', 'getMappingCorQuoteLineDiscountRepositoryService', true],
'App\\Migration\\Repository\\MappingCorQuoteLineInsuranceRepository' => ['privates', 'App\\Migration\\Repository\\MappingCorQuoteLineInsuranceRepository', 'getMappingCorQuoteLineInsuranceRepositoryService', true],
'App\\Migration\\Repository\\MappingCorQuoteLineServiceRepository' => ['privates', 'App\\Migration\\Repository\\MappingCorQuoteLineServiceRepository', 'getMappingCorQuoteLineServiceRepositoryService', true],
'App\\Migration\\Repository\\MappingCorServiceParameterValueRepository' => ['privates', 'App\\Migration\\Repository\\MappingCorServiceParameterValueRepository', 'getMappingCorServiceParameterValueRepositoryService', true],
'App\\Migration\\Repository\\MappingCorSupplierRepository' => ['privates', 'App\\Migration\\Repository\\MappingCorSupplierRepository', 'getMappingCorSupplierRepositoryService', true],
'App\\Migration\\Repository\\MappingRulesDiscountRepository' => ['privates', 'App\\Migration\\Repository\\MappingRulesDiscountRepository', 'getMappingRulesDiscountRepositoryService', true],
'App\\Migration\\Repository\\MappingRulesInsuranceRepository' => ['privates', 'App\\Migration\\Repository\\MappingRulesInsuranceRepository', 'getMappingRulesInsuranceRepositoryService', true],
'App\\Migration\\Repository\\MappingRulesPartnerRepository' => ['privates', 'App\\Migration\\Repository\\MappingRulesPartnerRepository', 'getMappingRulesPartnerRepositoryService', true],
'App\\Migration\\Repository\\MappingRulesServiceRepository' => ['privates', 'App\\Migration\\Repository\\MappingRulesServiceRepository', 'getMappingRulesServiceRepositoryService', true],
'App\\Migration\\Repository\\MappingRulesSupplierRepository' => ['privates', 'App\\Migration\\Repository\\MappingRulesSupplierRepository', 'getMappingRulesSupplierRepositoryService', true],
'App\\Migration\\Repository\\MigrationLogAmountRepository' => ['privates', 'App\\Migration\\Repository\\MigrationLogAmountRepository', 'getMigrationLogAmountRepositoryService', true],
'App\\Migration\\Repository\\MigrationLogDeletedContentRepository' => ['privates', 'App\\Migration\\Repository\\MigrationLogDeletedContentRepository', 'getMigrationLogDeletedContentRepositoryService', true],
'App\\Migration\\Repository\\MigrationLogRepository' => ['privates', 'App\\Migration\\Repository\\MigrationLogRepository', 'getMigrationLogRepositoryService', true],
'App\\RepositoryView\\__Accounting\\InsurancePriceViewRepository' => ['privates', 'App\\RepositoryView\\__Accounting\\InsurancePriceViewRepository', 'getInsurancePriceViewRepositoryService', true],
'App\\RepositoryView\\__Accounting\\InsuranceViewRepository' => ['privates', 'App\\RepositoryView\\__Accounting\\InsuranceViewRepository', 'getInsuranceViewRepositoryService', false],
'App\\Repository\\Accounting\\AccountRepository' => ['privates', 'App\\Repository\\Accounting\\AccountRepository', 'getAccountRepositoryService', false],
'App\\Repository\\Accounting\\ApplicationFeeRepository' => ['privates', 'App\\Repository\\Accounting\\ApplicationFeeRepository', 'getApplicationFeeRepositoryService', false],
'App\\Repository\\Accounting\\AttributedInsuranceRepository' => ['privates', 'App\\Repository\\Accounting\\AttributedInsuranceRepository', 'getAttributedInsuranceRepositoryService', false],
'App\\Repository\\Accounting\\AttributedProductVariantParameterValueRepository' => ['privates', 'App\\Repository\\Accounting\\AttributedProductVariantParameterValueRepository', 'getAttributedProductVariantParameterValueRepositoryService', true],
'App\\Repository\\Accounting\\AttributedProductVariantRepository' => ['privates', 'App\\Repository\\Accounting\\AttributedProductVariantRepository', 'getAttributedProductVariantRepositoryService', false],
'App\\Repository\\Accounting\\BalanceBeforeDepartureRepository' => ['privates', 'App\\Repository\\Accounting\\BalanceBeforeDepartureRepository', 'getBalanceBeforeDepartureRepositoryService', false],
'App\\Repository\\Accounting\\CancelFeeRepository' => ['privates', 'App\\Repository\\Accounting\\CancelFeeRepository', 'getCancelFeeRepositoryService', true],
'App\\Repository\\Accounting\\InvoiceLineRepository' => ['privates', 'App\\Repository\\Accounting\\InvoiceLineRepository', 'getInvoiceLineRepositoryService', false],
'App\\Repository\\Accounting\\InvoiceRepository' => ['privates', 'App\\Repository\\Accounting\\InvoiceRepository', 'getInvoiceRepositoryService', false],
'App\\Repository\\Accounting\\PaymentRepository' => ['privates', 'App\\Repository\\Accounting\\PaymentRepository', 'getPaymentRepositoryService', false],
'App\\Repository\\Accounting\\PortTaxRepository' => ['privates', 'App\\Repository\\Accounting\\PortTaxRepository', 'getPortTaxRepositoryService', true],
'App\\Repository\\Accounting\\QuoteLineRepository' => ['privates', 'App\\Repository\\Accounting\\QuoteLineRepository', 'getQuoteLineRepositoryService', false],
'App\\Repository\\Accounting\\SupplierPaymentByBookingRepository' => ['privates', 'App\\Repository\\Accounting\\SupplierPaymentByBookingRepository', 'getSupplierPaymentByBookingRepositoryService', true],
'App\\Repository\\Accounting\\SupplierPaymentRepository' => ['privates', 'App\\Repository\\Accounting\\SupplierPaymentRepository', 'getSupplierPaymentRepositoryService', true],
'App\\Repository\\Accounting\\TurnoverObjectiveRepository' => ['privates', 'App\\Repository\\Accounting\\TurnoverObjectiveRepository', 'getTurnoverObjectiveRepositoryService', true],
'App\\Repository\\ApplicationFilterLimitationRepository' => ['privates', 'App\\Repository\\ApplicationFilterLimitationRepository', 'getApplicationFilterLimitationRepositoryService', false],
'App\\Repository\\ApplicationFilterRepository' => ['privates', 'App\\Repository\\ApplicationFilterRepository', 'getApplicationFilterRepositoryService', false],
'App\\Repository\\Booking\\AdvBookingChangeAssociationRepository' => ['privates', 'App\\Repository\\Booking\\AdvBookingChangeAssociationRepository', 'getAdvBookingChangeAssociationRepositoryService', true],
'App\\Repository\\Booking\\AdvBookingChangeAssociationValidationRepository' => ['privates', 'App\\Repository\\Booking\\AdvBookingChangeAssociationValidationRepository', 'getAdvBookingChangeAssociationValidationRepositoryService', true],
'App\\Repository\\Booking\\AdvBookingChangeAssociationValidationStateRepository' => ['privates', 'App\\Repository\\Booking\\AdvBookingChangeAssociationValidationStateRepository', 'getAdvBookingChangeAssociationValidationStateRepositoryService', true],
'App\\Repository\\Booking\\AdvBookingChangeCategoryRepository' => ['privates', 'App\\Repository\\Booking\\AdvBookingChangeCategoryRepository', 'getAdvBookingChangeCategoryRepositoryService', true],
'App\\Repository\\Booking\\AdvBookingChangeRepository' => ['privates', 'App\\Repository\\Booking\\AdvBookingChangeRepository', 'getAdvBookingChangeRepositoryService', true],
'App\\Repository\\Booking\\AdvBookingChangeStateRepository' => ['privates', 'App\\Repository\\Booking\\AdvBookingChangeStateRepository', 'getAdvBookingChangeStateRepositoryService', true],
'App\\Repository\\Booking\\AdvRequestRepository' => ['privates', 'App\\Repository\\Booking\\AdvRequestRepository', 'getAdvRequestRepositoryService', true],
'App\\Repository\\Booking\\AdvRequestStateRepository' => ['privates', 'App\\Repository\\Booking\\AdvRequestStateRepository', 'getAdvRequestStateRepositoryService', true],
'App\\Repository\\Booking\\AdvRequestTypeRepository' => ['privates', 'App\\Repository\\Booking\\AdvRequestTypeRepository', 'getAdvRequestTypeRepositoryService', true],
'App\\Repository\\Booking\\AmendmentLineRepository' => ['privates', 'App\\Repository\\Booking\\AmendmentLineRepository', 'getAmendmentLineRepositoryService', true],
'App\\Repository\\Booking\\AmendmentRepository' => ['privates', 'App\\Repository\\Booking\\AmendmentRepository', 'getAmendmentRepositoryService', true],
'App\\Repository\\Booking\\BookingIndividualTurnoverRepository' => ['privates', 'App\\Repository\\Booking\\BookingIndividualTurnoverRepository', 'getBookingIndividualTurnoverRepositoryService', true],
'App\\Repository\\Booking\\BookingParticipantRepository' => ['privates', 'App\\Repository\\Booking\\BookingParticipantRepository', 'getBookingParticipantRepositoryService', true],
'App\\Repository\\Booking\\BookingPartnerTurnoverRepository' => ['privates', 'App\\Repository\\Booking\\BookingPartnerTurnoverRepository', 'getBookingPartnerTurnoverRepositoryService', true],
'App\\Repository\\Booking\\BookingRepository' => ['privates', 'App\\Repository\\Booking\\BookingRepository', 'getBookingRepositoryService', false],
'App\\Repository\\Booking\\CabinOptionDurationRepository' => ['privates', 'App\\Repository\\Booking\\CabinOptionDurationRepository', 'getCabinOptionDurationRepositoryService', false],
'App\\Repository\\Booking\\CabinRepository' => ['privates', 'App\\Repository\\Booking\\CabinRepository', 'getCabinRepositoryService', true],
'App\\Repository\\Booking\\CabinSpecificityRepository' => ['privates', 'App\\Repository\\Booking\\CabinSpecificityRepository', 'getCabinSpecificityRepositoryService', true],
'App\\Repository\\Booking\\ContractRepository' => ['privates', 'App\\Repository\\Booking\\ContractRepository', 'getContractRepositoryService', true],
'App\\Repository\\Booking\\FullwebManagementRepository' => ['privates', 'App\\Repository\\Booking\\FullwebManagementRepository', 'getFullwebManagementRepositoryService', true],
'App\\Repository\\Booking\\PassengerFormalityRepository' => ['privates', 'App\\Repository\\Booking\\PassengerFormalityRepository', 'getPassengerFormalityRepositoryService', true],
'App\\Repository\\Booking\\PassengerFormalityRequestRepository' => ['privates', 'App\\Repository\\Booking\\PassengerFormalityRequestRepository', 'getPassengerFormalityRequestRepositoryService', true],
'App\\Repository\\Booking\\PassengerInformationFormFieldRepository' => ['privates', 'App\\Repository\\Booking\\PassengerInformationFormFieldRepository', 'getPassengerInformationFormFieldRepositoryService', true],
'App\\Repository\\Booking\\PassengerInformationFormRepository' => ['privates', 'App\\Repository\\Booking\\PassengerInformationFormRepository', 'getPassengerInformationFormRepositoryService', true],
'App\\Repository\\Booking\\PassengerInformationRepository' => ['privates', 'App\\Repository\\Booking\\PassengerInformationRepository', 'getPassengerInformationRepositoryService', true],
'App\\Repository\\Booking\\PassengerInformationRequestRepository' => ['privates', 'App\\Repository\\Booking\\PassengerInformationRequestRepository', 'getPassengerInformationRequestRepositoryService', true],
'App\\Repository\\Booking\\PassengerRepository' => ['privates', 'App\\Repository\\Booking\\PassengerRepository', 'getPassengerRepositoryService', true],
'App\\Repository\\Booking\\ProspectProjectRepository' => ['privates', 'App\\Repository\\Booking\\ProspectProjectRepository', 'getProspectProjectRepositoryService', true],
'App\\Repository\\Booking\\ProspectRequestRepository' => ['privates', 'App\\Repository\\Booking\\ProspectRequestRepository', 'getProspectRequestRepositoryService', false],
'App\\Repository\\Booking\\QuoteItemsRepository' => ['privates', 'App\\Repository\\Booking\\QuoteItemsRepository', 'getQuoteItemsRepositoryService', true],
'App\\Repository\\Booking\\QuoteParticipantRepository' => ['privates', 'App\\Repository\\Booking\\QuoteParticipantRepository', 'getQuoteParticipantRepositoryService', true],
'App\\Repository\\Booking\\QuotePassengerInformationRepository' => ['privates', 'App\\Repository\\Booking\\QuotePassengerInformationRepository', 'getQuotePassengerInformationRepositoryService', true],
'App\\Repository\\Booking\\QuoteRepository' => ['privates', 'App\\Repository\\Booking\\QuoteRepository', 'getQuoteRepositoryService', false],
'App\\Repository\\Booking\\SpecialRequestDocumentRepository' => ['privates', 'App\\Repository\\Booking\\SpecialRequestDocumentRepository', 'getSpecialRequestDocumentRepositoryService', true],
'App\\Repository\\Booking\\SpecialRequestRepository' => ['privates', 'App\\Repository\\Booking\\SpecialRequestRepository', 'getSpecialRequestRepositoryService', true],
'App\\Repository\\Booking\\SpecialRequestStateRepository' => ['privates', 'App\\Repository\\Booking\\SpecialRequestStateRepository', 'getSpecialRequestStateRepositoryService', true],
'App\\Repository\\Booking\\SpecialRequestTypeRepository' => ['privates', 'App\\Repository\\Booking\\SpecialRequestTypeRepository', 'getSpecialRequestTypeRepositoryService', true],
'App\\Repository\\CmsResetPasswordRequestRepository' => ['privates', 'App\\Repository\\CmsResetPasswordRequestRepository', 'getCmsResetPasswordRequestRepositoryService', true],
'App\\Repository\\Confirmation\\BookingConfirmationCabinCheckRepository' => ['privates', 'App\\Repository\\Confirmation\\BookingConfirmationCabinCheckRepository', 'getBookingConfirmationCabinCheckRepositoryService', true],
'App\\Repository\\Confirmation\\BookingConfirmationPassengerCheckRepository' => ['privates', 'App\\Repository\\Confirmation\\BookingConfirmationPassengerCheckRepository', 'getBookingConfirmationPassengerCheckRepositoryService', true],
'App\\Repository\\Confirmation\\BookingConfirmationRepository' => ['privates', 'App\\Repository\\Confirmation\\BookingConfirmationRepository', 'getBookingConfirmationRepositoryService', true],
'App\\Repository\\Confirmation\\ConfirmationDelayRepository' => ['privates', 'App\\Repository\\Confirmation\\ConfirmationDelayRepository', 'getConfirmationDelayRepositoryService', true],
'App\\Repository\\Confirmation\\ConfirmationResponsibleRepository' => ['privates', 'App\\Repository\\Confirmation\\ConfirmationResponsibleRepository', 'getConfirmationResponsibleRepositoryService', true],
'App\\Repository\\Contact\\BookletDownloadRepository' => ['privates', 'App\\Repository\\Contact\\BookletDownloadRepository', 'getBookletDownloadRepositoryService', true],
'App\\Repository\\Contact\\ClubCardCategoryRepository' => ['privates', 'App\\Repository\\Contact\\ClubCardCategoryRepository', 'getClubCardCategoryRepositoryService', true],
'App\\Repository\\Contact\\ClubCardHistoryRepository' => ['privates', 'App\\Repository\\Contact\\ClubCardHistoryRepository', 'getClubCardHistoryRepositoryService', true],
'App\\Repository\\Contact\\ClubCardRepository' => ['privates', 'App\\Repository\\Contact\\ClubCardRepository', 'getClubCardRepositoryService', true],
'App\\Repository\\Contact\\CommentRepository' => ['privates', 'App\\Repository\\Contact\\CommentRepository', 'getCommentRepositoryService', true],
'App\\Repository\\Contact\\CommentStatusRepository' => ['privates', 'App\\Repository\\Contact\\CommentStatusRepository', 'getCommentStatusRepositoryService', true],
'App\\Repository\\Contact\\ComplaintRepository' => ['privates', 'App\\Repository\\Contact\\ComplaintRepository', 'getComplaintRepositoryService', true],
'App\\Repository\\Contact\\ComplaintStateRepository' => ['privates', 'App\\Repository\\Contact\\ComplaintStateRepository', 'getComplaintStateRepositoryService', true],
'App\\Repository\\Contact\\ContactUsRepository' => ['privates', 'App\\Repository\\Contact\\ContactUsRepository', 'getContactUsRepositoryService', true],
'App\\Repository\\Contact\\CruiseBookmarkRepository' => ['privates', 'App\\Repository\\Contact\\CruiseBookmarkRepository', 'getCruiseBookmarkRepositoryService', true],
'App\\Repository\\Contact\\NewsletterSubscriberRepository' => ['privates', 'App\\Repository\\Contact\\NewsletterSubscriberRepository', 'getNewsletterSubscriberRepositoryService', true],
'App\\Repository\\Contact\\PhoneRepository' => ['privates', 'App\\Repository\\Contact\\PhoneRepository', 'getPhoneRepositoryService', true],
'App\\Repository\\Contact\\PreferenceRepository' => ['privates', 'App\\Repository\\Contact\\PreferenceRepository', 'getPreferenceRepositoryService', true],
'App\\Repository\\Contact\\ProspectRepository' => ['privates', 'App\\Repository\\Contact\\ProspectRepository', 'getProspectRepositoryService', true],
'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryHistoryRepository' => ['privates', 'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryHistoryRepository', 'getCabinCategoryHistoryRepositoryService', true],
'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryRepository' => ['privates', 'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryRepository', 'getCabinCategoryRepositoryService', true],
'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryServiceRepository' => ['privates', 'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryServiceRepository', 'getCabinCategoryServiceRepositoryService', true],
'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryTypeRepository' => ['privates', 'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryTypeRepository', 'getCabinCategoryTypeRepositoryService', true],
'App\\Repository\\Cruise\\CabinCategory\\CabinTypeRepository' => ['privates', 'App\\Repository\\Cruise\\CabinCategory\\CabinTypeRepository', 'getCabinTypeRepositoryService', true],
'App\\Repository\\Cruise\\Cabin\\CabinParticularityRepository' => ['privates', 'App\\Repository\\Cruise\\Cabin\\CabinParticularityRepository', 'getCabinParticularityRepositoryService', true],
'App\\Repository\\Cruise\\Company\\AdvantageRepository' => ['privates', 'App\\Repository\\Cruise\\Company\\AdvantageRepository', 'getAdvantageRepositoryService', false],
'App\\Repository\\Cruise\\Company\\AtmosphereRepository' => ['privates', 'App\\Repository\\Cruise\\Company\\AtmosphereRepository', 'getAtmosphereRepositoryService', true],
'App\\Repository\\Cruise\\Company\\CompanyRepository' => ['privates', 'App\\Repository\\Cruise\\Company\\CompanyRepository', 'getCompanyRepositoryService', true],
'App\\Repository\\Cruise\\Company\\CostaFarecodeApiRepository' => ['privates', 'App\\Repository\\Cruise\\Company\\CostaFarecodeApiRepository', 'getCostaFarecodeApiRepositoryService', true],
'App\\Repository\\Cruise\\Company\\FareCodeRepository' => ['privates', 'App\\Repository\\Cruise\\Company\\FareCodeRepository', 'getFareCodeRepositoryService', true],
'App\\Repository\\Cruise\\Cruise\\CruiseHistoryRepository' => ['privates', 'App\\Repository\\Cruise\\Cruise\\CruiseHistoryRepository', 'getCruiseHistoryRepositoryService', false],
'App\\Repository\\Cruise\\Cruise\\CruiseIncludedGroupRepository' => ['privates', 'App\\Repository\\Cruise\\Cruise\\CruiseIncludedGroupRepository', 'getCruiseIncludedGroupRepositoryService', true],
'App\\Repository\\Cruise\\Cruise\\CruiseTagAssociationHistoryRepository' => ['privates', 'App\\Repository\\Cruise\\Cruise\\CruiseTagAssociationHistoryRepository', 'getCruiseTagAssociationHistoryRepositoryService', true],
'App\\Repository\\Cruise\\Cruise\\CruiseTagCategoryRepository' => ['privates', 'App\\Repository\\Cruise\\Cruise\\CruiseTagCategoryRepository', 'getCruiseTagCategoryRepositoryService', true],
'App\\Repository\\Cruise\\Cruise\\CruiseTagRepository' => ['privates', 'App\\Repository\\Cruise\\Cruise\\CruiseTagRepository', 'getCruiseTagRepositoryService', true],
'App\\Repository\\Cruise\\Cruise\\SpecialOfferCompanyRepository' => ['privates', 'App\\Repository\\Cruise\\Cruise\\SpecialOfferCompanyRepository', 'getSpecialOfferCompanyRepositoryService', true],
'App\\Repository\\Cruise\\Cruise\\SpecialOfferHistoryRepository' => ['privates', 'App\\Repository\\Cruise\\Cruise\\SpecialOfferHistoryRepository', 'getSpecialOfferHistoryRepositoryService', true],
'App\\Repository\\Cruise\\Cruise\\SpecialOfferRepository' => ['privates', 'App\\Repository\\Cruise\\Cruise\\SpecialOfferRepository', 'getSpecialOfferRepositoryService', true],
'App\\Repository\\Cruise\\Formality\\FormalityHistoryBookingRepository' => ['privates', 'App\\Repository\\Cruise\\Formality\\FormalityHistoryBookingRepository', 'getFormalityHistoryBookingRepositoryService', true],
'App\\Repository\\Cruise\\Formality\\FormalityHistoryRepository' => ['privates', 'App\\Repository\\Cruise\\Formality\\FormalityHistoryRepository', 'getFormalityHistoryRepositoryService', true],
'App\\Repository\\Cruise\\Formality\\FormalityRepository' => ['privates', 'App\\Repository\\Cruise\\Formality\\FormalityRepository', 'getFormalityRepositoryService', true],
'App\\Repository\\Cruise\\Formality\\FormalityTypeRepository' => ['privates', 'App\\Repository\\Cruise\\Formality\\FormalityTypeRepository', 'getFormalityTypeRepositoryService', true],
'App\\Repository\\Cruise\\Included\\IncludedAssociationRepository' => ['privates', 'App\\Repository\\Cruise\\Included\\IncludedAssociationRepository', 'getIncludedAssociationRepositoryService', true],
'App\\Repository\\Cruise\\Included\\IncludedGroupRepository' => ['privates', 'App\\Repository\\Cruise\\Included\\IncludedGroupRepository', 'getIncludedGroupRepositoryService', true],
'App\\Repository\\Cruise\\Included\\IncludedHistoryRepository' => ['privates', 'App\\Repository\\Cruise\\Included\\IncludedHistoryRepository', 'getIncludedHistoryRepositoryService', true],
'App\\Repository\\Cruise\\Included\\IncludedRepository' => ['privates', 'App\\Repository\\Cruise\\Included\\IncludedRepository', 'getIncludedRepositoryService', true],
'App\\Repository\\Cruise\\Included\\IncludedTagRepository' => ['privates', 'App\\Repository\\Cruise\\Included\\IncludedTagRepository', 'getIncludedTagRepositoryService', true],
'App\\Repository\\Cruise\\Itinerary\\DestinationRepository' => ['privates', 'App\\Repository\\Cruise\\Itinerary\\DestinationRepository', 'getDestinationRepositoryService', false],
'App\\Repository\\Cruise\\Itinerary\\ItineraryHistoryRepository' => ['privates', 'App\\Repository\\Cruise\\Itinerary\\ItineraryHistoryRepository', 'getItineraryHistoryRepositoryService', true],
'App\\Repository\\Cruise\\Itinerary\\ItineraryIncludedGroupRepository' => ['privates', 'App\\Repository\\Cruise\\Itinerary\\ItineraryIncludedGroupRepository', 'getItineraryIncludedGroupRepositoryService', true],
'App\\Repository\\Cruise\\Itinerary\\ItinerarySegmentHistoryRepository' => ['privates', 'App\\Repository\\Cruise\\Itinerary\\ItinerarySegmentHistoryRepository', 'getItinerarySegmentHistoryRepositoryService', true],
'App\\Repository\\Cruise\\Service\\ServiceHistoryRepository' => ['privates', 'App\\Repository\\Cruise\\Service\\ServiceHistoryRepository', 'getServiceHistoryRepositoryService', true],
'App\\Repository\\Cruise\\Service\\ServiceRepository' => ['privates', 'App\\Repository\\Cruise\\Service\\ServiceRepository', 'getServiceRepositoryService', true],
'App\\Repository\\Cruise\\Service\\ServiceTypeRepository' => ['privates', 'App\\Repository\\Cruise\\Service\\ServiceTypeRepository', 'getServiceTypeRepositoryService', true],
'App\\Repository\\Cruise\\Ship\\DeckRepository' => ['privates', 'App\\Repository\\Cruise\\Ship\\DeckRepository', 'getDeckRepositoryService', true],
'App\\Repository\\Cruise\\Ship\\ShipRepository' => ['privates', 'App\\Repository\\Cruise\\Ship\\ShipRepository', 'getShipRepositoryService', true],
'App\\Repository\\Cruise\\Ship\\ShipTextualDataRepository' => ['privates', 'App\\Repository\\Cruise\\Ship\\ShipTextualDataRepository', 'getShipTextualDataRepositoryService', true],
'App\\Repository\\Cruise\\Stopover\\StopoverRepository' => ['privates', 'App\\Repository\\Cruise\\Stopover\\StopoverRepository', 'getStopoverRepositoryService', true],
'App\\Repository\\Discount\\AttributedDiscountRepository' => ['privates', 'App\\Repository\\Discount\\AttributedDiscountRepository', 'getAttributedDiscountRepositoryService', false],
'App\\Repository\\Discount\\DiscountActionRepository' => ['privates', 'App\\Repository\\Discount\\DiscountActionRepository', 'getDiscountActionRepositoryService', true],
'App\\Repository\\Discount\\DiscountRepository' => ['privates', 'App\\Repository\\Discount\\DiscountRepository', 'getDiscountRepositoryService', false],
'App\\Repository\\Document\\FirmedCheckRepository' => ['privates', 'App\\Repository\\Document\\FirmedCheckRepository', 'getFirmedCheckRepositoryService', true],
'App\\Repository\\Document\\SaleTermRepository' => ['privates', 'App\\Repository\\Document\\SaleTermRepository', 'getSaleTermRepositoryService', true],
'App\\Repository\\Email\\AttributedEmailRepository' => ['privates', 'App\\Repository\\Email\\AttributedEmailRepository', 'getAttributedEmailRepositoryService', true],
'App\\Repository\\Email\\AttributedSentEmailRepository' => ['privates', 'App\\Repository\\Email\\AttributedSentEmailRepository', 'getAttributedSentEmailRepositoryService', true],
'App\\Repository\\Email\\EmailAttachmentRepository' => ['privates', 'App\\Repository\\Email\\EmailAttachmentRepository', 'getEmailAttachmentRepositoryService', true],
'App\\Repository\\Email\\EmailContentRepository' => ['privates', 'App\\Repository\\Email\\EmailContentRepository', 'getEmailContentRepositoryService', false],
'App\\Repository\\Email\\EmailRepository' => ['privates', 'App\\Repository\\Email\\EmailRepository', 'getEmailRepositoryService', true],
'App\\Repository\\Email\\EmailTemplateRepository' => ['privates', 'App\\Repository\\Email\\EmailTemplateRepository', 'getEmailTemplateRepositoryService', true],
'App\\Repository\\Email\\EmailUnreadRepository' => ['privates', 'App\\Repository\\Email\\EmailUnreadRepository', 'getEmailUnreadRepositoryService', true],
'App\\Repository\\Email\\SentEmailRepository' => ['privates', 'App\\Repository\\Email\\SentEmailRepository', 'getSentEmailRepositoryService', true],
'App\\Repository\\Marketing\\SegmentRepository' => ['privates', 'App\\Repository\\Marketing\\SegmentRepository', 'getSegmentRepositoryService', true],
'App\\Repository\\MediaRepository' => ['privates', 'App\\Repository\\MediaRepository', 'getMediaRepositoryService', true],
'App\\Repository\\Notification\\AlertRepository' => ['privates', 'App\\Repository\\Notification\\AlertRepository', 'getAlertRepositoryService', true],
'App\\Repository\\Notification\\NotificationGroupRepository' => ['privates', 'App\\Repository\\Notification\\NotificationGroupRepository', 'getNotificationGroupRepositoryService', true],
'App\\Repository\\Notification\\NotificationRepository' => ['privates', 'App\\Repository\\Notification\\NotificationRepository', 'getNotificationRepositoryService', true],
'App\\Repository\\Notification\\NotificationRuleRepository' => ['privates', 'App\\Repository\\Notification\\NotificationRuleRepository', 'getNotificationRuleRepositoryService', false],
'App\\Repository\\Notification\\NotificationSubscriberRepository' => ['privates', 'App\\Repository\\Notification\\NotificationSubscriberRepository', 'getNotificationSubscriberRepositoryService', true],
'App\\Repository\\Notification\\ReminderRepository' => ['privates', 'App\\Repository\\Notification\\ReminderRepository', 'getReminderRepositoryService', false],
'App\\Repository\\Opinion\\AnswerRepository' => ['privates', 'App\\Repository\\Opinion\\AnswerRepository', 'getAnswerRepositoryService', true],
'App\\Repository\\Opinion\\QuestionRepository' => ['privates', 'App\\Repository\\Opinion\\QuestionRepository', 'getQuestionRepositoryService', true],
'App\\Repository\\Opinion\\QuestionTemplateRepository' => ['privates', 'App\\Repository\\Opinion\\QuestionTemplateRepository', 'getQuestionTemplateRepositoryService', true],
'App\\Repository\\Opinion\\SurveyRepository' => ['privates', 'App\\Repository\\Opinion\\SurveyRepository', 'getSurveyRepositoryService', true],
'App\\Repository\\Partner\\ContactPartnerCategoryRepository' => ['privates', 'App\\Repository\\Partner\\ContactPartnerCategoryRepository', 'getContactPartnerCategoryRepositoryService', true],
'App\\Repository\\Partner\\ContactPartnerRepository' => ['privates', 'App\\Repository\\Partner\\ContactPartnerRepository', 'getContactPartnerRepositoryService', true],
'App\\Repository\\Partner\\PartnerByContactHistoryRepository' => ['privates', 'App\\Repository\\Partner\\PartnerByContactHistoryRepository', 'getPartnerByContactHistoryRepositoryService', false],
'App\\Repository\\Partner\\PartnerByContactRepository' => ['privates', 'App\\Repository\\Partner\\PartnerByContactRepository', 'getPartnerByContactRepositoryService', false],
'App\\Repository\\Partner\\PartnerCompanyDiscountRepository' => ['privates', 'App\\Repository\\Partner\\PartnerCompanyDiscountRepository', 'getPartnerCompanyDiscountRepositoryService', false],
'App\\Repository\\Partner\\PartnerFollowUpRepository' => ['privates', 'App\\Repository\\Partner\\PartnerFollowUpRepository', 'getPartnerFollowUpRepositoryService', true],
'App\\Repository\\Partner\\PartnerRepository' => ['privates', 'App\\Repository\\Partner\\PartnerRepository', 'getPartnerRepositoryService', false],
'App\\Repository\\PhoneCall\\PhoneCallRepository' => ['privates', 'App\\Repository\\PhoneCall\\PhoneCallRepository', 'getPhoneCallRepositoryService', true],
'App\\Repository\\Product\\AutoProductVariantRepository' => ['privates', 'App\\Repository\\Product\\AutoProductVariantRepository', 'getAutoProductVariantRepositoryService', true],
'App\\Repository\\Product\\MarginCabinRepository' => ['privates', 'App\\Repository\\Product\\MarginCabinRepository', 'getMarginCabinRepositoryService', false],
'App\\Repository\\Product\\MarginProductRepository' => ['privates', 'App\\Repository\\Product\\MarginProductRepository', 'getMarginProductRepositoryService', false],
'App\\Repository\\Product\\ProductCategoryRepository' => ['privates', 'App\\Repository\\Product\\ProductCategoryRepository', 'getProductCategoryRepositoryService', true],
'App\\Repository\\Product\\ProductDefaultOptionRepository' => ['privates', 'App\\Repository\\Product\\ProductDefaultOptionRepository', 'getProductDefaultOptionRepositoryService', true],
'App\\Repository\\Product\\ProductDefaultOptionValidValueRepository' => ['privates', 'App\\Repository\\Product\\ProductDefaultOptionValidValueRepository', 'getProductDefaultOptionValidValueRepositoryService', true],
'App\\Repository\\Product\\ProductDefaultParameterRepository' => ['privates', 'App\\Repository\\Product\\ProductDefaultParameterRepository', 'getProductDefaultParameterRepositoryService', true],
'App\\Repository\\Product\\ProductDefaultParameterValidValueRepository' => ['privates', 'App\\Repository\\Product\\ProductDefaultParameterValidValueRepository', 'getProductDefaultParameterValidValueRepositoryService', true],
'App\\Repository\\Product\\ProductOptionRepository' => ['privates', 'App\\Repository\\Product\\ProductOptionRepository', 'getProductOptionRepositoryService', true],
'App\\Repository\\Product\\ProductOptionValidValueRepository' => ['privates', 'App\\Repository\\Product\\ProductOptionValidValueRepository', 'getProductOptionValidValueRepositoryService', true],
'App\\Repository\\Product\\ProductOptionValueRepository' => ['privates', 'App\\Repository\\Product\\ProductOptionValueRepository', 'getProductOptionValueRepositoryService', true],
'App\\Repository\\Product\\ProductRepository' => ['privates', 'App\\Repository\\Product\\ProductRepository', 'getProductRepositoryService', false],
'App\\Repository\\Product\\ProductVariantParameterRepository' => ['privates', 'App\\Repository\\Product\\ProductVariantParameterRepository', 'getProductVariantParameterRepositoryService', true],
'App\\Repository\\Product\\ProductVariantParameterValidValueRepository' => ['privates', 'App\\Repository\\Product\\ProductVariantParameterValidValueRepository', 'getProductVariantParameterValidValueRepositoryService', true],
'App\\Repository\\Product\\ProductVariantRepository' => ['privates', 'App\\Repository\\Product\\ProductVariantRepository', 'getProductVariantRepositoryService', false],
'App\\Repository\\Project\\ProjectRepository' => ['privates', 'App\\Repository\\Project\\ProjectRepository', 'getProjectRepositoryService', true],
'App\\Repository\\ResetPasswordRequestRepository' => ['privates', 'App\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', true],
'App\\Repository\\Schedule\\LeaveRepository' => ['privates', 'App\\Repository\\Schedule\\LeaveRepository', 'getLeaveRepositoryService', true],
'App\\Repository\\Schedule\\ScheduleCommentRepository' => ['privates', 'App\\Repository\\Schedule\\ScheduleCommentRepository', 'getScheduleCommentRepositoryService', true],
'App\\Repository\\Schedule\\ScheduleEventRepository' => ['privates', 'App\\Repository\\Schedule\\ScheduleEventRepository', 'getScheduleEventRepositoryService', true],
'App\\Repository\\Selling\\SellerBonusRepository' => ['privates', 'App\\Repository\\Selling\\SellerBonusRepository', 'getSellerBonusRepositoryService', true],
'App\\Repository\\Selling\\SellingSegmentCabinTypePointRepository' => ['privates', 'App\\Repository\\Selling\\SellingSegmentCabinTypePointRepository', 'getSellingSegmentCabinTypePointRepositoryService', false],
'App\\Repository\\Selling\\SellingSegmentRepository' => ['privates', 'App\\Repository\\Selling\\SellingSegmentRepository', 'getSellingSegmentRepositoryService', false],
'App\\Repository\\Todo\\TodoRepository' => ['privates', 'App\\Repository\\Todo\\TodoRepository', 'getTodoRepositoryService', true],
'App\\Repository\\Todo\\TodoTypeRepository' => ['privates', 'App\\Repository\\Todo\\TodoTypeRepository', 'getTodoTypeRepositoryService', true],
'App\\Repository\\User\\ApiUserRepository' => ['privates', 'App\\Repository\\User\\ApiUserRepository', 'getApiUserRepositoryService', true],
'App\\Repository\\User\\MacifProfileRepository' => ['privates', 'App\\Repository\\User\\MacifProfileRepository', 'getMacifProfileRepositoryService', true],
'App\\Repository\\User\\ProfileRepository' => ['privates', 'App\\Repository\\User\\ProfileRepository', 'getProfileRepositoryService', true],
'App\\Repository\\User\\UserCmsRepository' => ['privates', 'App\\Repository\\User\\UserCmsRepository', 'getUserCmsRepositoryService', false],
'App\\Repository\\User\\UserRepository' => ['privates', 'App\\Repository\\User\\UserRepository', 'getUserRepositoryService', false],
'App\\Repository\\WebServices\\WebServicesStateRepository' => ['privates', 'App\\Repository\\WebServices\\WebServicesStateRepository', 'getWebServicesStateRepositoryService', true],
'App\\Repository\\__Accounting\\CreditPaymentRepository' => ['privates', 'App\\Repository\\__Accounting\\CreditPaymentRepository', 'getCreditPaymentRepositoryService', true],
'App\\Repository\\__Accounting\\CreditRepository' => ['privates', 'App\\Repository\\__Accounting\\CreditRepository', 'getCreditRepositoryService', true],
'App\\Repository\\__Accounting\\InsurancePriceRepository' => ['privates', 'App\\Repository\\__Accounting\\InsurancePriceRepository', 'getInsurancePriceRepositoryService', true],
'App\\Repository\\__Accounting\\PartnerAllowance\\AllowanceRepository' => ['privates', 'App\\Repository\\__Accounting\\PartnerAllowance\\AllowanceRepository', 'getAllowanceRepositoryService', false],
'App\\Repository\\__Accounting\\PartnerAllowance\\PartnerAllowanceRepository' => ['privates', 'App\\Repository\\__Accounting\\PartnerAllowance\\PartnerAllowanceRepository', 'getPartnerAllowanceRepositoryService', false],
'App\\Repository\\__Accounting\\PartnerParticipation\\ParticipationRepository' => ['privates', 'App\\Repository\\__Accounting\\PartnerParticipation\\ParticipationRepository', 'getParticipationRepositoryService', false],
'App\\Repository\\__Accounting\\PartnerParticipation\\PartnerParticipationRepository' => ['privates', 'App\\Repository\\__Accounting\\PartnerParticipation\\PartnerParticipationRepository', 'getPartnerParticipationRepositoryService', false],
'App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateContentRepository' => ['privates', 'App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateContentRepository', 'getPartnerTemplateContentRepositoryService', false],
'App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateRepository' => ['privates', 'App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateRepository', 'getPartnerTemplateRepositoryService', true],
'App\\Repository\\__Accounting\\RefundRepository' => ['privates', 'App\\Repository\\__Accounting\\RefundRepository', 'getRefundRepositoryService', true],
'App\\Repository\\__Accounting\\SupplierContactRepository' => ['privates', 'App\\Repository\\__Accounting\\SupplierContactRepository', 'getSupplierContactRepositoryService', true],
'App\\Repository\\__Accounting\\SupplierRepository' => ['privates', 'App\\Repository\\__Accounting\\SupplierRepository', 'getSupplierRepositoryService', false],
'App\\Repository\\__Contact\\contact\\ContactProspectRepository' => ['privates', 'App\\Repository\\__Contact\\contact\\ContactProspectRepository', 'getContactProspectRepositoryService', true],
'App\\Repository\\__Contact\\contact\\ContactRepository' => ['privates', 'App\\Repository\\__Contact\\contact\\ContactRepository', 'getContactRepositoryService', true],
'App\\Repository\\__Marketing\\Departure\\CrmDepartureRepository' => ['privates', 'App\\Repository\\__Marketing\\Departure\\CrmDepartureRepository', 'getCrmDepartureRepositoryService', true],
'App\\Repository\\__Marketing\\Departure\\DepartureRepository' => ['privates', 'App\\Repository\\__Marketing\\Departure\\DepartureRepository', 'getDepartureRepositoryService', true],
'App\\Repository\\__Sale\\LegalTextRepository' => ['privates', 'App\\Repository\\__Sale\\LegalTextRepository', 'getLegalTextRepositoryService', false],
'Crea\\DocumentationBundle\\Repository\\ArticleOperationRepository' => ['privates', 'Crea\\DocumentationBundle\\Repository\\ArticleOperationRepository', 'getArticleOperationRepositoryService', true],
'Crea\\DocumentationBundle\\Repository\\ArticleRepository' => ['privates', 'Crea\\DocumentationBundle\\Repository\\ArticleRepository', 'getArticleRepositoryService', false],
'Crea\\DocumentationBundle\\Repository\\ChapterRepository' => ['privates', 'Crea\\DocumentationBundle\\Repository\\ChapterRepository', 'getChapterRepositoryService', false],
'Crea\\DocumentationBundle\\Repository\\DocumentationConfigurationRepository' => ['privates', 'Crea\\DocumentationBundle\\Repository\\DocumentationConfigurationRepository', 'getDocumentationConfigurationRepositoryService', true],
'Crea\\EventBundle\\Repository\\EventCategoryRepository' => ['privates', 'Crea\\EventBundle\\Repository\\EventCategoryRepository', 'getEventCategoryRepositoryService', false],
'Crea\\EventBundle\\Repository\\EventConfigurationRepository' => ['privates', 'Crea\\EventBundle\\Repository\\EventConfigurationRepository', 'getEventConfigurationRepositoryService', true],
'Crea\\EventBundle\\Repository\\EventLogRepository' => ['privates', 'Crea\\EventBundle\\Repository\\EventLogRepository', 'getEventLogRepositoryService', false],
'Crea\\EventBundle\\Repository\\EventModelRepository' => ['privates', 'Crea\\EventBundle\\Repository\\EventModelRepository', 'getEventModelRepositoryService', false],
'Crea\\EventBundle\\Repository\\EventTypeRepository' => ['privates', 'Crea\\EventBundle\\Repository\\EventTypeRepository', 'getEventTypeRepositoryService', false],
'Crea\\FloaBundle\\Repository\\FloaEligibilityRepository' => ['privates', 'Crea\\FloaBundle\\Repository\\FloaEligibilityRepository', 'getFloaEligibilityRepositoryService', true],
'Crea\\FloaBundle\\Repository\\FloaPaymentSessionRepository' => ['privates', 'Crea\\FloaBundle\\Repository\\FloaPaymentSessionRepository', 'getFloaPaymentSessionRepositoryService', true],
'Crea\\FloaBundle\\Repository\\FloaPreEligibilityRepository' => ['privates', 'Crea\\FloaBundle\\Repository\\FloaPreEligibilityRepository', 'getFloaPreEligibilityRepositoryService', true],
'Crea\\FloaBundle\\Repository\\FloaTokenRepository' => ['privates', 'Crea\\FloaBundle\\Repository\\FloaTokenRepository', 'getFloaTokenRepositoryService', true],
'Crea\\HRBundle\\Repository\\PlanningCommentRepository' => ['privates', 'Crea\\HRBundle\\Repository\\PlanningCommentRepository', 'getPlanningCommentRepositoryService', true],
'Crea\\HRBundle\\Repository\\PlanningEventRepository' => ['privates', 'Crea\\HRBundle\\Repository\\PlanningEventRepository', 'getPlanningEventRepositoryService', true],
'Crea\\HRBundle\\Repository\\PlanningLeaveRepository' => ['privates', 'Crea\\HRBundle\\Repository\\PlanningLeaveRepository', 'getPlanningLeaveRepositoryService', true],
'Crea\\ParameterBundle\\Repository\\ParameterAttributeValueRepository' => ['privates', 'Crea\\ParameterBundle\\Repository\\ParameterAttributeValueRepository', 'getParameterAttributeValueRepositoryService', true],
'Crea\\ParameterBundle\\Repository\\ParameterGroupRepository' => ['privates', 'Crea\\ParameterBundle\\Repository\\ParameterGroupRepository', 'getParameterGroupRepositoryService', true],
'Crea\\ParameterBundle\\Repository\\ParameterRepository' => ['privates', 'Crea\\ParameterBundle\\Repository\\ParameterRepository', 'getParameterRepositoryService', false],
'Crea\\ParameterBundle\\Repository\\ParameterTypeAttributeRepository' => ['privates', 'Crea\\ParameterBundle\\Repository\\ParameterTypeAttributeRepository', 'getParameterTypeAttributeRepositoryService', true],
'Crea\\ParameterBundle\\Repository\\ParameterTypeAttributeValidValueRepository' => ['privates', 'Crea\\ParameterBundle\\Repository\\ParameterTypeAttributeValidValueRepository', 'getParameterTypeAttributeValidValueRepositoryService', true],
'Crea\\ParameterBundle\\Repository\\ParameterTypeRepository' => ['privates', 'Crea\\ParameterBundle\\Repository\\ParameterTypeRepository', 'getParameterTypeRepositoryService', false],
'Crea\\ProcessBundle\\Repository\\ProcessStateRepository' => ['privates', 'Crea\\ProcessBundle\\Repository\\ProcessStateRepository', 'getProcessStateRepositoryService', true],
'Crea\\ProcessBundle\\Repository\\ProcessStepValidationRepository' => ['privates', 'Crea\\ProcessBundle\\Repository\\ProcessStepValidationRepository', 'getProcessStepValidationRepositoryService', true],
'Crea\\SecurityBundle\\Repository\\ProfileRepository' => ['privates', 'Crea\\SecurityBundle\\Repository\\ProfileRepository', 'getProfileRepository2Service', true],
'Crea\\SecurityBundle\\Repository\\RightRepository' => ['privates', 'Crea\\SecurityBundle\\Repository\\RightRepository', 'getRightRepositoryService', false],
'Crea\\SecurityBundle\\Repository\\UserGroupRepository' => ['privates', 'Crea\\SecurityBundle\\Repository\\UserGroupRepository', 'getUserGroupRepositoryService', true],
'Crea\\SecurityBundle\\Repository\\UserRepository' => ['privates', 'Crea\\SecurityBundle\\Repository\\UserRepository', 'getUserRepository2Service', true],
'Crea\\ToolsBundle\\Repository\\Geographic\\AddressRepository' => ['privates', 'Crea\\ToolsBundle\\Repository\\Geographic\\AddressRepository', 'getAddressRepositoryService', true],
'Crea\\ToolsBundle\\Repository\\Geographic\\AirportRepository' => ['privates', 'Crea\\ToolsBundle\\Repository\\Geographic\\AirportRepository', 'getAirportRepositoryService', true],
'Crea\\ToolsBundle\\Repository\\Geographic\\CityRepository' => ['privates', 'Crea\\ToolsBundle\\Repository\\Geographic\\CityRepository', 'getCityRepositoryService', true],
'Crea\\ToolsBundle\\Repository\\Geographic\\CountryRepository' => ['privates', 'Crea\\ToolsBundle\\Repository\\Geographic\\CountryRepository', 'getCountryRepositoryService', true],
], [
'App\\Mailjet\\Repository\\MailjetCampaignRepository' => '?',
'App\\Mailjet\\Repository\\MailjetCampaignTypeRepository' => '?',
'App\\Mailjet\\Repository\\MailjetOperationRepository' => '?',
'App\\Mailjet\\Repository\\MailjetStatisticRepository' => '?',
'App\\Migration\\Repository\\CorrAtmosphereRepository' => '?',
'App\\Migration\\Repository\\CorrCabinCategoryRepository' => '?',
'App\\Migration\\Repository\\CsvBookingAmountRepository' => '?',
'App\\Migration\\Repository\\CsvBookingCabinCategoryHistoryRepository' => '?',
'App\\Migration\\Repository\\CsvBookingCruiseHistoryRepository' => '?',
'App\\Migration\\Repository\\CsvBookingPassengerRepository' => '?',
'App\\Migration\\Repository\\CsvBookingRepository' => '?',
'App\\Migration\\Repository\\CsvContactRepository' => '?',
'App\\Migration\\Repository\\CsvContractRepository' => '?',
'App\\Migration\\Repository\\CsvInvoiceLineCabinRepository' => '?',
'App\\Migration\\Repository\\CsvInvoiceLineDiscountRepository' => '?',
'App\\Migration\\Repository\\CsvInvoiceLineInsuranceRepository' => '?',
'App\\Migration\\Repository\\CsvInvoiceLineServiceRepository' => '?',
'App\\Migration\\Repository\\CsvInvoiceRepository' => '?',
'App\\Migration\\Repository\\CsvNewsletterRepository' => '?',
'App\\Migration\\Repository\\CsvPartnerByContactHistoryRepository' => '?',
'App\\Migration\\Repository\\CsvPartnerByContactRepository' => '?',
'App\\Migration\\Repository\\CsvPartnerFollowUpRepository' => '?',
'App\\Migration\\Repository\\CsvPartnerRepository' => '?',
'App\\Migration\\Repository\\CsvPaymentRepository' => '?',
'App\\Migration\\Repository\\CsvProspectRequestCabinCategoryHistoryRepository' => '?',
'App\\Migration\\Repository\\CsvProspectRequestCruiseHistoryRepository' => '?',
'App\\Migration\\Repository\\CsvProspectRequestRepository' => '?',
'App\\Migration\\Repository\\CsvQuoteCabinCategoryHistoryRepository' => '?',
'App\\Migration\\Repository\\CsvQuoteCruiseHistoryRepository' => '?',
'App\\Migration\\Repository\\CsvQuoteLineCabinRepository' => '?',
'App\\Migration\\Repository\\CsvQuoteLineDiscountRepository' => '?',
'App\\Migration\\Repository\\CsvQuoteLineInsuranceRepository' => '?',
'App\\Migration\\Repository\\CsvQuoteLineServiceRepository' => '?',
'App\\Migration\\Repository\\CsvQuotePassengerRepository' => '?',
'App\\Migration\\Repository\\CsvQuoteRepository' => '?',
'App\\Migration\\Repository\\CsvSupplierPaymentRepository' => '?',
'App\\Migration\\Repository\\CsvSupplierRepository' => '?',
'App\\Migration\\Repository\\CsvUserRepository' => '?',
'App\\Migration\\Repository\\HistoryCorrBookingCabinCategoryRepository' => '?',
'App\\Migration\\Repository\\HistoryCorrBookingCruiseRepository' => '?',
'App\\Migration\\Repository\\HistoryCorrProspectRequestCabinCategoryRepository' => '?',
'App\\Migration\\Repository\\HistoryCorrProspectRequestCruiseRepository' => '?',
'App\\Migration\\Repository\\HistoryCorrQuoteCabinCategoryRepository' => '?',
'App\\Migration\\Repository\\HistoryCorrQuoteCruiseRepository' => '?',
'App\\Migration\\Repository\\LoadCorrBookingPassengerRepository' => '?',
'App\\Migration\\Repository\\LoadCorrBookingRepository' => '?',
'App\\Migration\\Repository\\LoadCorrContactRepository' => '?',
'App\\Migration\\Repository\\LoadCorrContractRepository' => '?',
'App\\Migration\\Repository\\LoadCorrInvoiceLineApplicationFeeRepository' => '?',
'App\\Migration\\Repository\\LoadCorrInvoiceLineCabinRepository' => '?',
'App\\Migration\\Repository\\LoadCorrInvoiceLineDiscountRepository' => '?',
'App\\Migration\\Repository\\LoadCorrInvoiceLineInsuranceRepository' => '?',
'App\\Migration\\Repository\\LoadCorrInvoiceLineServiceRepository' => '?',
'App\\Migration\\Repository\\LoadCorrInvoiceRepository' => '?',
'App\\Migration\\Repository\\LoadCorrPartnerByContactHistoryRepository' => '?',
'App\\Migration\\Repository\\LoadCorrPartnerByContactRepository' => '?',
'App\\Migration\\Repository\\LoadCorrPartnerFollowUpRepository' => '?',
'App\\Migration\\Repository\\LoadCorrPaymentRepository' => '?',
'App\\Migration\\Repository\\LoadCorrProspectRequestRepository' => '?',
'App\\Migration\\Repository\\LoadCorrQuoteLineApplicationFeeRepository' => '?',
'App\\Migration\\Repository\\LoadCorrQuoteLineCabinRepository' => '?',
'App\\Migration\\Repository\\LoadCorrQuoteLineDiscountRepository' => '?',
'App\\Migration\\Repository\\LoadCorrQuoteLineInsuranceRepository' => '?',
'App\\Migration\\Repository\\LoadCorrQuoteLineServiceRepository' => '?',
'App\\Migration\\Repository\\LoadCorrQuotePassengerRepository' => '?',
'App\\Migration\\Repository\\LoadCorrQuoteRepository' => '?',
'App\\Migration\\Repository\\LoadCorrSupplierPaymentRepository' => '?',
'App\\Migration\\Repository\\LoadCorrUserRepository' => '?',
'App\\Migration\\Repository\\MappingCorInvoiceLineDiscountRepository' => '?',
'App\\Migration\\Repository\\MappingCorInvoiceLineInsuranceRepository' => '?',
'App\\Migration\\Repository\\MappingCorInvoiceLineServiceRepository' => '?',
'App\\Migration\\Repository\\MappingCorPartnerRepository' => '?',
'App\\Migration\\Repository\\MappingCorQuoteLineDiscountRepository' => '?',
'App\\Migration\\Repository\\MappingCorQuoteLineInsuranceRepository' => '?',
'App\\Migration\\Repository\\MappingCorQuoteLineServiceRepository' => '?',
'App\\Migration\\Repository\\MappingCorServiceParameterValueRepository' => '?',
'App\\Migration\\Repository\\MappingCorSupplierRepository' => '?',
'App\\Migration\\Repository\\MappingRulesDiscountRepository' => '?',
'App\\Migration\\Repository\\MappingRulesInsuranceRepository' => '?',
'App\\Migration\\Repository\\MappingRulesPartnerRepository' => '?',
'App\\Migration\\Repository\\MappingRulesServiceRepository' => '?',
'App\\Migration\\Repository\\MappingRulesSupplierRepository' => '?',
'App\\Migration\\Repository\\MigrationLogAmountRepository' => '?',
'App\\Migration\\Repository\\MigrationLogDeletedContentRepository' => '?',
'App\\Migration\\Repository\\MigrationLogRepository' => '?',
'App\\RepositoryView\\__Accounting\\InsurancePriceViewRepository' => '?',
'App\\RepositoryView\\__Accounting\\InsuranceViewRepository' => '?',
'App\\Repository\\Accounting\\AccountRepository' => '?',
'App\\Repository\\Accounting\\ApplicationFeeRepository' => '?',
'App\\Repository\\Accounting\\AttributedInsuranceRepository' => '?',
'App\\Repository\\Accounting\\AttributedProductVariantParameterValueRepository' => '?',
'App\\Repository\\Accounting\\AttributedProductVariantRepository' => '?',
'App\\Repository\\Accounting\\BalanceBeforeDepartureRepository' => '?',
'App\\Repository\\Accounting\\CancelFeeRepository' => '?',
'App\\Repository\\Accounting\\InvoiceLineRepository' => '?',
'App\\Repository\\Accounting\\InvoiceRepository' => '?',
'App\\Repository\\Accounting\\PaymentRepository' => '?',
'App\\Repository\\Accounting\\PortTaxRepository' => '?',
'App\\Repository\\Accounting\\QuoteLineRepository' => '?',
'App\\Repository\\Accounting\\SupplierPaymentByBookingRepository' => '?',
'App\\Repository\\Accounting\\SupplierPaymentRepository' => '?',
'App\\Repository\\Accounting\\TurnoverObjectiveRepository' => '?',
'App\\Repository\\ApplicationFilterLimitationRepository' => '?',
'App\\Repository\\ApplicationFilterRepository' => '?',
'App\\Repository\\Booking\\AdvBookingChangeAssociationRepository' => '?',
'App\\Repository\\Booking\\AdvBookingChangeAssociationValidationRepository' => '?',
'App\\Repository\\Booking\\AdvBookingChangeAssociationValidationStateRepository' => '?',
'App\\Repository\\Booking\\AdvBookingChangeCategoryRepository' => '?',
'App\\Repository\\Booking\\AdvBookingChangeRepository' => '?',
'App\\Repository\\Booking\\AdvBookingChangeStateRepository' => '?',
'App\\Repository\\Booking\\AdvRequestRepository' => '?',
'App\\Repository\\Booking\\AdvRequestStateRepository' => '?',
'App\\Repository\\Booking\\AdvRequestTypeRepository' => '?',
'App\\Repository\\Booking\\AmendmentLineRepository' => '?',
'App\\Repository\\Booking\\AmendmentRepository' => '?',
'App\\Repository\\Booking\\BookingIndividualTurnoverRepository' => '?',
'App\\Repository\\Booking\\BookingParticipantRepository' => '?',
'App\\Repository\\Booking\\BookingPartnerTurnoverRepository' => '?',
'App\\Repository\\Booking\\BookingRepository' => '?',
'App\\Repository\\Booking\\CabinOptionDurationRepository' => '?',
'App\\Repository\\Booking\\CabinRepository' => '?',
'App\\Repository\\Booking\\CabinSpecificityRepository' => '?',
'App\\Repository\\Booking\\ContractRepository' => '?',
'App\\Repository\\Booking\\FullwebManagementRepository' => '?',
'App\\Repository\\Booking\\PassengerFormalityRepository' => '?',
'App\\Repository\\Booking\\PassengerFormalityRequestRepository' => '?',
'App\\Repository\\Booking\\PassengerInformationFormFieldRepository' => '?',
'App\\Repository\\Booking\\PassengerInformationFormRepository' => '?',
'App\\Repository\\Booking\\PassengerInformationRepository' => '?',
'App\\Repository\\Booking\\PassengerInformationRequestRepository' => '?',
'App\\Repository\\Booking\\PassengerRepository' => '?',
'App\\Repository\\Booking\\ProspectProjectRepository' => '?',
'App\\Repository\\Booking\\ProspectRequestRepository' => '?',
'App\\Repository\\Booking\\QuoteItemsRepository' => '?',
'App\\Repository\\Booking\\QuoteParticipantRepository' => '?',
'App\\Repository\\Booking\\QuotePassengerInformationRepository' => '?',
'App\\Repository\\Booking\\QuoteRepository' => '?',
'App\\Repository\\Booking\\SpecialRequestDocumentRepository' => '?',
'App\\Repository\\Booking\\SpecialRequestRepository' => '?',
'App\\Repository\\Booking\\SpecialRequestStateRepository' => '?',
'App\\Repository\\Booking\\SpecialRequestTypeRepository' => '?',
'App\\Repository\\CmsResetPasswordRequestRepository' => '?',
'App\\Repository\\Confirmation\\BookingConfirmationCabinCheckRepository' => '?',
'App\\Repository\\Confirmation\\BookingConfirmationPassengerCheckRepository' => '?',
'App\\Repository\\Confirmation\\BookingConfirmationRepository' => '?',
'App\\Repository\\Confirmation\\ConfirmationDelayRepository' => '?',
'App\\Repository\\Confirmation\\ConfirmationResponsibleRepository' => '?',
'App\\Repository\\Contact\\BookletDownloadRepository' => '?',
'App\\Repository\\Contact\\ClubCardCategoryRepository' => '?',
'App\\Repository\\Contact\\ClubCardHistoryRepository' => '?',
'App\\Repository\\Contact\\ClubCardRepository' => '?',
'App\\Repository\\Contact\\CommentRepository' => '?',
'App\\Repository\\Contact\\CommentStatusRepository' => '?',
'App\\Repository\\Contact\\ComplaintRepository' => '?',
'App\\Repository\\Contact\\ComplaintStateRepository' => '?',
'App\\Repository\\Contact\\ContactUsRepository' => '?',
'App\\Repository\\Contact\\CruiseBookmarkRepository' => '?',
'App\\Repository\\Contact\\NewsletterSubscriberRepository' => '?',
'App\\Repository\\Contact\\PhoneRepository' => '?',
'App\\Repository\\Contact\\PreferenceRepository' => '?',
'App\\Repository\\Contact\\ProspectRepository' => '?',
'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryHistoryRepository' => '?',
'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryRepository' => '?',
'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryServiceRepository' => '?',
'App\\Repository\\Cruise\\CabinCategory\\CabinCategoryTypeRepository' => '?',
'App\\Repository\\Cruise\\CabinCategory\\CabinTypeRepository' => '?',
'App\\Repository\\Cruise\\Cabin\\CabinParticularityRepository' => '?',
'App\\Repository\\Cruise\\Company\\AdvantageRepository' => '?',
'App\\Repository\\Cruise\\Company\\AtmosphereRepository' => '?',
'App\\Repository\\Cruise\\Company\\CompanyRepository' => '?',
'App\\Repository\\Cruise\\Company\\CostaFarecodeApiRepository' => '?',
'App\\Repository\\Cruise\\Company\\FareCodeRepository' => '?',
'App\\Repository\\Cruise\\Cruise\\CruiseHistoryRepository' => '?',
'App\\Repository\\Cruise\\Cruise\\CruiseIncludedGroupRepository' => '?',
'App\\Repository\\Cruise\\Cruise\\CruiseTagAssociationHistoryRepository' => '?',
'App\\Repository\\Cruise\\Cruise\\CruiseTagCategoryRepository' => '?',
'App\\Repository\\Cruise\\Cruise\\CruiseTagRepository' => '?',
'App\\Repository\\Cruise\\Cruise\\SpecialOfferCompanyRepository' => '?',
'App\\Repository\\Cruise\\Cruise\\SpecialOfferHistoryRepository' => '?',
'App\\Repository\\Cruise\\Cruise\\SpecialOfferRepository' => '?',
'App\\Repository\\Cruise\\Formality\\FormalityHistoryBookingRepository' => '?',
'App\\Repository\\Cruise\\Formality\\FormalityHistoryRepository' => '?',
'App\\Repository\\Cruise\\Formality\\FormalityRepository' => '?',
'App\\Repository\\Cruise\\Formality\\FormalityTypeRepository' => '?',
'App\\Repository\\Cruise\\Included\\IncludedAssociationRepository' => '?',
'App\\Repository\\Cruise\\Included\\IncludedGroupRepository' => '?',
'App\\Repository\\Cruise\\Included\\IncludedHistoryRepository' => '?',
'App\\Repository\\Cruise\\Included\\IncludedRepository' => '?',
'App\\Repository\\Cruise\\Included\\IncludedTagRepository' => '?',
'App\\Repository\\Cruise\\Itinerary\\DestinationRepository' => '?',
'App\\Repository\\Cruise\\Itinerary\\ItineraryHistoryRepository' => '?',
'App\\Repository\\Cruise\\Itinerary\\ItineraryIncludedGroupRepository' => '?',
'App\\Repository\\Cruise\\Itinerary\\ItinerarySegmentHistoryRepository' => '?',
'App\\Repository\\Cruise\\Service\\ServiceHistoryRepository' => '?',
'App\\Repository\\Cruise\\Service\\ServiceRepository' => '?',
'App\\Repository\\Cruise\\Service\\ServiceTypeRepository' => '?',
'App\\Repository\\Cruise\\Ship\\DeckRepository' => '?',
'App\\Repository\\Cruise\\Ship\\ShipRepository' => '?',
'App\\Repository\\Cruise\\Ship\\ShipTextualDataRepository' => '?',
'App\\Repository\\Cruise\\Stopover\\StopoverRepository' => '?',
'App\\Repository\\Discount\\AttributedDiscountRepository' => '?',
'App\\Repository\\Discount\\DiscountActionRepository' => '?',
'App\\Repository\\Discount\\DiscountRepository' => '?',
'App\\Repository\\Document\\FirmedCheckRepository' => '?',
'App\\Repository\\Document\\SaleTermRepository' => '?',
'App\\Repository\\Email\\AttributedEmailRepository' => '?',
'App\\Repository\\Email\\AttributedSentEmailRepository' => '?',
'App\\Repository\\Email\\EmailAttachmentRepository' => '?',
'App\\Repository\\Email\\EmailContentRepository' => '?',
'App\\Repository\\Email\\EmailRepository' => '?',
'App\\Repository\\Email\\EmailTemplateRepository' => '?',
'App\\Repository\\Email\\EmailUnreadRepository' => '?',
'App\\Repository\\Email\\SentEmailRepository' => '?',
'App\\Repository\\Marketing\\SegmentRepository' => '?',
'App\\Repository\\MediaRepository' => '?',
'App\\Repository\\Notification\\AlertRepository' => '?',
'App\\Repository\\Notification\\NotificationGroupRepository' => '?',
'App\\Repository\\Notification\\NotificationRepository' => '?',
'App\\Repository\\Notification\\NotificationRuleRepository' => '?',
'App\\Repository\\Notification\\NotificationSubscriberRepository' => '?',
'App\\Repository\\Notification\\ReminderRepository' => '?',
'App\\Repository\\Opinion\\AnswerRepository' => '?',
'App\\Repository\\Opinion\\QuestionRepository' => '?',
'App\\Repository\\Opinion\\QuestionTemplateRepository' => '?',
'App\\Repository\\Opinion\\SurveyRepository' => '?',
'App\\Repository\\Partner\\ContactPartnerCategoryRepository' => '?',
'App\\Repository\\Partner\\ContactPartnerRepository' => '?',
'App\\Repository\\Partner\\PartnerByContactHistoryRepository' => '?',
'App\\Repository\\Partner\\PartnerByContactRepository' => '?',
'App\\Repository\\Partner\\PartnerCompanyDiscountRepository' => '?',
'App\\Repository\\Partner\\PartnerFollowUpRepository' => '?',
'App\\Repository\\Partner\\PartnerRepository' => '?',
'App\\Repository\\PhoneCall\\PhoneCallRepository' => '?',
'App\\Repository\\Product\\AutoProductVariantRepository' => '?',
'App\\Repository\\Product\\MarginCabinRepository' => '?',
'App\\Repository\\Product\\MarginProductRepository' => '?',
'App\\Repository\\Product\\ProductCategoryRepository' => '?',
'App\\Repository\\Product\\ProductDefaultOptionRepository' => '?',
'App\\Repository\\Product\\ProductDefaultOptionValidValueRepository' => '?',
'App\\Repository\\Product\\ProductDefaultParameterRepository' => '?',
'App\\Repository\\Product\\ProductDefaultParameterValidValueRepository' => '?',
'App\\Repository\\Product\\ProductOptionRepository' => '?',
'App\\Repository\\Product\\ProductOptionValidValueRepository' => '?',
'App\\Repository\\Product\\ProductOptionValueRepository' => '?',
'App\\Repository\\Product\\ProductRepository' => '?',
'App\\Repository\\Product\\ProductVariantParameterRepository' => '?',
'App\\Repository\\Product\\ProductVariantParameterValidValueRepository' => '?',
'App\\Repository\\Product\\ProductVariantRepository' => '?',
'App\\Repository\\Project\\ProjectRepository' => '?',
'App\\Repository\\ResetPasswordRequestRepository' => '?',
'App\\Repository\\Schedule\\LeaveRepository' => '?',
'App\\Repository\\Schedule\\ScheduleCommentRepository' => '?',
'App\\Repository\\Schedule\\ScheduleEventRepository' => '?',
'App\\Repository\\Selling\\SellerBonusRepository' => '?',
'App\\Repository\\Selling\\SellingSegmentCabinTypePointRepository' => '?',
'App\\Repository\\Selling\\SellingSegmentRepository' => '?',
'App\\Repository\\Todo\\TodoRepository' => '?',
'App\\Repository\\Todo\\TodoTypeRepository' => '?',
'App\\Repository\\User\\ApiUserRepository' => '?',
'App\\Repository\\User\\MacifProfileRepository' => '?',
'App\\Repository\\User\\ProfileRepository' => '?',
'App\\Repository\\User\\UserCmsRepository' => '?',
'App\\Repository\\User\\UserRepository' => '?',
'App\\Repository\\WebServices\\WebServicesStateRepository' => '?',
'App\\Repository\\__Accounting\\CreditPaymentRepository' => '?',
'App\\Repository\\__Accounting\\CreditRepository' => '?',
'App\\Repository\\__Accounting\\InsurancePriceRepository' => '?',
'App\\Repository\\__Accounting\\PartnerAllowance\\AllowanceRepository' => '?',
'App\\Repository\\__Accounting\\PartnerAllowance\\PartnerAllowanceRepository' => '?',
'App\\Repository\\__Accounting\\PartnerParticipation\\ParticipationRepository' => '?',
'App\\Repository\\__Accounting\\PartnerParticipation\\PartnerParticipationRepository' => '?',
'App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateContentRepository' => '?',
'App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateRepository' => '?',
'App\\Repository\\__Accounting\\RefundRepository' => '?',
'App\\Repository\\__Accounting\\SupplierContactRepository' => '?',
'App\\Repository\\__Accounting\\SupplierRepository' => '?',
'App\\Repository\\__Contact\\contact\\ContactProspectRepository' => '?',
'App\\Repository\\__Contact\\contact\\ContactRepository' => '?',
'App\\Repository\\__Marketing\\Departure\\CrmDepartureRepository' => '?',
'App\\Repository\\__Marketing\\Departure\\DepartureRepository' => '?',
'App\\Repository\\__Sale\\LegalTextRepository' => '?',
'Crea\\DocumentationBundle\\Repository\\ArticleOperationRepository' => '?',
'Crea\\DocumentationBundle\\Repository\\ArticleRepository' => '?',
'Crea\\DocumentationBundle\\Repository\\ChapterRepository' => '?',
'Crea\\DocumentationBundle\\Repository\\DocumentationConfigurationRepository' => '?',
'Crea\\EventBundle\\Repository\\EventCategoryRepository' => '?',
'Crea\\EventBundle\\Repository\\EventConfigurationRepository' => '?',
'Crea\\EventBundle\\Repository\\EventLogRepository' => '?',
'Crea\\EventBundle\\Repository\\EventModelRepository' => '?',
'Crea\\EventBundle\\Repository\\EventTypeRepository' => '?',
'Crea\\FloaBundle\\Repository\\FloaEligibilityRepository' => '?',
'Crea\\FloaBundle\\Repository\\FloaPaymentSessionRepository' => '?',
'Crea\\FloaBundle\\Repository\\FloaPreEligibilityRepository' => '?',
'Crea\\FloaBundle\\Repository\\FloaTokenRepository' => '?',
'Crea\\HRBundle\\Repository\\PlanningCommentRepository' => '?',
'Crea\\HRBundle\\Repository\\PlanningEventRepository' => '?',
'Crea\\HRBundle\\Repository\\PlanningLeaveRepository' => '?',
'Crea\\ParameterBundle\\Repository\\ParameterAttributeValueRepository' => '?',
'Crea\\ParameterBundle\\Repository\\ParameterGroupRepository' => '?',
'Crea\\ParameterBundle\\Repository\\ParameterRepository' => '?',
'Crea\\ParameterBundle\\Repository\\ParameterTypeAttributeRepository' => '?',
'Crea\\ParameterBundle\\Repository\\ParameterTypeAttributeValidValueRepository' => '?',
'Crea\\ParameterBundle\\Repository\\ParameterTypeRepository' => '?',
'Crea\\ProcessBundle\\Repository\\ProcessStateRepository' => '?',
'Crea\\ProcessBundle\\Repository\\ProcessStepValidationRepository' => '?',
'Crea\\SecurityBundle\\Repository\\ProfileRepository' => '?',
'Crea\\SecurityBundle\\Repository\\RightRepository' => '?',
'Crea\\SecurityBundle\\Repository\\UserGroupRepository' => '?',
'Crea\\SecurityBundle\\Repository\\UserRepository' => '?',
'Crea\\ToolsBundle\\Repository\\Geographic\\AddressRepository' => '?',
'Crea\\ToolsBundle\\Repository\\Geographic\\AirportRepository' => '?',
'Crea\\ToolsBundle\\Repository\\Geographic\\CityRepository' => '?',
'Crea\\ToolsBundle\\Repository\\Geographic\\CountryRepository' => '?',
])));
$a->addCustomStringFunction('CAST', 'DoctrineExtensions\\Query\\Mysql\\Cast');
$a->addCustomStringFunction('REPLACE', 'DoctrineExtensions\\Query\\Mysql\\Replace');
$a->addCustomStringFunction('ROUND', 'DoctrineExtensions\\Query\\Mysql\\Round');
$a->addCustomStringFunction('FLOOR', 'DoctrineExtensions\\Query\\Mysql\\Floor');
$a->addCustomDatetimeFunction('DATEDIFF', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
$a->addCustomDatetimeFunction('NOW', 'DoctrineExtensions\\Query\\Mysql\\Now');
$a->addCustomDatetimeFunction('YEAR', 'DoctrineExtensions\\Query\\Mysql\\Year');
$a->addCustomDatetimeFunction('DATE_FORMAT', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->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('workflow.payment_workflow.leave', [0 => function () {
return ($this->privates['.state_machine.payment_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_PaymentWorkflow_Listener_AuditTrailService'));
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.payment_workflow.transition', [0 => function () {
return ($this->privates['.state_machine.payment_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_PaymentWorkflow_Listener_AuditTrailService'));
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.payment_workflow.enter', [0 => function () {
return ($this->privates['.state_machine.payment_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_PaymentWorkflow_Listener_AuditTrailService'));
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.invoiceLine_workflow.leave', [0 => function () {
return ($this->privates['.state_machine.invoiceLine_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_InvoiceLineWorkflow_Listener_AuditTrailService'));
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.invoiceLine_workflow.transition', [0 => function () {
return ($this->privates['.state_machine.invoiceLine_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_InvoiceLineWorkflow_Listener_AuditTrailService'));
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.invoiceLine_workflow.enter', [0 => function () {
return ($this->privates['.state_machine.invoiceLine_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_InvoiceLineWorkflow_Listener_AuditTrailService'));
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.credit_workflow.leave', [0 => function () {
return ($this->privates['.state_machine.credit_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_CreditWorkflow_Listener_AuditTrailService'));
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.credit_workflow.transition', [0 => function () {
return ($this->privates['.state_machine.credit_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_CreditWorkflow_Listener_AuditTrailService'));
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.credit_workflow.enter', [0 => function () {
return ($this->privates['.state_machine.credit_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_CreditWorkflow_Listener_AuditTrailService'));
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.cabin_workflow.leave', [0 => function () {
return ($this->privates['.state_machine.cabin_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_CabinWorkflow_Listener_AuditTrailService'));
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.cabin_workflow.transition', [0 => function () {
return ($this->privates['.state_machine.cabin_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_CabinWorkflow_Listener_AuditTrailService'));
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.cabin_workflow.enter', [0 => function () {
return ($this->privates['.state_machine.cabin_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_CabinWorkflow_Listener_AuditTrailService'));
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.contract_workflow.leave', [0 => function () {
return ($this->privates['.state_machine.contract_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_ContractWorkflow_Listener_AuditTrailService'));
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.contract_workflow.transition', [0 => function () {
return ($this->privates['.state_machine.contract_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_ContractWorkflow_Listener_AuditTrailService'));
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.contract_workflow.enter', [0 => function () {
return ($this->privates['.state_machine.contract_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_ContractWorkflow_Listener_AuditTrailService'));
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.booking_workflow.leave', [0 => function () {
return ($this->privates['.state_machine.booking_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_BookingWorkflow_Listener_AuditTrailService'));
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.booking_workflow.transition', [0 => function () {
return ($this->privates['.state_machine.booking_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_BookingWorkflow_Listener_AuditTrailService'));
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.booking_workflow.enter', [0 => function () {
return ($this->privates['.state_machine.booking_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_BookingWorkflow_Listener_AuditTrailService'));
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.quote_web_workflow.leave', [0 => function () {
return ($this->privates['.state_machine.quote_web_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_QuoteWebWorkflow_Listener_AuditTrailService'));
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.quote_web_workflow.transition', [0 => function () {
return ($this->privates['.state_machine.quote_web_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_QuoteWebWorkflow_Listener_AuditTrailService'));
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.quote_web_workflow.enter', [0 => function () {
return ($this->privates['.state_machine.quote_web_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_QuoteWebWorkflow_Listener_AuditTrailService'));
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.phone_call_workflow.leave', [0 => function () {
return ($this->privates['.state_machine.phone_call_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_PhoneCallWorkflow_Listener_AuditTrailService'));
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.phone_call_workflow.transition', [0 => function () {
return ($this->privates['.state_machine.phone_call_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_PhoneCallWorkflow_Listener_AuditTrailService'));
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.phone_call_workflow.enter', [0 => function () {
return ($this->privates['.state_machine.phone_call_workflow.listener.audit_trail'] ?? $this->load('get_StateMachine_PhoneCallWorkflow_Listener_AuditTrailService'));
}, 1 => 'onEnter'], 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('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('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelRequest'], 250);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
}, 1 => 'onResponse'], -10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
}, 1 => 'onKernelRequest'], 28);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
}, 1 => 'onKernelRequest'], 2);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
}, 1 => 'onKernelView'], 16);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
}, 1 => 'onKernelView'], 8);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
}, 1 => 'onKernelException'], -96);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
}, 1 => 'onKernelView'], 32);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
}, 1 => 'onKernelRequest'], 4);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
}, 1 => 'onKernelResponse'], -1);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
}, 1 => 'onKernelView'], 64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
}, 1 => 'onSecurity'], 3);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
}, 1 => 'onSecurityPostDenormalize'], 1);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
}, 1 => 'onSecurityPostValidation'], 63);
$instance->addListener('mailjet.event.subscribe', [0 => function () {
return ($this->privates['mailjet.listener.contact_listener'] ?? $this->load('getMailjet_Listener_ContactListenerService'));
}, 1 => 'onSubscribe'], 0);
$instance->addListener('mailjet.event.unsubscribe', [0 => function () {
return ($this->privates['mailjet.listener.contact_listener'] ?? $this->load('getMailjet_Listener_ContactListenerService'));
}, 1 => 'onUnsubscribe'], 0);
$instance->addListener('mailjet.event.update', [0 => function () {
return ($this->privates['mailjet.listener.contact_listener'] ?? $this->load('getMailjet_Listener_ContactListenerService'));
}, 1 => 'onUpdate'], 0);
$instance->addListener('mailjet.event.delete', [0 => function () {
return ($this->privates['mailjet.listener.contact_listener'] ?? $this->load('getMailjet_Listener_ContactListenerService'));
}, 1 => 'onDelete'], 0);
$instance->addListener('mailjet.event.change_email', [0 => function () {
return ($this->privates['mailjet.listener.contact_listener'] ?? $this->load('getMailjet_Listener_ContactListenerService'));
}, 1 => 'onChangeEmail'], 0);
$instance->addListener('quote_to_booking.event.pre_process', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\BookingProcessEventSubscriber'] ?? $this->load('getBookingProcessEventSubscriberService'));
}, 1 => 'preProcess'], 0);
$instance->addListener('quote_to_booking.event.post_process', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\BookingProcessEventSubscriber'] ?? $this->load('getBookingProcessEventSubscriberService'));
}, 1 => 'postProcess'], 0);
$instance->addListener('process.response', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\ProcessFullwebCostaSubscriber'] ?? $this->load('getProcessFullwebCostaSubscriberService'));
}, 1 => 'processResponse'], 0);
$instance->addListener('process.response', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\ProcessFullwebErrorByContextSubscriber'] ?? ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\ProcessFullwebErrorByContextSubscriber'] = new \App\BookingProcess\ProcessEventSubscriber\ProcessFullwebErrorByContextSubscriber()));
}, 1 => 'processResponse'], 0);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CONFIRM_OPTION_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'setQuoteOnError'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CONFIRM_OPTION_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'addManagerTask'], 254);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_FULLWEB_INCLUDED_SERVICES_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'setQuoteOnError'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_FULLWEB_INCLUDED_SERVICES_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'addManagerTask'], 254);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'setQuoteOnError'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'addManagerTask'], 254);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'processDown'], 253);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_PAYMENT_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'setQuoteOnError'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_PAYMENT_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'addManagerTask'], 254);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_PAYMENT_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'processDown'], 253);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CALCULATION_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'setQuoteOnError'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CALCULATION_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'addManagerTask'], 254);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_CONFIRMATION_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'setQuoteOnError'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_CONFIRMATION_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'addManagerTask'], 254);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_CONFIRMATION_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'processDown'], 253);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_INSURANCE_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'setQuoteOnError'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_INSURANCE_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'addManagerTask'], 254);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_INSURANCE_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'processDown'], 253);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_REMINDER_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'setQuoteOnError'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_REMINDER_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'addManagerTask'], 254);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_REMINDER_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'processDown'], 253);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CONFIRMATION_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'setQuoteOnError'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CONFIRMATION_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'addManagerTask'], 254);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_OPINION_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'setQuoteOnError'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_OPINION_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'addManagerTask'], 254);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CRUISE_PREPARATION_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'setQuoteOnError'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CRUISE_PREPARATION_ERROR', [0 => function () {
return ($this->privates['App\\BookingProcess\\ProcessEventSubscriber\\QuoteTransformationEventSubscriber'] ?? $this->load('getQuoteTransformationEventSubscriberService'));
}, 1 => 'addManagerTask'], 254);
$instance->addListener('BOOKING_PAYMENT_CREATE', [0 => function () {
return ($this->privates['App\\EventSubscriber\\BookingEventSubscriber'] ?? $this->load('getBookingEventSubscriberService'));
}, 1 => 'handlePaymentEvent'], 0);
$instance->addListener('BOOKING_PAYMENT_UPDATE', [0 => function () {
return ($this->privates['App\\EventSubscriber\\BookingEventSubscriber'] ?? $this->load('getBookingEventSubscriberService'));
}, 1 => 'handlePaymentEvent'], 0);
$instance->addListener('BOOKING_PAYMENT_DELETE', [0 => function () {
return ($this->privates['App\\EventSubscriber\\BookingEventSubscriber'] ?? $this->load('getBookingEventSubscriberService'));
}, 1 => 'handlePaymentEvent'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['App\\EventSubscriber\\KernelControllerSubscriber'] ?? $this->getKernelControllerSubscriberService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\KernelRequestSubscriber'] ?? $this->getKernelRequestSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('floa.event.exception.missing_adapter', [0 => function () {
return ($this->privates['App\\Floa\\Exception\\FloaExceptionEventSubscriber'] ?? $this->load('getFloaExceptionEventSubscriberService'));
}, 1 => 'handleException'], 256);
$instance->addListener('floa.event.exception.missing_eligibility', [0 => function () {
return ($this->privates['App\\Floa\\Exception\\FloaExceptionEventSubscriber'] ?? $this->load('getFloaExceptionEventSubscriberService'));
}, 1 => 'handleException'], 256);
$instance->addListener('floa.event.client_exception.token', [0 => function () {
return ($this->privates['App\\Floa\\Exception\\FloaExceptionEventSubscriber'] ?? $this->load('getFloaExceptionEventSubscriberService'));
}, 1 => 'handleException'], 256);
$instance->addListener('floa.event.client_exception.pre_eligibility', [0 => function () {
return ($this->privates['App\\Floa\\Exception\\FloaExceptionEventSubscriber'] ?? $this->load('getFloaExceptionEventSubscriberService'));
}, 1 => 'handleException'], 256);
$instance->addListener('floa.event.client_exception.eligibility', [0 => function () {
return ($this->privates['App\\Floa\\Exception\\FloaExceptionEventSubscriber'] ?? $this->load('getFloaExceptionEventSubscriberService'));
}, 1 => 'handleException'], 256);
$instance->addListener('floa.event.client_exception.payment_session', [0 => function () {
return ($this->privates['App\\Floa\\Exception\\FloaExceptionEventSubscriber'] ?? $this->load('getFloaExceptionEventSubscriberService'));
}, 1 => 'handleException'], 256);
$instance->addListener('migration.event.init.missing.import.service.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.init.missing.history.service.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.init.missing.load.service.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.init.missing.mapping.rules.service.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.init.missing.mapping.generator.service.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.init.missing.mapping.service.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.init.delete.log.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.init.truncate.table.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.init.data.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.missing.manager.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.missing.normalizer.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.missing.file.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.global.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.create.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.post.import.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.not_imported_content.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.checker.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.remover.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.delete.content.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.history.missing.manager.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.history.no.data.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.history.global.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.history.create.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.history.checker.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.missing.manager.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.missing.normalizer.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.missing.file.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.global.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.create.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.not_imported_content.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.missing.repository.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.missing.manager.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.init.service.parameter.values.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.not.used.mapping.rule.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.init.data.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.global.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.no.data.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.upsert.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.post_load.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.post_load.calculation.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.post_load.document_generation.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.not_loaded_content.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.init_data_after_error.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.send.email.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.post.load.global.exception', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.max.length.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.missing.get.data.index.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.datetime.syntax.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.datetime.create.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.int.syntax.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.missing.enum.data.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.float.syntax.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.tel.syntax.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.bool.syntax.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.contact.passenger.not.imported.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.imported.contact.prefixed.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.existed.double.contact.prefixed.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.city.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.country.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.contact.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.partner_by_contact.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.user.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.partner.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.booking.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.quote.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.quote.passenger.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.quote.cruise_history.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.quote.cabin_category_history.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.prospect_request.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.booking.passenger.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.invoice.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.normalizer.unknown.supplier.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.checker.import.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.remover.import.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.history.checker.import.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.max.length.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.missing.get.data.index.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.int.syntax.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.float.syntax.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.missing.enum.data.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.bool.syntax.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.unknown.supplier.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.unknown.partner.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.unknown.company.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.unknown.product.subcategory.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.unknown.mapping.rules.service.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.normalizer.unknown.mapping.rules.service.parameter.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.upsert.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.post_load.calculation.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.post_load.balance.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.post_load.missing.crm.amount.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.post_load.different.crm.amount.warning', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.init.delete.log.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.init.truncate.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.start.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.end.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.no.filter.service.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.filtered.data.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.no.post.import.service.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.post.import.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.no.check.import.service.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.check.import.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.result.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.history.start.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.history.end.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.no.check.history.service.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.import.check.history.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.history.result.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.delete.log.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.start.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.end.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.no.filter.service.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.filtered.data.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.rules.result.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.delete.log.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.init.service.parameter.values.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.start.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.end.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.mapped.content.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.mapping.result.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.start.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.end.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.result.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.no.post.load.service.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.load.post.load.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('migration.event.post.load.information', [0 => function () {
return ($this->privates['App\\Migration\\EventSubscriber\\MigrationEventSubscriber'] ?? $this->load('getMigrationEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener($this->getEnv('MAILER_SENDER_EMAIL'), [])));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
}, 1 => 'onMessageFailed'], -100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
}, 1 => 'onWorkerRunning'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
}, 1 => 'onWorkerStarted'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
}, 1 => 'onNotification'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageFailed'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
}, 1 => 'onMessage'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
}, 1 => 'configure'], 1024);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
}, 1 => 'resetAssets'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'before'], 0);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'pagination'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'pagination'], 1);
$instance->addListener('floa.event.exception.missing_adapter', [0 => function () {
return ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] ?? ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] = new \Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber(($this->services['kernel'] ?? $this->get('kernel', 1)))));
}, 1 => 'handleException'], 256);
$instance->addListener('floa.event.exception.missing_eligibility', [0 => function () {
return ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] ?? ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] = new \Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber(($this->services['kernel'] ?? $this->get('kernel', 1)))));
}, 1 => 'handleException'], 256);
$instance->addListener('floa.event.client_exception.token', [0 => function () {
return ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] ?? ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] = new \Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber(($this->services['kernel'] ?? $this->get('kernel', 1)))));
}, 1 => 'handleException'], 256);
$instance->addListener('floa.event.client_exception.pre_eligibility', [0 => function () {
return ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] ?? ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] = new \Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber(($this->services['kernel'] ?? $this->get('kernel', 1)))));
}, 1 => 'handleException'], 256);
$instance->addListener('floa.event.client_exception.eligibility', [0 => function () {
return ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] ?? ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] = new \Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber(($this->services['kernel'] ?? $this->get('kernel', 1)))));
}, 1 => 'handleException'], 256);
$instance->addListener('floa.event.client_exception.payment_session', [0 => function () {
return ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] ?? ($this->privates['Crea\\FloaBundle\\EventSubscriber\\FloaExceptionEventSubscriber'] = new \Crea\FloaBundle\EventSubscriber\FloaExceptionEventSubscriber(($this->services['kernel'] ?? $this->get('kernel', 1)))));
}, 1 => 'handleException'], 256);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Crea\\SecurityBundle\\EventListener\\HasAccessListener'] ?? $this->getHasAccessListenerService());
}, 1 => 'onKernelController'], -1);
$instance->addListener('EVENT_MODEL_TEST_ERROR', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('EVENT_MODEL_TEST_WARNING', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('EVENT_MODEL_TEST_INFORMATION', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('BOOKING_PAYMENT_CREATE', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('BOOKING_PAYMENT_UPDATE', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('BOOKING_PAYMENT_DELETE', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('BOOKING_PAYMENT_SEND_ACK', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_SUCCESS', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_PAYMENT_SUCCESS', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_ERROR', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_PAYMENT_CREDITS_WARNING', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_PAYMENT_ERROR', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CALCULATION_SUCCESS', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CALCULATION_ERROR', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_CONFIRMATION_SUCCESS', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_BOOKING_CONFIRMATION_ERROR', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_INSURANCE_SUCCESS', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_INSURANCE_ERROR', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CONFIRMATION_SUCCESS', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CONFIRMATION_ERROR', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_OPINION_SUCCESS', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_OPINION_ERROR', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CRUISE_PREPARATION_SUCCESS', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_EMAIL_CRUISE_PREPARATION_ERROR', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CONFIRM_OPTION_SUCCESS', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_CONFIRM_OPTION_ERROR', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_FULLWEB_INCLUDED_SERVICES_SUCCESS', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_FULLWEB_INCLUDED_SERVICES_ERROR', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_REMINDER_SUCCESS', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_STEP_REMINDER_ERROR', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_ERROR_UNKNOWN', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_ERROR_PROCESS_DOWN', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_SUCCESS', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_CALLED', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_ERROR_NO_PAYMENT', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_ERROR_INVALID_REQUEST', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_PAYMENT_ACCEPT', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_PAYMENT_DECLINE', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_PAYMENT_CANCEL', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_PAYMENT_EXCEPTION', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('CATEGORY_BANK_PAYMENT_OGONE_BACKUP_INTERFACE_PAYMENT_WAITING', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROCESS_QUOTE_TRANSFORMATION_BEGIN', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROSPECT_REQUEST_REMINDER_SUCCESSFUL_CALL', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROSPECT_REQUEST_REMINDER_NO_RESPONSE_CALL', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROSPECT_REQUEST_REMINDER_MAIL_SEND', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROSPECT_REQUEST_REMINDER_MAIL_FAILED', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROSPECT_REQUEST_REMINDER_OTHER', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROSPECT_REQUEST_STATUS_CHANGE', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROSPECT_REQUEST_ASSIGNMENT', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('PROSPECT_REQUEST_CREATE', [0 => function () {
return ($this->privates['Crea\\EventBundle\\EventSubscriber\\CreaEventSubscriber'] ?? $this->load('getCreaEventSubscriberService'));
}, 1 => 'handle'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
$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 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['liip_imagine.cache.manager'])) {
return $this->services['liip_imagine.cache.manager'];
}
$b = ($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()), $a, ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $b, 'default', false);
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$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\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache');
}
/**
* 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.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($this->getEnv('APP_SECRET'));
}
/**
* Gets the public 'messenger.default_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessenger_DefaultBusService()
{
return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
}, 7)));
}
/**
* Gets the public 'monolog.logger.deprecation' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DeprecationService()
{
$this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.notification' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_NotificationService()
{
$this->services['monolog.logger.notification'] = $instance = new \Symfony\Bridge\Monolog\Logger('notification');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.notification_logging'] ?? $this->getMonolog_Handler_NotificationLoggingService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'fr');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(10000);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the private '.1_Serializer~fkSxS5G' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_1SerializerfkSxS5GService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['.1_Serializer~fkSxS5G'])) {
return $this->privates['.1_Serializer~fkSxS5G'];
}
return $this->privates['.1_Serializer~fkSxS5G'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULL, NULL, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a)], [0 => ($this->privates['serializer.encoder.json'] ?? ($this->privates['serializer.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL)))]);
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.service_locator.RZtbveQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RZtbveQService()
{
return $this->privates['.service_locator.RZtbveQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
'security.firewall.map.context.api_login' => ['privates', 'security.firewall.map.context.api_login', 'getSecurity_Firewall_Map_Context_ApiLoginService', true],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
], [
'security.firewall.map.context.api' => '?',
'security.firewall.map.context.api_login' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private 'App\Assurever\AssureverRepository' shared autowired service.
*
* @return \App\Assurever\AssureverRepository
*/
protected function getAssureverRepositoryService()
{
$a = ($this->privates['assurever.client'] ?? $this->getAssurever_ClientService());
if (isset($this->privates['App\\Assurever\\AssureverRepository'])) {
return $this->privates['App\\Assurever\\AssureverRepository'];
}
return $this->privates['App\\Assurever\\AssureverRepository'] = new \App\Assurever\AssureverRepository($a);
}
/**
* Gets the private 'App\BookingProcess\ProcessHelper\AccountHelper' shared autowired service.
*
* @return \App\BookingProcess\ProcessHelper\AccountHelper
*/
protected function getAccountHelperService()
{
$a = ($this->privates['App\\Helper\\TotalsCalculator'] ?? $this->getTotalsCalculatorService());
if (isset($this->privates['App\\BookingProcess\\ProcessHelper\\AccountHelper'])) {
return $this->privates['App\\BookingProcess\\ProcessHelper\\AccountHelper'];
}
return $this->privates['App\\BookingProcess\\ProcessHelper\\AccountHelper'] = new \App\BookingProcess\ProcessHelper\AccountHelper(($this->privates['App\\Repository\\Accounting\\AccountRepository'] ?? $this->getAccountRepositoryService()), $a);
}
/**
* Gets the private 'App\BookingProcess\ProcessHelper\ApplicationFeeHelper' shared autowired service.
*
* @return \App\BookingProcess\ProcessHelper\ApplicationFeeHelper
*/
protected function getApplicationFeeHelperService()
{
return $this->privates['App\\BookingProcess\\ProcessHelper\\ApplicationFeeHelper'] = new \App\BookingProcess\ProcessHelper\ApplicationFeeHelper(($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()), ($this->privates['App\\Repository\\Accounting\\ApplicationFeeRepository'] ?? $this->getApplicationFeeRepositoryService()));
}
/**
* Gets the private 'App\BookingProcess\ProcessHelper\BalanceBeforeDepartureHelper' shared autowired service.
*
* @return \App\BookingProcess\ProcessHelper\BalanceBeforeDepartureHelper
*/
protected function getBalanceBeforeDepartureHelperService()
{
return $this->privates['App\\BookingProcess\\ProcessHelper\\BalanceBeforeDepartureHelper'] = new \App\BookingProcess\ProcessHelper\BalanceBeforeDepartureHelper(($this->privates['App\\Repository\\Accounting\\BalanceBeforeDepartureRepository'] ?? $this->getBalanceBeforeDepartureRepositoryService()));
}
/**
* Gets the private 'App\BookingProcess\ProcessHelper\Company\Option\OptionHelperProvider' shared autowired service.
*
* @return \App\BookingProcess\ProcessHelper\Company\Option\OptionHelperProvider
*/
protected function getOptionHelperProviderService()
{
return $this->privates['App\\BookingProcess\\ProcessHelper\\Company\\Option\\OptionHelperProvider'] = new \App\BookingProcess\ProcessHelper\Company\Option\OptionHelperProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\BookingProcess\\ProcessHelper\\Company\\Option\\CostaOptionHelper'] ?? $this->load('getCostaOptionHelperService'));
}, 1));
}
/**
* Gets the private 'App\BookingProcess\ProcessHelper\MultiPaymentHelper' shared autowired service.
*
* @return \App\BookingProcess\ProcessHelper\MultiPaymentHelper
*/
protected function getMultiPaymentHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'])) {
return $this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'];
}
$b = ($this->privates['App\\Helper\\TotalsCalculator'] ?? $this->getTotalsCalculatorService());
if (isset($this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'])) {
return $this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'];
}
$c = ($this->privates['App\\BookingProcess\\ProcessHelper\\AccountHelper'] ?? $this->getAccountHelperService());
if (isset($this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'])) {
return $this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'];
}
return $this->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'] = new \App\BookingProcess\ProcessHelper\MultiPaymentHelper($a, $b, $c, ($this->privates['App\\BookingProcess\\ProcessHelper\\ApplicationFeeHelper'] ?? $this->getApplicationFeeHelperService()), ($this->privates['App\\BookingProcess\\ProcessHelper\\PaymentHelper'] ?? $this->getPaymentHelperService()), ($this->privates['App\\Repository\\Accounting\\AccountRepository'] ?? $this->getAccountRepositoryService()), ($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()), ($this->privates['App\\BookingProcess\\ProcessHelper\\BalanceBeforeDepartureHelper'] ?? $this->getBalanceBeforeDepartureHelperService()));
}
/**
* Gets the private 'App\BookingProcess\ProcessHelper\PaymentHelper' shared autowired service.
*
* @return \App\BookingProcess\ProcessHelper\PaymentHelper
*/
protected function getPaymentHelperService()
{
return $this->privates['App\\BookingProcess\\ProcessHelper\\PaymentHelper'] = new \App\BookingProcess\ProcessHelper\PaymentHelper(($this->privates['App\\Repository\\Accounting\\PaymentRepository'] ?? $this->getPaymentRepositoryService()));
}
/**
* Gets the private 'App\EventSubscriber\KernelControllerSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\KernelControllerSubscriber
*/
protected function getKernelControllerSubscriberService()
{
return $this->privates['App\\EventSubscriber\\KernelControllerSubscriber'] = new \App\EventSubscriber\KernelControllerSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\User\\UserCmsRepository'] ?? $this->getUserCmsRepositoryService()), ($this->privates['Croisiland\\CommonBundle\\Helper\\CmsErpApiHelper'] ?? $this->getCmsErpApiHelperService()));
}
/**
* Gets the private 'App\EventSubscriber\KernelRequestSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\KernelRequestSubscriber
*/
protected function getKernelRequestSubscriberService()
{
return $this->privates['App\\EventSubscriber\\KernelRequestSubscriber'] = new \App\EventSubscriber\KernelRequestSubscriber(($this->privates['App\\Handler\\HttpRefererHandler'] ?? $this->getHttpRefererHandlerService()));
}
/**
* Gets the private 'App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFiltersProvider' shared autowired service.
*
* @return \App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFiltersProvider
*/
protected function getContactSegmentFiltersProviderService()
{
return $this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\ContactSegmentFiltersProvider'] = new \App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFiltersProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericContactGroupFilter'] ?? $this->load('getGenericContactGroupFilterService'));
yield 1 => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericContactTravelingAloneFilter'] ?? $this->load('getGenericContactTravelingAloneFilterService'));
yield 2 => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericContactTypeFilter'] ?? $this->load('getGenericContactTypeFilterService'));
yield 3 => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericEmailExistsFilter'] ?? $this->load('getGenericEmailExistsFilterService'));
yield 4 => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericNewCustomerFilter'] ?? $this->load('getGenericNewCustomerFilterService'));
yield 5 => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericNewsletterSubscriptionFilter'] ?? $this->load('getGenericNewsletterSubscriptionFilterService'));
yield 6 => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericNoPartnerFilter'] ?? $this->load('getGenericNoPartnerFilterService'));
yield 7 => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericPartnerFilter'] ?? $this->load('getGenericPartnerFilterService'));
yield 8 => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericPartnerNotFilter'] ?? $this->load('getGenericPartnerNotFilterService'));
yield 9 => ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\GenericPartnerTrialGameFilter'] ?? $this->load('getGenericPartnerTrialGameFilterService'));
}, 10));
}
/**
* Gets the private 'App\Handler\HttpRefererHandler' shared autowired service.
*
* @return \App\Handler\HttpRefererHandler
*/
protected function getHttpRefererHandlerService()
{
return $this->privates['App\\Handler\\HttpRefererHandler'] = new \App\Handler\HttpRefererHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'App\Helper\AttributedDiscountHelper' shared autowired service.
*
* @return \App\Helper\AttributedDiscountHelper
*/
protected function getAttributedDiscountHelperService()
{
return $this->privates['App\\Helper\\AttributedDiscountHelper'] = new \App\Helper\AttributedDiscountHelper(($this->privates['App\\Repository\\__Accounting\\SupplierRepository'] ?? $this->getSupplierRepositoryService()));
}
/**
* Gets the private 'App\Helper\AttributedInsuranceHelper' shared autowired service.
*
* @return \App\Helper\AttributedInsuranceHelper
*/
protected function getAttributedInsuranceHelperService()
{
$a = ($this->privates['App\\Assurever\\AssureverRepository'] ?? $this->getAssureverRepositoryService());
if (isset($this->privates['App\\Helper\\AttributedInsuranceHelper'])) {
return $this->privates['App\\Helper\\AttributedInsuranceHelper'];
}
$b = ($this->privates['App\\Helper\\ProductVariantHelper'] ?? $this->getProductVariantHelperService());
if (isset($this->privates['App\\Helper\\AttributedInsuranceHelper'])) {
return $this->privates['App\\Helper\\AttributedInsuranceHelper'];
}
return $this->privates['App\\Helper\\AttributedInsuranceHelper'] = new \App\Helper\AttributedInsuranceHelper(($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()), $a, $b);
}
/**
* Gets the private 'App\Helper\CabinHelper' shared autowired service.
*
* @return \App\Helper\CabinHelper
*/
protected function getCabinHelperService()
{
return $this->privates['App\\Helper\\CabinHelper'] = new \App\Helper\CabinHelper(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\Booking\\CabinOptionDurationRepository'] ?? $this->getCabinOptionDurationRepositoryService()));
}
/**
* Gets the private 'App\Helper\ContactHelper' shared autowired service.
*
* @return \App\Helper\ContactHelper
*/
protected function getContactHelperService()
{
return $this->privates['App\\Helper\\ContactHelper'] = new \App\Helper\ContactHelper(($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()));
}
/**
* Gets the private 'App\Helper\CruiseHistoryChangeHelper' shared autowired service.
*
* @return \App\Helper\CruiseHistoryChangeHelper
*/
protected function getCruiseHistoryChangeHelperService()
{
return $this->privates['App\\Helper\\CruiseHistoryChangeHelper'] = new \App\Helper\CruiseHistoryChangeHelper(($this->privates['App\\Helper\\ItinerarySegmentHistoryHelper'] ?? ($this->privates['App\\Helper\\ItinerarySegmentHistoryHelper'] = new \App\Helper\ItinerarySegmentHistoryHelper())));
}
/**
* Gets the private 'App\Helper\DiscountHelper' shared autowired service.
*
* @return \App\Helper\DiscountHelper
*/
protected function getDiscountHelperService()
{
return $this->privates['App\\Helper\\DiscountHelper'] = new \App\Helper\DiscountHelper(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\Discount\\DiscountRepository'] ?? $this->getDiscountRepositoryService()));
}
/**
* Gets the private 'App\Helper\EmailContentHelper' shared autowired service.
*
* @return \App\Helper\EmailContentHelper
*/
protected function getEmailContentHelperService()
{
return $this->privates['App\\Helper\\EmailContentHelper'] = new \App\Helper\EmailContentHelper(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Helper\\PartnerHelper'] ?? $this->getPartnerHelper2Service()), ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()), $this->getEnv('string:CMS_URL'), $this->getEnv('string:CMS_QUOTE_URL'), $this->getEnv('string:CMS_BOOKING_COMPLETE_URL'));
}
/**
* Gets the private 'App\Helper\EmailSenderHelper' shared autowired service.
*
* @return \App\Helper\EmailSenderHelper
*/
protected function getEmailSenderHelperService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\Helper\\EmailSenderHelper'])) {
return $this->privates['App\\Helper\\EmailSenderHelper'];
}
$b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->privates['App\\Helper\\EmailSenderHelper'])) {
return $this->privates['App\\Helper\\EmailSenderHelper'];
}
return $this->privates['App\\Helper\\EmailSenderHelper'] = new \App\Helper\EmailSenderHelper(($this->privates['App\\Repository\\Email\\EmailContentRepository'] ?? $this->getEmailContentRepositoryService()), $a, $b, ($this->privates['App\\Helper\\EmailContentHelper'] ?? $this->getEmailContentHelperService()), $this->getEnv('string:APP_ENV'), $this->getEnv('string:MAILER_ENV'), $this->getEnv('string:MAILER_DEV_TEAM_EMAIL'), $this->getEnv('string:MAILER_CROISILAND_TECH_EMAIL'), $this->getParameter('mailer_sender_data'), $this->getParameter('dkim_data'));
}
/**
* Gets the private 'App\Helper\InvoiceHelper' shared autowired service.
*
* @return \App\Helper\InvoiceHelper
*/
protected function getInvoiceHelperService()
{
return $this->privates['App\\Helper\\InvoiceHelper'] = new \App\Helper\InvoiceHelper(($this->privates['App\\Repository\\Accounting\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Helper\MarginProductHelper' shared autowired service.
*
* @return \App\Helper\MarginProductHelper
*/
protected function getMarginProductHelperService()
{
return $this->privates['App\\Helper\\MarginProductHelper'] = new \App\Helper\MarginProductHelper(($this->privates['App\\Repository\\Product\\MarginProductRepository'] ?? $this->getMarginProductRepositoryService()), ($this->privates['App\\Repository\\Product\\MarginCabinRepository'] ?? $this->getMarginCabinRepositoryService()));
}
/**
* Gets the private 'App\Helper\NationalityHelper' shared autowired service.
*
* @return \App\Helper\NationalityHelper
*/
protected function getNationalityHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Helper\\NationalityHelper'])) {
return $this->privates['App\\Helper\\NationalityHelper'];
}
return $this->privates['App\\Helper\\NationalityHelper'] = new \App\Helper\NationalityHelper($a, ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()));
}
/**
* Gets the private 'App\Helper\ParticipantHelper' shared autowired service.
*
* @return \App\Helper\ParticipantHelper
*/
protected function getParticipantHelperService()
{
return $this->privates['App\\Helper\\ParticipantHelper'] = new \App\Helper\ParticipantHelper(($this->privates['App\\Repository\\Accounting\\AttributedProductVariantRepository'] ?? $this->getAttributedProductVariantRepositoryService()), ($this->privates['App\\Repository\\Accounting\\AttributedInsuranceRepository'] ?? $this->getAttributedInsuranceRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Helper\PartnerCompanyDiscountHelper' shared autowired service.
*
* @return \App\Helper\PartnerCompanyDiscountHelper
*/
protected function getPartnerCompanyDiscountHelperService()
{
return $this->privates['App\\Helper\\PartnerCompanyDiscountHelper'] = new \App\Helper\PartnerCompanyDiscountHelper(($this->privates['App\\Repository\\Partner\\PartnerCompanyDiscountRepository'] ?? $this->getPartnerCompanyDiscountRepositoryService()));
}
/**
* Gets the private 'App\Helper\PartnerHelper' shared autowired service.
*
* @return \App\Helper\PartnerHelper
*/
protected function getPartnerHelper2Service()
{
return $this->privates['App\\Helper\\PartnerHelper'] = new \App\Helper\PartnerHelper(($this->privates['croisi.common.partner.web_service.provider'] ?? $this->getCroisi_Common_Partner_WebService_ProviderService()), ($this->privates['App\\Repository\\Partner\\PartnerByContactRepository'] ?? $this->getPartnerByContactRepositoryService()), ($this->privates['App\\Repository\\Partner\\PartnerByContactHistoryRepository'] ?? $this->getPartnerByContactHistoryRepositoryService()), ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()));
}
/**
* Gets the private 'App\Helper\ProductCategoryHelper' shared autowired service.
*
* @return \App\Helper\ProductCategoryHelper
*/
protected function getProductCategoryHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Helper\\ProductCategoryHelper'])) {
return $this->privates['App\\Helper\\ProductCategoryHelper'];
}
return $this->privates['App\\Helper\\ProductCategoryHelper'] = new \App\Helper\ProductCategoryHelper($a);
}
/**
* Gets the private 'App\Helper\ProductVariantHelper' shared autowired service.
*
* @return \App\Helper\ProductVariantHelper
*/
protected function getProductVariantHelperService()
{
$a = ($this->privates['App\\Repository\\Product\\ProductVariantRepository'] ?? $this->getProductVariantRepositoryService());
if (isset($this->privates['App\\Helper\\ProductVariantHelper'])) {
return $this->privates['App\\Helper\\ProductVariantHelper'];
}
$b = ($this->privates['app.manager.provider.level_0'] ?? $this->getApp_Manager_Provider_Level0Service());
if (isset($this->privates['App\\Helper\\ProductVariantHelper'])) {
return $this->privates['App\\Helper\\ProductVariantHelper'];
}
$c = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['App\\Helper\\ProductVariantHelper'])) {
return $this->privates['App\\Helper\\ProductVariantHelper'];
}
return $this->privates['App\\Helper\\ProductVariantHelper'] = new \App\Helper\ProductVariantHelper($a, $b, $c);
}
/**
* Gets the private 'App\Helper\SupplierPaymentHelper' shared autowired service.
*
* @return \App\Helper\SupplierPaymentHelper
*/
protected function getSupplierPaymentHelperService()
{
return $this->privates['App\\Helper\\SupplierPaymentHelper'] = new \App\Helper\SupplierPaymentHelper(($this->privates['App\\Repository\\__Accounting\\SupplierRepository'] ?? $this->getSupplierRepositoryService()));
}
/**
* Gets the private 'App\Helper\TodoTypeProvider' shared autowired service.
*
* @return \App\Helper\TodoTypeProvider
*/
protected function getTodoTypeProviderService()
{
$a = ($this->privates['process.configuration.provider'] ?? $this->getProcess_Configuration_ProviderService());
if (isset($this->privates['App\\Helper\\TodoTypeProvider'])) {
return $this->privates['App\\Helper\\TodoTypeProvider'];
}
return $this->privates['App\\Helper\\TodoTypeProvider'] = new \App\Helper\TodoTypeProvider($a, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Helper\TotalsCalculator' shared autowired service.
*
* @return \App\Helper\TotalsCalculator
*/
protected function getTotalsCalculatorService()
{
$a = ($this->privates['App\\Helper\\ProductVariantHelper'] ?? $this->getProductVariantHelperService());
if (isset($this->privates['App\\Helper\\TotalsCalculator'])) {
return $this->privates['App\\Helper\\TotalsCalculator'];
}
$b = ($this->privates['App\\Manager\\Level_1\\AttributedDiscountManager'] ?? $this->getAttributedDiscountManagerService());
if (isset($this->privates['App\\Helper\\TotalsCalculator'])) {
return $this->privates['App\\Helper\\TotalsCalculator'];
}
$c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Helper\\TotalsCalculator'])) {
return $this->privates['App\\Helper\\TotalsCalculator'];
}
$d = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['App\\Helper\\TotalsCalculator'])) {
return $this->privates['App\\Helper\\TotalsCalculator'];
}
$e = ($this->services['kernel'] ?? $this->get('kernel', 1));
return $this->privates['App\\Helper\\TotalsCalculator'] = new \App\Helper\TotalsCalculator(($this->privates['App\\Repository\\Discount\\AttributedDiscountRepository'] ?? $this->getAttributedDiscountRepositoryService()), ($this->privates['App\\Repository\\__Accounting\\SupplierRepository'] ?? $this->getSupplierRepositoryService()), ($this->privates['App\\Helper\\CabinHelper'] ?? $this->getCabinHelperService()), ($this->privates['App\\Repository\\Accounting\\QuoteLineRepository'] ?? $this->getQuoteLineRepositoryService()), ($this->privates['App\\Repository\\Accounting\\InvoiceLineRepository'] ?? $this->getInvoiceLineRepositoryService()), ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()), ($this->privates['App\\Repository\\Partner\\PartnerCompanyDiscountRepository'] ?? $this->getPartnerCompanyDiscountRepositoryService()), $a, ($this->services['translator'] ?? $this->getTranslatorService()), new \App\Helper\__Accounting\SupplierHelper(), ($this->privates['App\\Helper\\MarginProductHelper'] ?? $this->getMarginProductHelperService()), $b, ($this->privates['App\\Repository\\Accounting\\AttributedProductVariantRepository'] ?? $this->getAttributedProductVariantRepositoryService()), ($this->privates['App\\Repository\\Accounting\\AttributedInsuranceRepository'] ?? $this->getAttributedInsuranceRepositoryService()), ($this->privates['App\\Helper\\PartnerCompanyDiscountHelper'] ?? $this->getPartnerCompanyDiscountHelperService()), new \App\Logger\FileLogger\TotalsCalculator\TotalsCalculatorFileLogger($e, $c), $d, $e, ($this->privates['App\\Repository\\Partner\\PartnerRepository'] ?? $this->getPartnerRepositoryService()), ($this->privates['App\\Repository\\Selling\\SellingSegmentRepository'] ?? $this->getSellingSegmentRepositoryService()), ($this->privates['App\\Repository\\Selling\\SellingSegmentCabinTypePointRepository'] ?? $this->getSellingSegmentCabinTypePointRepositoryService()), ($this->privates['App\\Helper\\AttributedDiscountHelper'] ?? $this->getAttributedDiscountHelperService()));
}
/**
* Gets the private 'App\Helper\__Accounting\InsuranceHelper' shared autowired service.
*
* @return \App\Helper\__Accounting\InsuranceHelper
*/
protected function getInsuranceHelperService()
{
$a = ($this->privates['App\\Repository\\Booking\\BookingRepository'] ?? $this->getBookingRepositoryService());
if (isset($this->privates['App\\Helper\\__Accounting\\InsuranceHelper'])) {
return $this->privates['App\\Helper\\__Accounting\\InsuranceHelper'];
}
return $this->privates['App\\Helper\\__Accounting\\InsuranceHelper'] = new \App\Helper\__Accounting\InsuranceHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\__Accounting\\SupplierRepository'] ?? $this->getSupplierRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), $a);
}
/**
* Gets the private 'App\Helper\__Accounting\PartnerHelper' shared autowired service.
*
* @return \App\Helper\__Accounting\PartnerHelper
*/
protected function getPartnerHelperService()
{
return $this->privates['App\\Helper\\__Accounting\\PartnerHelper'] = new \App\Helper\__Accounting\PartnerHelper(($this->privates['App\\Repository\\__Accounting\\PartnerAllowance\\PartnerAllowanceRepository'] ?? $this->getPartnerAllowanceRepositoryService()), ($this->privates['App\\Repository\\__Accounting\\PartnerParticipation\\PartnerParticipationRepository'] ?? $this->getPartnerParticipationRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\Partner\\PartnerRepository'] ?? $this->getPartnerRepositoryService()), ($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()), new \App\Model\__Accounting\PartnerTemplateContent\PartnerTemplateContentModelProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelAddress'] ?? $this->load('getPartnerTemplateContentModelAddressService'));
yield 1 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelAgentNumber'] ?? $this->load('getPartnerTemplateContentModelAgentNumberService'));
yield 2 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelArrivalDate'] ?? $this->load('getPartnerTemplateContentModelArrivalDateService'));
yield 3 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelBookingAmount'] ?? $this->load('getPartnerTemplateContentModelBookingAmountService'));
yield 4 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelBookingCreatedAt'] ?? $this->load('getPartnerTemplateContentModelBookingCreatedAtService'));
yield 5 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelCabinType'] ?? $this->load('getPartnerTemplateContentModelCabinTypeService'));
yield 6 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelCity'] ?? $this->load('getPartnerTemplateContentModelCityService'));
yield 7 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelCompany'] ?? $this->load('getPartnerTemplateContentModelCompanyService'));
yield 8 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelCompanyFileNumber'] ?? $this->load('getPartnerTemplateContentModelCompanyFileNumberService'));
yield 9 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelCountry'] ?? $this->load('getPartnerTemplateContentModelCountryService'));
yield 10 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelCruiseName'] ?? $this->load('getPartnerTemplateContentModelCruiseNameService'));
yield 11 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelDepartureDate'] ?? $this->load('getPartnerTemplateContentModelDepartureDateService'));
yield 12 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelDestination'] ?? $this->load('getPartnerTemplateContentModelDestinationService'));
yield 13 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelEmail'] ?? $this->load('getPartnerTemplateContentModelEmailService'));
yield 14 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelFirstname'] ?? $this->load('getPartnerTemplateContentModelFirstnameService'));
yield 15 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelLastname'] ?? $this->load('getPartnerTemplateContentModelLastnameService'));
yield 16 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelPartnerAllowanceAmount'] ?? $this->load('getPartnerTemplateContentModelPartnerAllowanceAmountService'));
yield 17 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelPartnerParticipationAmount'] ?? $this->load('getPartnerTemplateContentModelPartnerParticipationAmountService'));
yield 18 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelPaxCount'] ?? $this->load('getPartnerTemplateContentModelPaxCountService'));
yield 19 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelPostalCode'] ?? $this->load('getPartnerTemplateContentModelPostalCodeService'));
yield 20 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelShip'] ?? $this->load('getPartnerTemplateContentModelShipService'));
yield 21 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelSocietyNumber'] ?? $this->load('getPartnerTemplateContentModelSocietyNumberService'));
yield 22 => ($this->privates['App\\Model\\__Accounting\\PartnerTemplateContent\\PartnerTemplateContentModel\\PartnerTemplateContentModelTelephone'] ?? $this->load('getPartnerTemplateContentModelTelephoneService'));
}, 23)), ($this->privates['App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateContentRepository'] ?? $this->getPartnerTemplateContentRepositoryService()), ($this->privates['App\\Repository\\__Accounting\\PartnerAllowance\\AllowanceRepository'] ?? $this->getAllowanceRepositoryService()), ($this->privates['App\\Repository\\__Accounting\\PartnerParticipation\\ParticipationRepository'] ?? $this->getParticipationRepositoryService()));
}
/**
* Gets the private 'App\Helper\__Booking\BookingDetailsPageConfigurationHelper' shared autowired service.
*
* @return \App\Helper\__Booking\BookingDetailsPageConfigurationHelper
*/
protected function getBookingDetailsPageConfigurationHelperService()
{
$a = ($this->privates['booking.details.section_provider'] ?? $this->getBooking_Details_SectionProviderService());
if (isset($this->privates['App\\Helper\\__Booking\\BookingDetailsPageConfigurationHelper'])) {
return $this->privates['App\\Helper\\__Booking\\BookingDetailsPageConfigurationHelper'];
}
return $this->privates['App\\Helper\\__Booking\\BookingDetailsPageConfigurationHelper'] = new \App\Helper\__Booking\BookingDetailsPageConfigurationHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
}
/**
* Gets the private 'App\Helper\__Booking\BookingHelper' shared autowired service.
*
* @return \App\Helper\__Booking\BookingHelper
*/
protected function getBookingHelperService()
{
return $this->privates['App\\Helper\\__Booking\\BookingHelper'] = new \App\Helper\__Booking\BookingHelper(($this->privates['App\\Migration\\Repository\\LoadCorrBookingRepository'] ?? $this->getLoadCorrBookingRepositoryService()), ($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()));
}
/**
* Gets the private 'App\Helper\__Marketing\DepartureHelper' shared autowired service.
*
* @return \App\Helper\__Marketing\DepartureHelper
*/
protected function getDepartureHelperService()
{
return $this->privates['App\\Helper\\__Marketing\\DepartureHelper'] = new \App\Helper\__Marketing\DepartureHelper(($this->privates['App\\Helper\\SupplierPaymentHelper'] ?? $this->getSupplierPaymentHelperService()), ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()), ($this->privates['App\\Helper\\__Booking\\BookingHelper'] ?? $this->getBookingHelperService()));
}
/**
* Gets the private 'App\Helper\__Sale\LegalTextHelper' shared autowired service.
*
* @return \App\Helper\__Sale\LegalTextHelper
*/
protected function getLegalTextHelperService()
{
return $this->privates['App\\Helper\\__Sale\\LegalTextHelper'] = new \App\Helper\__Sale\LegalTextHelper(($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()), ($this->privates['App\\Repository\\__Sale\\LegalTextRepository'] ?? $this->getLegalTextRepositoryService()));
}
/**
* Gets the private 'App\Helper\__Sale\ProspectRequestHelper' shared autowired service.
*
* @return \App\Helper\__Sale\ProspectRequestHelper
*/
protected function getProspectRequestHelperService()
{
return $this->privates['App\\Helper\\__Sale\\ProspectRequestHelper'] = new \App\Helper\__Sale\ProspectRequestHelper(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Helper\\__Sale\\QuoteHelper'] ?? ($this->privates['App\\Helper\\__Sale\\QuoteHelper'] = new \App\Helper\__Sale\QuoteHelper())), ($this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] ?? $this->getParameterHelperService()), ($this->privates['App\\Repository\\Notification\\ReminderRepository'] ?? $this->getReminderRepositoryService()));
}
/**
* Gets the private 'App\Mailjet\Normalizer\MailjetCampaignNormalizer' shared autowired service.
*
* @return \App\Mailjet\Normalizer\MailjetCampaignNormalizer
*/
protected function getMailjetCampaignNormalizerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Mailjet\\Normalizer\\MailjetCampaignNormalizer'])) {
return $this->privates['App\\Mailjet\\Normalizer\\MailjetCampaignNormalizer'];
}
return $this->privates['App\\Mailjet\\Normalizer\\MailjetCampaignNormalizer'] = new \App\Mailjet\Normalizer\MailjetCampaignNormalizer($a);
}
/**
* Gets the private 'App\Mailjet\Normalizer\MailjetContactListNormalizer' shared autowired service.
*
* @return \App\Mailjet\Normalizer\MailjetContactListNormalizer
*/
protected function getMailjetContactListNormalizerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Mailjet\\Normalizer\\MailjetContactListNormalizer'])) {
return $this->privates['App\\Mailjet\\Normalizer\\MailjetContactListNormalizer'];
}
return $this->privates['App\\Mailjet\\Normalizer\\MailjetContactListNormalizer'] = new \App\Mailjet\Normalizer\MailjetContactListNormalizer($a);
}
/**
* Gets the private 'App\Mailjet\Normalizer\MailjetContactNormalizer' shared autowired service.
*
* @return \App\Mailjet\Normalizer\MailjetContactNormalizer
*/
protected function getMailjetContactNormalizerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Mailjet\\Normalizer\\MailjetContactNormalizer'])) {
return $this->privates['App\\Mailjet\\Normalizer\\MailjetContactNormalizer'];
}
return $this->privates['App\\Mailjet\\Normalizer\\MailjetContactNormalizer'] = new \App\Mailjet\Normalizer\MailjetContactNormalizer($a);
}
/**
* Gets the private 'App\Mailjet\Normalizer\MailjetStatisticNormalizer' shared autowired service.
*
* @return \App\Mailjet\Normalizer\MailjetStatisticNormalizer
*/
protected function getMailjetStatisticNormalizerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Mailjet\\Normalizer\\MailjetStatisticNormalizer'])) {
return $this->privates['App\\Mailjet\\Normalizer\\MailjetStatisticNormalizer'];
}
return $this->privates['App\\Mailjet\\Normalizer\\MailjetStatisticNormalizer'] = new \App\Mailjet\Normalizer\MailjetStatisticNormalizer($a);
}
/**
* Gets the private 'App\Manager\Level_1\AttributedDiscountManager' shared autowired service.
*
* @return \App\Manager\Level_1\AttributedDiscountManager
*/
protected function getAttributedDiscountManagerService()
{
$a = ($this->privates['app.manager.provider.level_0'] ?? $this->getApp_Manager_Provider_Level0Service());
if (isset($this->privates['App\\Manager\\Level_1\\AttributedDiscountManager'])) {
return $this->privates['App\\Manager\\Level_1\\AttributedDiscountManager'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Level_1\\AttributedDiscountManager'])) {
return $this->privates['App\\Manager\\Level_1\\AttributedDiscountManager'];
}
return $this->privates['App\\Manager\\Level_1\\AttributedDiscountManager'] = new \App\Manager\Level_1\AttributedDiscountManager($a, $b, ($this->privates['App\\Helper\\DiscountHelper'] ?? $this->getDiscountHelperService()), ($this->privates['App\\Helper\\PartnerCompanyDiscountHelper'] ?? $this->getPartnerCompanyDiscountHelperService()), ($this->privates['App\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()));
}
/**
* Gets the private 'App\Manager\Level_1\FormalityHistoryManager' shared autowired service.
*
* @return \App\Manager\Level_1\FormalityHistoryManager
*/
protected function getFormalityHistoryManagerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'])) {
return $this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'];
}
$b = ($this->privates['app.manager.provider.level_0'] ?? $this->getApp_Manager_Provider_Level0Service());
if (isset($this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'])) {
return $this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'];
}
$c = ($this->privates['App\\Helper\\NationalityHelper'] ?? $this->getNationalityHelperService());
if (isset($this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'])) {
return $this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'];
}
return $this->privates['App\\Manager\\Level_1\\FormalityHistoryManager'] = new \App\Manager\Level_1\FormalityHistoryManager($a, $b, $c);
}
/**
* Gets the private 'App\Manager\Notification\NotificationManager' shared autowired service.
*
* @return \App\Manager\Notification\NotificationManager
*/
protected function getNotificationManagerService()
{
$a = ($this->privates['App\\Helper\\EmailSenderHelper'] ?? $this->getEmailSenderHelperService());
if (isset($this->privates['App\\Manager\\Notification\\NotificationManager'])) {
return $this->privates['App\\Manager\\Notification\\NotificationManager'];
}
return $this->privates['App\\Manager\\Notification\\NotificationManager'] = new \App\Manager\Notification\NotificationManager(($this->services['monolog.logger.notification'] ?? $this->getMonolog_Logger_NotificationService()), ($this->privates['Crea\\ToolsBundle\\Helper\\EntityManagerHelper'] ?? $this->getEntityManagerHelperService()), $a, new \App\Manager\Notification\Sms\SmsManager(new \Symfony\Component\Notifier\Notifier(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'browser' => ['privates', 'notifier.channel.browser', 'getNotifier_Channel_BrowserService', true],
'chat' => ['privates', 'notifier.channel.chat', 'getNotifier_Channel_ChatService', true],
'email' => ['privates', 'notifier.channel.email', 'getNotifier_Channel_EmailService', true],
'push' => ['privates', 'notifier.channel.push', 'getNotifier_Channel_PushService', true],
'sms' => ['privates', 'notifier.channel.sms', 'getNotifier_Channel_SmsService', true],
], [
'browser' => 'Symfony\\Component\\Notifier\\Channel\\BrowserChannel',
'chat' => 'Symfony\\Component\\Notifier\\Channel\\ChatChannel',
'email' => 'Symfony\\Component\\Notifier\\Channel\\EmailChannel',
'push' => 'Symfony\\Component\\Notifier\\Channel\\PushChannel',
'sms' => 'Symfony\\Component\\Notifier\\Channel\\SmsChannel',
]), new \Symfony\Component\Notifier\Channel\ChannelPolicy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Repository\\Notification\\NotificationRuleRepository'] ?? $this->getNotificationRuleRepositoryService()));
}
/**
* Gets the private 'App\Migration\Repository\LoadCorrBookingRepository' shared autowired service.
*
* @return \App\Migration\Repository\LoadCorrBookingRepository
*/
protected function getLoadCorrBookingRepositoryService()
{
return $this->privates['App\\Migration\\Repository\\LoadCorrBookingRepository'] = new \App\Migration\Repository\LoadCorrBookingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\RepositoryView\__Accounting\InsuranceViewRepository' shared autowired service.
*
* @return \App\RepositoryView\__Accounting\InsuranceViewRepository
*/
protected function getInsuranceViewRepositoryService()
{
$a = ($this->privates['App\\Helper\\__Accounting\\InsuranceHelper'] ?? $this->getInsuranceHelperService());
if (isset($this->privates['App\\RepositoryView\\__Accounting\\InsuranceViewRepository'])) {
return $this->privates['App\\RepositoryView\\__Accounting\\InsuranceViewRepository'];
}
return $this->privates['App\\RepositoryView\\__Accounting\\InsuranceViewRepository'] = new \App\RepositoryView\__Accounting\InsuranceViewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Crea\\DatatableBundle\\Adapter\\Doctrine\\ORM\\SearchCriteriaProvider'] ?? ($this->privates['Crea\\DatatableBundle\\Adapter\\Doctrine\\ORM\\SearchCriteriaProvider'] = new \Crea\DatatableBundle\Adapter\Doctrine\ORM\SearchCriteriaProvider())), $a);
}
/**
* Gets the private 'App\Repository\Accounting\AccountRepository' shared autowired service.
*
* @return \App\Repository\Accounting\AccountRepository
*/
protected function getAccountRepositoryService()
{
return $this->privates['App\\Repository\\Accounting\\AccountRepository'] = new \App\Repository\Accounting\AccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Accounting\ApplicationFeeRepository' shared autowired service.
*
* @return \App\Repository\Accounting\ApplicationFeeRepository
*/
protected function getApplicationFeeRepositoryService()
{
return $this->privates['App\\Repository\\Accounting\\ApplicationFeeRepository'] = new \App\Repository\Accounting\ApplicationFeeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Accounting\AttributedInsuranceRepository' shared autowired service.
*
* @return \App\Repository\Accounting\AttributedInsuranceRepository
*/
protected function getAttributedInsuranceRepositoryService()
{
return $this->privates['App\\Repository\\Accounting\\AttributedInsuranceRepository'] = new \App\Repository\Accounting\AttributedInsuranceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Accounting\AttributedProductVariantRepository' shared autowired service.
*
* @return \App\Repository\Accounting\AttributedProductVariantRepository
*/
protected function getAttributedProductVariantRepositoryService()
{
return $this->privates['App\\Repository\\Accounting\\AttributedProductVariantRepository'] = new \App\Repository\Accounting\AttributedProductVariantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Accounting\BalanceBeforeDepartureRepository' shared autowired service.
*
* @return \App\Repository\Accounting\BalanceBeforeDepartureRepository
*/
protected function getBalanceBeforeDepartureRepositoryService()
{
return $this->privates['App\\Repository\\Accounting\\BalanceBeforeDepartureRepository'] = new \App\Repository\Accounting\BalanceBeforeDepartureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Accounting\InvoiceLineRepository' shared autowired service.
*
* @return \App\Repository\Accounting\InvoiceLineRepository
*/
protected function getInvoiceLineRepositoryService()
{
return $this->privates['App\\Repository\\Accounting\\InvoiceLineRepository'] = new \App\Repository\Accounting\InvoiceLineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Accounting\InvoiceRepository' shared autowired service.
*
* @return \App\Repository\Accounting\InvoiceRepository
*/
protected function getInvoiceRepositoryService()
{
return $this->privates['App\\Repository\\Accounting\\InvoiceRepository'] = new \App\Repository\Accounting\InvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Accounting\PaymentRepository' shared autowired service.
*
* @return \App\Repository\Accounting\PaymentRepository
*/
protected function getPaymentRepositoryService()
{
return $this->privates['App\\Repository\\Accounting\\PaymentRepository'] = new \App\Repository\Accounting\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Accounting\QuoteLineRepository' shared autowired service.
*
* @return \App\Repository\Accounting\QuoteLineRepository
*/
protected function getQuoteLineRepositoryService()
{
return $this->privates['App\\Repository\\Accounting\\QuoteLineRepository'] = new \App\Repository\Accounting\QuoteLineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ApplicationFilterLimitationRepository' shared autowired service.
*
* @return \App\Repository\ApplicationFilterLimitationRepository
*/
protected function getApplicationFilterLimitationRepositoryService()
{
return $this->privates['App\\Repository\\ApplicationFilterLimitationRepository'] = new \App\Repository\ApplicationFilterLimitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ApplicationFilterRepository' shared autowired service.
*
* @return \App\Repository\ApplicationFilterRepository
*/
protected function getApplicationFilterRepositoryService()
{
return $this->privates['App\\Repository\\ApplicationFilterRepository'] = new \App\Repository\ApplicationFilterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Booking\BookingRepository' shared autowired service.
*
* @return \App\Repository\Booking\BookingRepository
*/
protected function getBookingRepositoryService()
{
$a = ($this->privates['App\\Repository\\User\\UserRepository'] ?? $this->getUserRepositoryService());
if (isset($this->privates['App\\Repository\\Booking\\BookingRepository'])) {
return $this->privates['App\\Repository\\Booking\\BookingRepository'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\Booking\\BookingRepository'])) {
return $this->privates['App\\Repository\\Booking\\BookingRepository'];
}
return $this->privates['App\\Repository\\Booking\\BookingRepository'] = new \App\Repository\Booking\BookingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()), $b, ($this->privates['App\\Helper\\__Booking\\BookingHelper'] ?? $this->getBookingHelperService()));
}
/**
* Gets the private 'App\Repository\Booking\CabinOptionDurationRepository' shared autowired service.
*
* @return \App\Repository\Booking\CabinOptionDurationRepository
*/
protected function getCabinOptionDurationRepositoryService()
{
return $this->privates['App\\Repository\\Booking\\CabinOptionDurationRepository'] = new \App\Repository\Booking\CabinOptionDurationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Booking\ProspectRequestRepository' shared autowired service.
*
* @return \App\Repository\Booking\ProspectRequestRepository
*/
protected function getProspectRequestRepositoryService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\Booking\\ProspectRequestRepository'])) {
return $this->privates['App\\Repository\\Booking\\ProspectRequestRepository'];
}
return $this->privates['App\\Repository\\Booking\\ProspectRequestRepository'] = new \App\Repository\Booking\ProspectRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'App\Repository\Booking\QuoteRepository' shared autowired service.
*
* @return \App\Repository\Booking\QuoteRepository
*/
protected function getQuoteRepositoryService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\Booking\\QuoteRepository'])) {
return $this->privates['App\\Repository\\Booking\\QuoteRepository'];
}
return $this->privates['App\\Repository\\Booking\\QuoteRepository'] = new \App\Repository\Booking\QuoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()));
}
/**
* Gets the private 'App\Repository\Cruise\Company\AdvantageRepository' shared autowired service.
*
* @return \App\Repository\Cruise\Company\AdvantageRepository
*/
protected function getAdvantageRepositoryService()
{
return $this->privates['App\\Repository\\Cruise\\Company\\AdvantageRepository'] = new \App\Repository\Cruise\Company\AdvantageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Cruise\Cruise\CruiseHistoryRepository' shared autowired service.
*
* @return \App\Repository\Cruise\Cruise\CruiseHistoryRepository
*/
protected function getCruiseHistoryRepositoryService()
{
return $this->privates['App\\Repository\\Cruise\\Cruise\\CruiseHistoryRepository'] = new \App\Repository\Cruise\Cruise\CruiseHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Cruise\Itinerary\DestinationRepository' shared autowired service.
*
* @return \App\Repository\Cruise\Itinerary\DestinationRepository
*/
protected function getDestinationRepositoryService()
{
return $this->privates['App\\Repository\\Cruise\\Itinerary\\DestinationRepository'] = new \App\Repository\Cruise\Itinerary\DestinationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Discount\AttributedDiscountRepository' shared autowired service.
*
* @return \App\Repository\Discount\AttributedDiscountRepository
*/
protected function getAttributedDiscountRepositoryService()
{
return $this->privates['App\\Repository\\Discount\\AttributedDiscountRepository'] = new \App\Repository\Discount\AttributedDiscountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Discount\DiscountRepository' shared autowired service.
*
* @return \App\Repository\Discount\DiscountRepository
*/
protected function getDiscountRepositoryService()
{
return $this->privates['App\\Repository\\Discount\\DiscountRepository'] = new \App\Repository\Discount\DiscountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Email\EmailContentRepository' shared autowired service.
*
* @return \App\Repository\Email\EmailContentRepository
*/
protected function getEmailContentRepositoryService()
{
return $this->privates['App\\Repository\\Email\\EmailContentRepository'] = new \App\Repository\Email\EmailContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Notification\NotificationRuleRepository' shared autowired service.
*
* @return \App\Repository\Notification\NotificationRuleRepository
*/
protected function getNotificationRuleRepositoryService()
{
return $this->privates['App\\Repository\\Notification\\NotificationRuleRepository'] = new \App\Repository\Notification\NotificationRuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Notification\ReminderRepository' shared autowired service.
*
* @return \App\Repository\Notification\ReminderRepository
*/
protected function getReminderRepositoryService()
{
return $this->privates['App\\Repository\\Notification\\ReminderRepository'] = new \App\Repository\Notification\ReminderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Partner\PartnerByContactHistoryRepository' shared autowired service.
*
* @return \App\Repository\Partner\PartnerByContactHistoryRepository
*/
protected function getPartnerByContactHistoryRepositoryService()
{
return $this->privates['App\\Repository\\Partner\\PartnerByContactHistoryRepository'] = new \App\Repository\Partner\PartnerByContactHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Partner\PartnerByContactRepository' shared autowired service.
*
* @return \App\Repository\Partner\PartnerByContactRepository
*/
protected function getPartnerByContactRepositoryService()
{
return $this->privates['App\\Repository\\Partner\\PartnerByContactRepository'] = new \App\Repository\Partner\PartnerByContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Partner\PartnerCompanyDiscountRepository' shared autowired service.
*
* @return \App\Repository\Partner\PartnerCompanyDiscountRepository
*/
protected function getPartnerCompanyDiscountRepositoryService()
{
return $this->privates['App\\Repository\\Partner\\PartnerCompanyDiscountRepository'] = new \App\Repository\Partner\PartnerCompanyDiscountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Partner\PartnerRepository' shared autowired service.
*
* @return \App\Repository\Partner\PartnerRepository
*/
protected function getPartnerRepositoryService()
{
return $this->privates['App\\Repository\\Partner\\PartnerRepository'] = new \App\Repository\Partner\PartnerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Product\MarginCabinRepository' shared autowired service.
*
* @return \App\Repository\Product\MarginCabinRepository
*/
protected function getMarginCabinRepositoryService()
{
return $this->privates['App\\Repository\\Product\\MarginCabinRepository'] = new \App\Repository\Product\MarginCabinRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Product\MarginProductRepository' shared autowired service.
*
* @return \App\Repository\Product\MarginProductRepository
*/
protected function getMarginProductRepositoryService()
{
return $this->privates['App\\Repository\\Product\\MarginProductRepository'] = new \App\Repository\Product\MarginProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Product\ProductRepository' shared autowired service.
*
* @return \App\Repository\Product\ProductRepository
*/
protected function getProductRepositoryService()
{
return $this->privates['App\\Repository\\Product\\ProductRepository'] = new \App\Repository\Product\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Product\ProductVariantRepository' shared autowired service.
*
* @return \App\Repository\Product\ProductVariantRepository
*/
protected function getProductVariantRepositoryService()
{
$a = ($this->privates['App\\Repository\\Booking\\BookingRepository'] ?? $this->getBookingRepositoryService());
if (isset($this->privates['App\\Repository\\Product\\ProductVariantRepository'])) {
return $this->privates['App\\Repository\\Product\\ProductVariantRepository'];
}
return $this->privates['App\\Repository\\Product\\ProductVariantRepository'] = new \App\Repository\Product\ProductVariantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\Selling\SellingSegmentCabinTypePointRepository' shared autowired service.
*
* @return \App\Repository\Selling\SellingSegmentCabinTypePointRepository
*/
protected function getSellingSegmentCabinTypePointRepositoryService()
{
return $this->privates['App\\Repository\\Selling\\SellingSegmentCabinTypePointRepository'] = new \App\Repository\Selling\SellingSegmentCabinTypePointRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Selling\SellingSegmentRepository' shared autowired service.
*
* @return \App\Repository\Selling\SellingSegmentRepository
*/
protected function getSellingSegmentRepositoryService()
{
return $this->privates['App\\Repository\\Selling\\SellingSegmentRepository'] = new \App\Repository\Selling\SellingSegmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\User\UserCmsRepository' shared autowired service.
*
* @return \App\Repository\User\UserCmsRepository
*/
protected function getUserCmsRepositoryService()
{
return $this->privates['App\\Repository\\User\\UserCmsRepository'] = new \App\Repository\User\UserCmsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\User\UserRepository' shared autowired service.
*
* @return \App\Repository\User\UserRepository
*/
protected function getUserRepositoryService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\User\\UserRepository'])) {
return $this->privates['App\\Repository\\User\\UserRepository'];
}
$b = ($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService());
if (isset($this->privates['App\\Repository\\User\\UserRepository'])) {
return $this->privates['App\\Repository\\User\\UserRepository'];
}
$c = ($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'] ?? $this->getPlanningHelperService());
if (isset($this->privates['App\\Repository\\User\\UserRepository'])) {
return $this->privates['App\\Repository\\User\\UserRepository'];
}
return $this->privates['App\\Repository\\User\\UserRepository'] = new \App\Repository\User\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, $b, $c);
}
/**
* Gets the private 'App\Repository\__Accounting\PartnerAllowance\AllowanceRepository' shared autowired service.
*
* @return \App\Repository\__Accounting\PartnerAllowance\AllowanceRepository
*/
protected function getAllowanceRepositoryService()
{
return $this->privates['App\\Repository\\__Accounting\\PartnerAllowance\\AllowanceRepository'] = new \App\Repository\__Accounting\PartnerAllowance\AllowanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Crea\\DatatableBundle\\Adapter\\Doctrine\\ORM\\SearchCriteriaProvider'] ?? ($this->privates['Crea\\DatatableBundle\\Adapter\\Doctrine\\ORM\\SearchCriteriaProvider'] = new \Crea\DatatableBundle\Adapter\Doctrine\ORM\SearchCriteriaProvider())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'App\Repository\__Accounting\PartnerAllowance\PartnerAllowanceRepository' shared autowired service.
*
* @return \App\Repository\__Accounting\PartnerAllowance\PartnerAllowanceRepository
*/
protected function getPartnerAllowanceRepositoryService()
{
return $this->privates['App\\Repository\\__Accounting\\PartnerAllowance\\PartnerAllowanceRepository'] = new \App\Repository\__Accounting\PartnerAllowance\PartnerAllowanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\__Accounting\PartnerParticipation\ParticipationRepository' shared autowired service.
*
* @return \App\Repository\__Accounting\PartnerParticipation\ParticipationRepository
*/
protected function getParticipationRepositoryService()
{
return $this->privates['App\\Repository\\__Accounting\\PartnerParticipation\\ParticipationRepository'] = new \App\Repository\__Accounting\PartnerParticipation\ParticipationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Crea\\DatatableBundle\\Adapter\\Doctrine\\ORM\\SearchCriteriaProvider'] ?? ($this->privates['Crea\\DatatableBundle\\Adapter\\Doctrine\\ORM\\SearchCriteriaProvider'] = new \Crea\DatatableBundle\Adapter\Doctrine\ORM\SearchCriteriaProvider())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'App\Repository\__Accounting\PartnerParticipation\PartnerParticipationRepository' shared autowired service.
*
* @return \App\Repository\__Accounting\PartnerParticipation\PartnerParticipationRepository
*/
protected function getPartnerParticipationRepositoryService()
{
return $this->privates['App\\Repository\\__Accounting\\PartnerParticipation\\PartnerParticipationRepository'] = new \App\Repository\__Accounting\PartnerParticipation\PartnerParticipationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\__Accounting\PartnerTemplate\PartnerTemplateContentRepository' shared autowired service.
*
* @return \App\Repository\__Accounting\PartnerTemplate\PartnerTemplateContentRepository
*/
protected function getPartnerTemplateContentRepositoryService()
{
return $this->privates['App\\Repository\\__Accounting\\PartnerTemplate\\PartnerTemplateContentRepository'] = new \App\Repository\__Accounting\PartnerTemplate\PartnerTemplateContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\__Accounting\SupplierRepository' shared autowired service.
*
* @return \App\Repository\__Accounting\SupplierRepository
*/
protected function getSupplierRepositoryService()
{
return $this->privates['App\\Repository\\__Accounting\\SupplierRepository'] = new \App\Repository\__Accounting\SupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\__Sale\LegalTextRepository' shared autowired service.
*
* @return \App\Repository\__Sale\LegalTextRepository
*/
protected function getLegalTextRepositoryService()
{
return $this->privates['App\\Repository\\__Sale\\LegalTextRepository'] = new \App\Repository\__Sale\LegalTextRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Crea\Bundle\GridBundle\Grid\Expression\ExpressionLanguage' shared autowired service.
*
* @return \Crea\Bundle\GridBundle\Grid\Expression\ExpressionLanguage
*/
protected function getExpressionLanguageService()
{
return $this->privates['Crea\\Bundle\\GridBundle\\Grid\\Expression\\ExpressionLanguage'] = new \Crea\Bundle\GridBundle\Grid\Expression\ExpressionLanguage(($this->services['cache.app'] ?? $this->getCache_AppService()));
}
/**
* Gets the private 'Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry' shared autowired service.
*
* @return \Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry
*/
protected function getFilterTypeRegistryService()
{
$this->privates['Crea\\Bundle\\GridBundle\\Grid\\Filter\\FilterTypeRegistry'] = $instance = new \Crea\Bundle\GridBundle\Grid\Filter\FilterTypeRegistry();
$a = new \Crea\Bundle\GridBundle\Grid\Options\FilterOptions();
$instance->add('contact_segment', new \App\GridExtensions\Filter\ContactSegmentFilterType(($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\ContactSegmentFiltersProvider'] ?? $this->getContactSegmentFiltersProviderService()), ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\ContactSegmentFilterHelper'] ?? ($this->privates['App\\GridExtensions\\Filter\\ContactSegmentFilter\\ContactSegmentFilterHelper'] = new \App\GridExtensions\Filter\ContactSegmentFilter\ContactSegmentFilterHelper()))));
$instance->add('days_before_date', new \App\GridExtensions\Filter\DaysBeforeDateFilter($a));
$instance->add('boolean', new \Crea\Bundle\GridBundle\Grid\Filter\BooleanFilterType($a));
$instance->add('date', new \Crea\Bundle\GridBundle\Grid\Filter\DateFilterType($a));
$instance->add('entity', new \Crea\Bundle\GridBundle\Grid\Filter\EntityFilterType($a, ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Options\\EntityFilterOptions'] ?? ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Options\\EntityFilterOptions'] = new \Crea\Bundle\GridBundle\Grid\Options\EntityFilterOptions()))));
$instance->add('exists', new \Crea\Bundle\GridBundle\Grid\Filter\ExistsFilterType($a));
$instance->add('number', new \Crea\Bundle\GridBundle\Grid\Filter\NumberFilterType($a));
$instance->add('select', new \Crea\Bundle\GridBundle\Grid\Filter\SelectFilterType($a));
$instance->add('string', new \Crea\Bundle\GridBundle\Grid\Filter\StringFilterType($a, ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Options\\StringFilterOptions'] ?? ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Options\\StringFilterOptions'] = new \Crea\Bundle\GridBundle\Grid\Options\StringFilterOptions()))));
return $instance;
}
/**
* Gets the private 'Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer' shared autowired service.
*
* @return \Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer
*/
protected function getGridRendererService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'])) {
return $this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'])) {
return $this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'];
}
$c = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
if (isset($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'])) {
return $this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'];
}
$d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'])) {
return $this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'];
}
$e = new \Crea\Bundle\GridBundle\Grid\Action\ActionTypeRegistry();
$f = ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Expression\\ExpressionLanguage'] ?? $this->getExpressionLanguageService());
$g = new \Crea\Bundle\GridBundle\Grid\UrlGenerator($this, $b, $f);
$h = ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService());
$i = ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator()));
$j = new \Crea\Bundle\GridBundle\Grid\Options\RouteOptions();
$e->add('bulk', new \Crea\Bundle\GridBundle\Grid\Action\BulkActionType($a, $g, $h, $i, $j));
$k = new \Crea\Bundle\GridBundle\Grid\Field\FieldTypeRegistry();
$k->add('btn_action', new \App\GridExtensions\Field\BtnType($a, $g));
$k->add('action', new \Crea\Bundle\GridBundle\Grid\Field\ActionFieldType($a, $g, $j, $f));
$k->add('date', new \Crea\Bundle\GridBundle\Grid\Field\DateFieldType());
$k->add('delete_action', new \Crea\Bundle\GridBundle\Grid\Field\DeleteActionFieldType($a, $g, $j, $h, $i));
$k->add('string', new \Crea\Bundle\GridBundle\Grid\Field\StringFieldType());
$k->add('twig', new \Crea\Bundle\GridBundle\Grid\Field\TwigFieldType($a));
return $this->privates['Crea\\Bundle\\GridBundle\\Grid\\Renderer\\GridRenderer'] = new \Crea\Bundle\GridBundle\Grid\Renderer\GridRenderer($a, $e, $k, ($this->privates['Crea\\Bundle\\GridBundle\\Grid\\Filter\\FilterTypeRegistry'] ?? $this->getFilterTypeRegistryService()), $c, $d);
}
/**
* Gets the private 'Crea\DatatableBundle\Handler\DatatableSelectionHandler' shared autowired service.
*
* @return \Crea\DatatableBundle\Handler\DatatableSelectionHandler
*/
protected function getDatatableSelectionHandlerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['Crea\\DatatableBundle\\Handler\\DatatableSelectionHandler'])) {
return $this->privates['Crea\\DatatableBundle\\Handler\\DatatableSelectionHandler'];
}
return $this->privates['Crea\\DatatableBundle\\Handler\\DatatableSelectionHandler'] = new \Crea\DatatableBundle\Handler\DatatableSelectionHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
}
/**
* Gets the private 'Crea\DatatableBundle\Security\DatatableSecurity' shared autowired service.
*
* @return \Crea\DatatableBundle\Security\DatatableSecurity
*/
protected function getDatatableSecurityService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['Crea\\DatatableBundle\\Security\\DatatableSecurity'])) {
return $this->privates['Crea\\DatatableBundle\\Security\\DatatableSecurity'];
}
return $this->privates['Crea\\DatatableBundle\\Security\\DatatableSecurity'] = new \Crea\DatatableBundle\Security\DatatableSecurity($a);
}
/**
* Gets the private 'Crea\DocumentationBundle\Helper\DocumentationAccessHelper' shared autowired service.
*
* @return \Crea\DocumentationBundle\Helper\DocumentationAccessHelper
*/
protected function getDocumentationAccessHelperService()
{
return $this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationAccessHelper'] = new \Crea\DocumentationBundle\Helper\DocumentationAccessHelper(($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()), ($this->privates['Crea\\DocumentationBundle\\Repository\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->privates['Crea\\DocumentationBundle\\Provider\\DocumentationRightCodeProvider'] ?? $this->getDocumentationRightCodeProviderService()));
}
/**
* Gets the private 'Crea\DocumentationBundle\Helper\DocumentationSearchHelper' shared autowired service.
*
* @return \Crea\DocumentationBundle\Helper\DocumentationSearchHelper
*/
protected function getDocumentationSearchHelperService()
{
return $this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationSearchHelper'] = new \Crea\DocumentationBundle\Helper\DocumentationSearchHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Crea\\DocumentationBundle\\Repository\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->privates['Crea\\DocumentationBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService()), ($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationChapterHelper'] ?? ($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationChapterHelper'] = new \Crea\DocumentationBundle\Helper\DocumentationChapterHelper())));
}
/**
* Gets the private 'Crea\DocumentationBundle\Provider\DocumentationRightCodeProvider' shared autowired service.
*
* @return \Crea\DocumentationBundle\Provider\DocumentationRightCodeProvider
*/
protected function getDocumentationRightCodeProviderService()
{
return $this->privates['Crea\\DocumentationBundle\\Provider\\DocumentationRightCodeProvider'] = new \Crea\DocumentationBundle\Provider\DocumentationRightCodeProvider(($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationChapterHelper'] ?? ($this->privates['Crea\\DocumentationBundle\\Helper\\DocumentationChapterHelper'] = new \Crea\DocumentationBundle\Helper\DocumentationChapterHelper())));
}
/**
* Gets the private 'Crea\DocumentationBundle\Repository\ArticleRepository' shared autowired service.
*
* @return \Crea\DocumentationBundle\Repository\ArticleRepository
*/
protected function getArticleRepositoryService()
{
return $this->privates['Crea\\DocumentationBundle\\Repository\\ArticleRepository'] = new \Crea\DocumentationBundle\Repository\ArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Crea\DocumentationBundle\Repository\ChapterRepository' shared autowired service.
*
* @return \Crea\DocumentationBundle\Repository\ChapterRepository
*/
protected function getChapterRepositoryService()
{
return $this->privates['Crea\\DocumentationBundle\\Repository\\ChapterRepository'] = new \Crea\DocumentationBundle\Repository\ChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Crea\EventBundle\Helper\EventAccessHelper' shared autowired service.
*
* @return \Crea\EventBundle\Helper\EventAccessHelper
*/
protected function getEventAccessHelperService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['Crea\\EventBundle\\Helper\\EventAccessHelper'])) {
return $this->privates['Crea\\EventBundle\\Helper\\EventAccessHelper'];
}
return $this->privates['Crea\\EventBundle\\Helper\\EventAccessHelper'] = new \Crea\EventBundle\Helper\EventAccessHelper(($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()), ($this->privates['Crea\\EventBundle\\Repository\\EventCategoryRepository'] ?? $this->getEventCategoryRepositoryService()), ($this->privates['Crea\\EventBundle\\Provider\\EventRightCodeProvider'] ?? $this->getEventRightCodeProviderService()), $a);
}
/**
* Gets the private 'Crea\EventBundle\Helper\EventSearchHelper' shared autowired service.
*
* @return \Crea\EventBundle\Helper\EventSearchHelper
*/
protected function getEventSearchHelperService()
{
return $this->privates['Crea\\EventBundle\\Helper\\EventSearchHelper'] = new \Crea\EventBundle\Helper\EventSearchHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Crea\\EventBundle\\Repository\\EventCategoryRepository'] ?? $this->getEventCategoryRepositoryService()), ($this->privates['Crea\\EventBundle\\Repository\\EventModelRepository'] ?? $this->getEventModelRepositoryService()), ($this->privates['Crea\\EventBundle\\Helper\\EventCategoryHelper'] ?? ($this->privates['Crea\\EventBundle\\Helper\\EventCategoryHelper'] = new \Crea\EventBundle\Helper\EventCategoryHelper())));
}
/**
* Gets the private 'Crea\EventBundle\Provider\EventRightCodeProvider' shared autowired service.
*
* @return \Crea\EventBundle\Provider\EventRightCodeProvider
*/
protected function getEventRightCodeProviderService()
{
return $this->privates['Crea\\EventBundle\\Provider\\EventRightCodeProvider'] = new \Crea\EventBundle\Provider\EventRightCodeProvider(($this->privates['Crea\\EventBundle\\Helper\\EventCategoryHelper'] ?? ($this->privates['Crea\\EventBundle\\Helper\\EventCategoryHelper'] = new \Crea\EventBundle\Helper\EventCategoryHelper())));
}
/**
* Gets the private 'Crea\EventBundle\Repository\EventCategoryRepository' shared autowired service.
*
* @return \Crea\EventBundle\Repository\EventCategoryRepository
*/
protected function getEventCategoryRepositoryService()
{
return $this->privates['Crea\\EventBundle\\Repository\\EventCategoryRepository'] = new \Crea\EventBundle\Repository\EventCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Crea\EventBundle\Repository\EventLogRepository' shared autowired service.
*
* @return \Crea\EventBundle\Repository\EventLogRepository
*/
protected function getEventLogRepositoryService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['Crea\\EventBundle\\Repository\\EventLogRepository'])) {
return $this->privates['Crea\\EventBundle\\Repository\\EventLogRepository'];
}
return $this->privates['Crea\\EventBundle\\Repository\\EventLogRepository'] = new \Crea\EventBundle\Repository\EventLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'Crea\EventBundle\Repository\EventModelRepository' shared autowired service.
*
* @return \Crea\EventBundle\Repository\EventModelRepository
*/
protected function getEventModelRepositoryService()
{
return $this->privates['Crea\\EventBundle\\Repository\\EventModelRepository'] = new \Crea\EventBundle\Repository\EventModelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Crea\EventBundle\Repository\EventTypeRepository' shared autowired service.
*
* @return \Crea\EventBundle\Repository\EventTypeRepository
*/
protected function getEventTypeRepositoryService()
{
return $this->privates['Crea\\EventBundle\\Repository\\EventTypeRepository'] = new \Crea\EventBundle\Repository\EventTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Crea\HRBundle\Helper\PlanningHelper' shared autowired service.
*
* @return \Crea\HRBundle\Helper\PlanningHelper
*/
protected function getPlanningHelperService()
{
$a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'])) {
return $this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'])) {
return $this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'];
}
$c = ($this->privates['Crea\\HRBundle\\Normalizer\\PlanningLeaveNormalizer'] ?? $this->getPlanningLeaveNormalizerService());
if (isset($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'])) {
return $this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'];
}
$d = ($this->privates['Crea\\HRBundle\\Normalizer\\PlanningEventNormalizer'] ?? $this->getPlanningEventNormalizerService());
if (isset($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'])) {
return $this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'];
}
$e = ($this->privates['Crea\\HRBundle\\Normalizer\\PlanningCommentNormalizer'] ?? $this->getPlanningCommentNormalizerService());
if (isset($this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'])) {
return $this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'];
}
return $this->privates['Crea\\HRBundle\\Helper\\PlanningHelper'] = new \Crea\HRBundle\Helper\PlanningHelper($a, $b, $c, $d, $e);
}
/**
* Gets the private 'Crea\HRBundle\Normalizer\PlanningCommentNormalizer' shared autowired service.
*
* @return \Crea\HRBundle\Normalizer\PlanningCommentNormalizer
*/
protected function getPlanningCommentNormalizerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['Crea\\HRBundle\\Normalizer\\PlanningCommentNormalizer'])) {
return $this->privates['Crea\\HRBundle\\Normalizer\\PlanningCommentNormalizer'];
}
return $this->privates['Crea\\HRBundle\\Normalizer\\PlanningCommentNormalizer'] = new \Crea\HRBundle\Normalizer\PlanningCommentNormalizer($a, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'Crea\HRBundle\Normalizer\PlanningEventNormalizer' shared autowired service.
*
* @return \Crea\HRBundle\Normalizer\PlanningEventNormalizer
*/
protected function getPlanningEventNormalizerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['Crea\\HRBundle\\Normalizer\\PlanningEventNormalizer'])) {
return $this->privates['Crea\\HRBundle\\Normalizer\\PlanningEventNormalizer'];
}
return $this->privates['Crea\\HRBundle\\Normalizer\\PlanningEventNormalizer'] = new \Crea\HRBundle\Normalizer\PlanningEventNormalizer($a, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'Crea\HRBundle\Normalizer\PlanningLeaveNormalizer' shared autowired service.
*
* @return \Crea\HRBundle\Normalizer\PlanningLeaveNormalizer
*/
protected function getPlanningLeaveNormalizerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['Crea\\HRBundle\\Normalizer\\PlanningLeaveNormalizer'])) {
return $this->privates['Crea\\HRBundle\\Normalizer\\PlanningLeaveNormalizer'];
}
return $this->privates['Crea\\HRBundle\\Normalizer\\PlanningLeaveNormalizer'] = new \Crea\HRBundle\Normalizer\PlanningLeaveNormalizer($a, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'Crea\ParameterBundle\Helper\ParameterAccessHelper' shared autowired service.
*
* @return \Crea\ParameterBundle\Helper\ParameterAccessHelper
*/
protected function getParameterAccessHelperService()
{
return $this->privates['Crea\\ParameterBundle\\Helper\\ParameterAccessHelper'] = new \Crea\ParameterBundle\Helper\ParameterAccessHelper(($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()), ($this->privates['Crea\\ParameterBundle\\Repository\\ParameterTypeRepository'] ?? $this->getParameterTypeRepositoryService()), ($this->privates['Crea\\ParameterBundle\\Provider\\ParameterRightCodeProvider'] ?? ($this->privates['Crea\\ParameterBundle\\Provider\\ParameterRightCodeProvider'] = new \Crea\ParameterBundle\Provider\ParameterRightCodeProvider())));
}
/**
* Gets the private 'Crea\ParameterBundle\Helper\ParameterHelper' shared autowired service.
*
* @return \Crea\ParameterBundle\Helper\ParameterHelper
*/
protected function getParameterHelperService()
{
return $this->privates['Crea\\ParameterBundle\\Helper\\ParameterHelper'] = new \Crea\ParameterBundle\Helper\ParameterHelper(($this->privates['Crea\\ParameterBundle\\Repository\\ParameterTypeRepository'] ?? $this->getParameterTypeRepositoryService()), ($this->privates['Crea\\ParameterBundle\\Repository\\ParameterRepository'] ?? $this->getParameterRepositoryService()));
}
/**
* Gets the private 'Crea\ParameterBundle\Repository\ParameterRepository' shared autowired service.
*
* @return \Crea\ParameterBundle\Repository\ParameterRepository
*/
protected function getParameterRepositoryService()
{
return $this->privates['Crea\\ParameterBundle\\Repository\\ParameterRepository'] = new \Crea\ParameterBundle\Repository\ParameterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Crea\ParameterBundle\Repository\ParameterTypeRepository' shared autowired service.
*
* @return \Crea\ParameterBundle\Repository\ParameterTypeRepository
*/
protected function getParameterTypeRepositoryService()
{
return $this->privates['Crea\\ParameterBundle\\Repository\\ParameterTypeRepository'] = new \Crea\ParameterBundle\Repository\ParameterTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Crea\SecurityBundle\EventListener\HasAccessListener' shared autowired service.
*
* @return \Crea\SecurityBundle\EventListener\HasAccessListener
*/
protected function getHasAccessListenerService()
{
return $this->privates['Crea\\SecurityBundle\\EventListener\\HasAccessListener'] = new \Crea\SecurityBundle\EventListener\HasAccessListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] ?? $this->getAccessHelperService()));
}
/**
* Gets the private 'Crea\SecurityBundle\Helper\AccessHelper' shared autowired service.
*
* @return \Crea\SecurityBundle\Helper\AccessHelper
*/
protected function getAccessHelperService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'])) {
return $this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'];
}
$b = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'])) {
return $this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'];
}
return $this->privates['Crea\\SecurityBundle\\Helper\\AccessHelper'] = new \Crea\SecurityBundle\Helper\AccessHelper($a, $b, ($this->privates['Crea\\SecurityBundle\\Repository\\RightRepository'] ?? $this->getRightRepositoryService()));
}
/**
* Gets the private 'Crea\SecurityBundle\Repository\RightRepository' shared autowired service.
*
* @return \Crea\SecurityBundle\Repository\RightRepository
*/
protected function getRightRepositoryService()
{
return $this->privates['Crea\\SecurityBundle\\Repository\\RightRepository'] = new \Crea\SecurityBundle\Repository\RightRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Crea\ToolsBundle\Helper\EntityManagerHelper' shared autowired service.
*
* @return \Crea\ToolsBundle\Helper\EntityManagerHelper
*/
protected function getEntityManagerHelperService()
{
return $this->privates['Crea\\ToolsBundle\\Helper\\EntityManagerHelper'] = new \Crea\ToolsBundle\Helper\EntityManagerHelper(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Croisiland\CommonBundle\Helper\CmsErpApiHelper' shared autowired service.
*
* @return \Croisiland\CommonBundle\Helper\CmsErpApiHelper
*/
protected function getCmsErpApiHelperService()
{
return $this->privates['Croisiland\\CommonBundle\\Helper\\CmsErpApiHelper'] = new \Croisiland\CommonBundle\Helper\CmsErpApiHelper(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
*/
protected function getResetAssetsEventListenerService()
{
return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default', 1 => 'croisiland-search', 2 => 'crea-tools', 3 => 'crea-datatable', 4 => 'creasecurity', 5 => 'crea-admin', 6 => 'creadocumentation', 7 => 'creaprocess', 8 => 'creaparameter', 9 => 'creaevent', 10 => 'creahr']);
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'api_platform.cache.identifiers_extractor' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_IdentifiersExtractorService()
{
return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XU3fvnVQdt', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
{
return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kosaXrNMpL', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.metadata.resource' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_ResourceService()
{
return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AU7ugYYdpN', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
{
return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+t6i7G4Djy', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.route_name_resolver' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_RouteNameResolverService()
{
return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-pOL7L3wLv', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
{
return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cPX2uHiTu5', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
*
* @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
*/
protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
{
return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(true, NULL, NULL, $this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
*
* @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
*/
protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
{
$a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
return $this->privates['api_platform.hydra.json_schema.schema_factory'];
}
$b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
return $this->privates['api_platform.hydra.json_schema.schema_factory'];
}
$c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
return $this->privates['api_platform.hydra.json_schema.schema_factory'];
}
return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $b, $c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
}
/**
* Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
*
* @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
*/
protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
{
return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
}
/**
* Gets the private 'api_platform.identifier.converter' shared service.
*
* @return \ApiPlatform\Core\Identifier\IdentifierConverter
*/
protected function getApiPlatform_Identifier_ConverterService()
{
$a = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
if (isset($this->privates['api_platform.identifier.converter'])) {
return $this->privates['api_platform.identifier.converter'];
}
$b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.identifier.converter'])) {
return $this->privates['api_platform.identifier.converter'];
}
return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter($a, $b, new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
yield 1 => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
}, 2));
}
/**
* Gets the private 'api_platform.identifiers_extractor.cached' shared service.
*
* @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
*/
protected function getApiPlatform_IdentifiersExtractor_CachedService()
{
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
return $this->privates['api_platform.identifiers_extractor.cached'];
}
$b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
return $this->privates['api_platform.identifiers_extractor.cached'];
}
$c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor($a, $b, $c, $d, true), $c, $d);
}
/**
* Gets the private 'api_platform.json_schema.type_factory' shared service.
*
* @return \ApiPlatform\Core\JsonSchema\TypeFactory
*/
protected function getApiPlatform_JsonSchema_TypeFactoryService()
{
$this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
$instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
return $instance;
}
/**
* Gets the private 'api_platform.jsonld.context_builder' shared service.
*
* @return \ApiPlatform\JsonLd\ContextBuilder
*/
protected function getApiPlatform_Jsonld_ContextBuilderService()
{
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.jsonld.context_builder'])) {
return $this->privates['api_platform.jsonld.context_builder'];
}
$b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.jsonld.context_builder'])) {
return $this->privates['api_platform.jsonld.context_builder'];
}
$c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
if (isset($this->privates['api_platform.jsonld.context_builder'])) {
return $this->privates['api_platform.jsonld.context_builder'];
}
return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, $b, $c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($c));
}
/**
* Gets the private 'api_platform.listener.request.add_format' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\AddFormatListener
*/
protected function getApiPlatform_Listener_Request_AddFormatService()
{
return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
}
/**
* Gets the private 'api_platform.listener.request.deserialize' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\DeserializeListener
*/
protected function getApiPlatform_Listener_Request_DeserializeService()
{
$a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['api_platform.listener.request.deserialize'])) {
return $this->privates['api_platform.listener.request.deserialize'];
}
return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the private 'api_platform.listener.request.read.legacy' shared service.
*
* @return \ApiPlatform\Core\EventListener\ReadListener
*/
protected function getApiPlatform_Listener_Request_Read_LegacyService()
{
return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
*/
protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
{
return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);
}
/**
* Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
*
* @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
*/
protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
{
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
}
$b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
}
$c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
yield 2 => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
yield 3 => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
yield 4 => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
yield 5 => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
yield 6 => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
yield 7 => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
yield 9 => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
}, 13)));
}
/**
* Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
*
* @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
*/
protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
}
return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
}
/**
* Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
*/
protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
{
$a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
}
/**
* Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
*
* @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
*/
protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
{
return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
}
/**
* Gets the private 'api_platform.operation_path_resolver.custom' shared service.
*
* @return \ApiPlatform\PathResolver\CustomOperationPathResolver
*/
protected function getApiPlatform_OperationPathResolver_CustomService()
{
return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.dash'] ?? ($this->privates['api_platform.path_segment_name_generator.dash'] = new \ApiPlatform\Operation\DashPathSegmentNameGenerator()))));
}
/**
* Gets the private 'api_platform.operation_path_resolver.router' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
*/
protected function getApiPlatform_OperationPathResolver_RouterService()
{
$a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
return $this->privates['api_platform.operation_path_resolver.router'];
}
$b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
return $this->privates['api_platform.operation_path_resolver.router'];
}
return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $b);
}
/**
* Gets the private 'api_platform.resource_class_resolver' shared service.
*
* @return \ApiPlatform\Api\ResourceClassResolver
*/
protected function getApiPlatform_ResourceClassResolverService()
{
return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
}
/**
* Gets the private 'api_platform.router' shared service.
*
* @return \ApiPlatform\Symfony\Routing\Router
*/
protected function getApiPlatform_RouterService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['api_platform.router'])) {
return $this->privates['api_platform.router'];
}
return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a, 1);
}
/**
* Gets the private 'api_platform.security.listener.request.deny_access' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
*/
protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
{
return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
}
/**
* Gets the private 'api_platform.security.resource_access_checker' shared service.
*
* @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
*/
protected function getApiPlatform_Security_ResourceAccessCheckerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['api_platform.security.resource_access_checker'])) {
return $this->privates['api_platform.security.resource_access_checker'];
}
return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false);
}
/**
* Gets the private 'api_platform.serializer.context_builder.filter' shared service.
*
* @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
*/
protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
{
$a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
}
/**
* Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
*
* @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
{
return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
}
/**
* Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
*/
protected function getApiPlatform_SubresourceOperationFactory_CachedService()
{
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
return $this->privates['api_platform.subresource_operation_factory.cached'];
}
$b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
return $this->privates['api_platform.subresource_operation_factory.cached'];
}
return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, $b, ($this->privates['api_platform.path_segment_name_generator.dash'] ?? ($this->privates['api_platform.path_segment_name_generator.dash'] = new \ApiPlatform\Operation\DashPathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
}
/**
* Gets the private 'api_platform.swagger.normalizer.api_gateway' shared service.
*
* @return \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer
*/
protected function getApiPlatform_Swagger_Normalizer_ApiGatewayService()
{
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.swagger.normalizer.api_gateway'])) {
return $this->privates['api_platform.swagger.normalizer.api_gateway'];
}
$b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.swagger.normalizer.api_gateway'])) {
return $this->privates['api_platform.swagger.normalizer.api_gateway'];
}
$c = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
if (isset($this->privates['api_platform.swagger.normalizer.api_gateway'])) {
return $this->privates['api_platform.swagger.normalizer.api_gateway'];
}
$d = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
if (isset($this->privates['api_platform.swagger.normalizer.api_gateway'])) {
return $this->privates['api_platform.swagger.normalizer.api_gateway'];
}
$e = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
if (isset($this->privates['api_platform.swagger.normalizer.api_gateway'])) {
return $this->privates['api_platform.swagger.normalizer.api_gateway'];
}
$f = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
if (isset($this->privates['api_platform.swagger.normalizer.api_gateway'])) {
return $this->privates['api_platform.swagger.normalizer.api_gateway'];
}
return $this->privates['api_platform.swagger.normalizer.api_gateway'] = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, $b, $c, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $d, NULL, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), NULL, false, 'oauth2', 'application', '', '', [], [], $e, true, 'page', false, 'itemsPerPage', $this->parameters['api_platform.formats'], false, 'pagination', [], $this->parameters['api_platform.swagger.versions'], $f, NULL, true, new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(($this->privates['.1_Serializer~fkSxS5G'] ?? $this->get_1SerializerfkSxS5GService()))));
}
/**
* Gets the private 'app.manager.provider.level_0' shared autowired service.
*
* @return \Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerProvider
*/
protected function getApp_Manager_Provider_Level0Service()
{
return $this->privates['app.manager.provider.level_0'] = new \Crea\ToolsBundle\Manager\Level_0\ManagerTools\ManagerProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Mailjet\\Manager\\Level_0\\MailjetOperationManager'] ?? $this->load('getMailjetOperationManagerService'));
yield 1 => ($this->privates['App\\Manager\\Level_0\\AdvBookingChangeAssociationManager'] ?? $this->load('getAdvBookingChangeAssociationManagerService'));
yield 2 => ($this->privates['App\\Manager\\Level_0\\AdvBookingChangeAssociationValidationManager'] ?? $this->load('getAdvBookingChangeAssociationValidationManagerService'));
yield 3 => ($this->privates['App\\Manager\\Level_0\\AdvBookingChangeManager'] ?? $this->load('getAdvBookingChangeManager2Service'));
yield 4 => ($this->privates['App\\Manager\\Level_0\\AdvRequestManager'] ?? $this->load('getAdvRequestManagerService'));
yield 5 => ($this->privates['App\\Manager\\Level_0\\AirportManager'] ?? $this->load('getAirportManagerService'));
yield 6 => ($this->privates['App\\Manager\\Level_0\\AlertManager'] ?? $this->load('getAlertManagerService'));
yield 7 => ($this->privates['App\\Manager\\Level_0\\AllowanceManager'] ?? $this->load('getAllowanceManagerService'));
yield 8 => ($this->privates['App\\Manager\\Level_0\\AmendmentLineManager'] ?? $this->load('getAmendmentLineManagerService'));
yield 9 => ($this->privates['App\\Manager\\Level_0\\AmendmentManager'] ?? $this->load('getAmendmentManager2Service'));
yield 10 => ($this->privates['App\\Manager\\Level_0\\AnswerManager'] ?? $this->load('getAnswerManagerService'));
yield 11 => ($this->privates['App\\Manager\\Level_0\\ApplicationFilterLimitationManager'] ?? $this->load('getApplicationFilterLimitationManagerService'));
yield 12 => ($this->privates['App\\Manager\\Level_0\\AtmosphereManager'] ?? $this->load('getAtmosphereManagerService'));
yield 13 => ($this->privates['App\\Manager\\Level_0\\AttributedDiscountManager'] ?? $this->load('getAttributedDiscountManager2Service'));
yield 14 => ($this->privates['App\\Manager\\Level_0\\AttributedEmailManager'] ?? $this->load('getAttributedEmailManagerService'));
yield 15 => ($this->privates['App\\Manager\\Level_0\\AttributedInsuranceManager'] ?? $this->load('getAttributedInsuranceManager2Service'));
yield 16 => ($this->privates['App\\Manager\\Level_0\\AttributedProductVariantManager'] ?? $this->load('getAttributedProductVariantManager2Service'));
yield 17 => ($this->privates['App\\Manager\\Level_0\\AttributedProductVariantParameterValueManager'] ?? $this->load('getAttributedProductVariantParameterValueManagerService'));
yield 18 => ($this->privates['App\\Manager\\Level_0\\AttributedSentEmailManager'] ?? $this->load('getAttributedSentEmailManagerService'));
yield 19 => ($this->privates['App\\Manager\\Level_0\\BookingConfirmationCabinCheckManager'] ?? $this->load('getBookingConfirmationCabinCheckManagerService'));
yield 20 => ($this->privates['App\\Manager\\Level_0\\BookingConfirmationManager'] ?? $this->load('getBookingConfirmationManager2Service'));
yield 21 => ($this->privates['App\\Manager\\Level_0\\BookingConfirmationPassengerCheckManager'] ?? $this->load('getBookingConfirmationPassengerCheckManagerService'));
yield 22 => ($this->privates['App\\Manager\\Level_0\\BookingIndividualTurnoverManager'] ?? $this->load('getBookingIndividualTurnoverManagerService'));
yield 23 => ($this->privates['App\\Manager\\Level_0\\BookingManager'] ?? $this->load('getBookingManager3Service'));
yield 24 => ($this->privates['App\\Manager\\Level_0\\BookingParticipantManager'] ?? $this->load('getBookingParticipantManager2Service'));
yield 25 => ($this->privates['App\\Manager\\Level_0\\BookingPartnerTurnoverManager'] ?? $this->load('getBookingPartnerTurnoverManagerService'));
yield 26 => ($this->privates['App\\Manager\\Level_0\\CabinCategoryHistoryManager'] ?? $this->load('getCabinCategoryHistoryManager2Service'));
yield 27 => ($this->privates['App\\Manager\\Level_0\\CabinManager'] ?? $this->load('getCabinManager2Service'));
yield 28 => ($this->privates['App\\Manager\\Level_0\\CabinSpecificityManager'] ?? $this->load('getCabinSpecificityManagerService'));
yield 29 => ($this->privates['App\\Manager\\Level_0\\CabinTypeManager'] ?? $this->load('getCabinTypeManagerService'));
yield 30 => ($this->privates['App\\Manager\\Level_0\\ClubCardCategoryManager'] ?? $this->load('getClubCardCategoryManagerService'));
yield 31 => ($this->privates['App\\Manager\\Level_0\\ClubCardHistoryManager'] ?? $this->load('getClubCardHistoryManagerService'));
yield 32 => ($this->privates['App\\Manager\\Level_0\\ClubCardManager'] ?? $this->load('getClubCardManager2Service'));
yield 33 => ($this->privates['App\\Manager\\Level_0\\CommentManager'] ?? $this->load('getCommentManagerService'));
yield 34 => ($this->privates['App\\Manager\\Level_0\\CompanyManager'] ?? $this->load('getCompanyManagerService'));
yield 35 => ($this->privates['App\\Manager\\Level_0\\ComplaintManager'] ?? $this->load('getComplaintManagerService'));
yield 36 => ($this->privates['App\\Manager\\Level_0\\ContactManager'] ?? $this->load('getContactManager2Service'));
yield 37 => ($this->privates['App\\Manager\\Level_0\\ContactPartnerManager'] ?? $this->load('getContactPartnerManagerService'));
yield 38 => ($this->privates['App\\Manager\\Level_0\\ContactProspectManager'] ?? $this->load('getContactProspectManager2Service'));
yield 39 => ($this->privates['App\\Manager\\Level_0\\ContractManager'] ?? $this->load('getContractManager2Service'));
yield 40 => ($this->privates['App\\Manager\\Level_0\\CountryManager'] ?? $this->load('getCountryManagerService'));
yield 41 => ($this->privates['App\\Manager\\Level_0\\CreditManager'] ?? $this->load('getCreditManager3Service'));
yield 42 => ($this->privates['App\\Manager\\Level_0\\CreditPaymentManager'] ?? $this->load('getCreditPaymentManagerService'));
yield 43 => ($this->privates['App\\Manager\\Level_0\\CrmDepartureManager'] ?? $this->load('getCrmDepartureManagerService'));
yield 44 => ($this->privates['App\\Manager\\Level_0\\CruiseHistoryManager'] ?? $this->load('getCruiseHistoryManager2Service'));
yield 45 => ($this->privates['App\\Manager\\Level_0\\CruiseTagAssociationHistoryManager'] ?? $this->load('getCruiseTagAssociationHistoryManagerService'));
yield 46 => ($this->privates['App\\Manager\\Level_0\\CruiseTagCategoryManager'] ?? $this->load('getCruiseTagCategoryManagerService'));
yield 47 => ($this->privates['App\\Manager\\Level_0\\CruiseTagManager'] ?? $this->load('getCruiseTagManagerService'));
yield 48 => ($this->privates['App\\Manager\\Level_0\\DepartureManager'] ?? $this->load('getDepartureManager2Service'));
yield 49 => ($this->privates['App\\Manager\\Level_0\\DestinationManager'] ?? $this->load('getDestinationManagerService'));
yield 50 => ($this->privates['App\\Manager\\Level_0\\DiscountActionManager'] ?? $this->load('getDiscountActionManagerService'));
yield 51 => ($this->privates['App\\Manager\\Level_0\\DiscountManager'] ?? $this->load('getDiscountManagerService'));
yield 52 => ($this->privates['App\\Manager\\Level_0\\EmailManager'] ?? $this->load('getEmailManagerService'));
yield 53 => ($this->privates['App\\Manager\\Level_0\\FareCodeManager'] ?? $this->load('getFareCodeManagerService'));
yield 54 => ($this->privates['App\\Manager\\Level_0\\FirmedCheckManager'] ?? $this->load('getFirmedCheckManagerService'));
yield 55 => ($this->privates['App\\Manager\\Level_0\\FormalityHistoryBookingManager'] ?? $this->load('getFormalityHistoryBookingManagerService'));
yield 56 => ($this->privates['App\\Manager\\Level_0\\FormalityHistoryManager'] ?? $this->load('getFormalityHistoryManager2Service'));
yield 57 => ($this->privates['App\\Manager\\Level_0\\IncludedAssociationManager'] ?? $this->load('getIncludedAssociationManagerService'));
yield 58 => ($this->privates['App\\Manager\\Level_0\\IncludedGroupManager'] ?? $this->load('getIncludedGroupManagerService'));
yield 59 => ($this->privates['App\\Manager\\Level_0\\IncludedHistoryManager'] ?? $this->load('getIncludedHistoryManager2Service'));
yield 60 => ($this->privates['App\\Manager\\Level_0\\InsurancePriceManager'] ?? $this->load('getInsurancePriceManager2Service'));
yield 61 => ($this->privates['App\\Manager\\Level_0\\InvoiceLineManager'] ?? $this->load('getInvoiceLineManagerService'));
yield 62 => ($this->privates['App\\Manager\\Level_0\\InvoiceManager'] ?? $this->load('getInvoiceManager2Service'));
yield 63 => ($this->privates['App\\Manager\\Level_0\\ItineraryHistoryManager'] ?? $this->load('getItineraryHistoryManager2Service'));
yield 64 => ($this->privates['App\\Manager\\Level_0\\ItinerarySegmentHistoryManager'] ?? $this->load('getItinerarySegmentHistoryManagerService'));
yield 65 => ($this->privates['App\\Manager\\Level_0\\LegalTextManager'] ?? $this->load('getLegalTextManager2Service'));
yield 66 => ($this->privates['App\\Manager\\Level_0\\MacifProfileManager'] ?? $this->load('getMacifProfileManagerService'));
yield 67 => ($this->privates['App\\Manager\\Level_0\\MarginCabinManager'] ?? $this->load('getMarginCabinManagerService'));
yield 68 => ($this->privates['App\\Manager\\Level_0\\MarginProductManager'] ?? $this->load('getMarginProductManagerService'));
yield 69 => ($this->privates['App\\Manager\\Level_0\\MissingDataManager'] ?? $this->load('getMissingDataManagerService'));
yield 70 => ($this->privates['App\\Manager\\Level_0\\NewsletterSubscriberManager'] ?? $this->load('getNewsletterSubscriberManagerService'));
yield 71 => ($this->privates['App\\Manager\\Level_0\\ParticipationManager'] ?? $this->load('getParticipationManagerService'));
yield 72 => ($this->privates['App\\Manager\\Level_0\\PartnerAllowanceManager'] ?? $this->load('getPartnerAllowanceManager2Service'));
yield 73 => ($this->privates['App\\Manager\\Level_0\\PartnerByContactHistoryManager'] ?? $this->load('getPartnerByContactHistoryManagerService'));
yield 74 => ($this->privates['App\\Manager\\Level_0\\PartnerByContactManager'] ?? $this->load('getPartnerByContactManager2Service'));
yield 75 => ($this->privates['App\\Manager\\Level_0\\PartnerCompanyDiscountCollectionManager'] ?? $this->load('getPartnerCompanyDiscountCollectionManager2Service'));
yield 76 => ($this->privates['App\\Manager\\Level_0\\PartnerCompanyDiscountManager'] ?? $this->load('getPartnerCompanyDiscountManagerService'));
yield 77 => ($this->privates['App\\Manager\\Level_0\\PartnerFollowUpManager'] ?? $this->load('getPartnerFollowUpManagerService'));
yield 78 => ($this->privates['App\\Manager\\Level_0\\PartnerManager'] ?? $this->load('getPartnerManager2Service'));
yield 79 => ($this->privates['App\\Manager\\Level_0\\PartnerParticipationManager'] ?? $this->load('getPartnerParticipationManager2Service'));
yield 80 => ($this->privates['App\\Manager\\Level_0\\PartnerTemplateContentManager'] ?? $this->load('getPartnerTemplateContentManager2Service'));
yield 81 => ($this->privates['App\\Manager\\Level_0\\PartnerTemplateManager'] ?? $this->load('getPartnerTemplateManager2Service'));
yield 82 => ($this->privates['App\\Manager\\Level_0\\PassengerFormalityManager'] ?? $this->load('getPassengerFormalityManagerService'));
yield 83 => ($this->privates['App\\Manager\\Level_0\\PassengerFormalityRequestManager'] ?? $this->load('getPassengerFormalityRequestManagerService'));
yield 84 => ($this->privates['App\\Manager\\Level_0\\PassengerInformationFormFieldManager'] ?? $this->load('getPassengerInformationFormFieldManagerService'));
yield 85 => ($this->privates['App\\Manager\\Level_0\\PassengerInformationFormManager'] ?? $this->load('getPassengerInformationFormManagerService'));
yield 86 => ($this->privates['App\\Manager\\Level_0\\PassengerInformationManager'] ?? $this->load('getPassengerInformationManagerService'));
yield 87 => ($this->privates['App\\Manager\\Level_0\\PassengerInformationRequestManager'] ?? $this->load('getPassengerInformationRequestManagerService'));
yield 88 => ($this->privates['App\\Manager\\Level_0\\PassengerManager'] ?? $this->load('getPassengerManagerService'));
yield 89 => ($this->privates['App\\Manager\\Level_0\\PaymentManager'] ?? $this->load('getPaymentManager2Service'));
yield 90 => ($this->privates['App\\Manager\\Level_0\\PhoneCallManager'] ?? $this->load('getPhoneCallManagerService'));
yield 91 => ($this->privates['App\\Manager\\Level_0\\PhoneManager'] ?? $this->load('getPhoneManagerService'));
yield 92 => ($this->privates['App\\Manager\\Level_0\\PreferenceManager'] ?? $this->load('getPreferenceManager2Service'));
yield 93 => ($this->privates['App\\Manager\\Level_0\\ProcessStateManager'] ?? $this->load('getProcessStateManagerService'));
yield 94 => ($this->privates['App\\Manager\\Level_0\\ProductCategoryManager'] ?? $this->load('getProductCategoryManagerService'));
yield 95 => ($this->privates['App\\Manager\\Level_0\\ProductDefaultOptionManager'] ?? $this->load('getProductDefaultOptionManagerService'));
yield 96 => ($this->privates['App\\Manager\\Level_0\\ProductDefaultOptionValidValueManager'] ?? $this->load('getProductDefaultOptionValidValueManagerService'));
yield 97 => ($this->privates['App\\Manager\\Level_0\\ProductDefaultParameterManager'] ?? $this->load('getProductDefaultParameterManagerService'));
yield 98 => ($this->privates['App\\Manager\\Level_0\\ProductDefaultParameterValidValueManager'] ?? $this->load('getProductDefaultParameterValidValueManagerService'));
yield 99 => ($this->privates['App\\Manager\\Level_0\\ProductManager'] ?? $this->load('getProductManagerService'));
yield 100 => ($this->privates['App\\Manager\\Level_0\\ProductOptionManager'] ?? $this->load('getProductOptionManagerService'));
yield 101 => ($this->privates['App\\Manager\\Level_0\\ProductOptionValidValueManager'] ?? $this->load('getProductOptionValidValueManagerService'));
yield 102 => ($this->privates['App\\Manager\\Level_0\\ProductOptionValueManager'] ?? $this->load('getProductOptionValueManagerService'));
yield 103 => ($this->privates['App\\Manager\\Level_0\\ProductVariantManager'] ?? $this->load('getProductVariantManagerService'));
yield 104 => ($this->privates['App\\Manager\\Level_0\\ProductVariantParameterManager'] ?? $this->load('getProductVariantParameterManagerService'));
yield 105 => ($this->privates['App\\Manager\\Level_0\\ProductVariantParameterValidValueManager'] ?? $this->load('getProductVariantParameterValidValueManagerService'));
yield 106 => ($this->privates['App\\Manager\\Level_0\\ProspectManager'] ?? $this->load('getProspectManager2Service'));
yield 107 => ($this->privates['App\\Manager\\Level_0\\ProspectProjectManager'] ?? $this->load('getProspectProjectManagerService'));
yield 108 => ($this->privates['App\\Manager\\Level_0\\ProspectRequestManager'] ?? $this->load('getProspectRequestManager2Service'));
yield 109 => ($this->privates['App\\Manager\\Level_0\\QuoteItemsManager'] ?? $this->load('getQuoteItemsManagerService'));
yield 110 => ($this->privates['App\\Manager\\Level_0\\QuoteLineManager'] ?? $this->load('getQuoteLineManagerService'));
yield 111 => ($this->privates['App\\Manager\\Level_0\\QuoteManager'] ?? $this->load('getQuoteManager2Service'));
yield 112 => ($this->privates['App\\Manager\\Level_0\\QuoteParticipantManager'] ?? $this->load('getQuoteParticipantManagerService'));
yield 113 => ($this->privates['App\\Manager\\Level_0\\QuotePassengerInformationManager'] ?? $this->load('getQuotePassengerInformationManagerService'));
yield 114 => ($this->privates['App\\Manager\\Level_0\\RefundManager'] ?? $this->load('getRefundManagerService'));
yield 115 => ($this->privates['App\\Manager\\Level_0\\ReminderManager'] ?? $this->load('getReminderManager2Service'));
yield 116 => ($this->privates['App\\Manager\\Level_0\\SaleTermManager'] ?? $this->load('getSaleTermManager2Service'));
yield 117 => ($this->privates['App\\Manager\\Level_0\\SegmentManager'] ?? $this->load('getSegmentManagerService'));
yield 118 => ($this->privates['App\\Manager\\Level_0\\SellerBonusManager'] ?? $this->load('getSellerBonusManagerService'));
yield 119 => ($this->privates['App\\Manager\\Level_0\\SentEmailManager'] ?? $this->load('getSentEmailManager2Service'));
yield 120 => ($this->privates['App\\Manager\\Level_0\\ServiceHistoryManager'] ?? $this->load('getServiceHistoryManager2Service'));
yield 121 => ($this->privates['App\\Manager\\Level_0\\ShipManager'] ?? $this->load('getShipManagerService'));
yield 122 => ($this->privates['App\\Manager\\Level_0\\ShipTextualDataManager'] ?? $this->load('getShipTextualDataManagerService'));
yield 123 => ($this->privates['App\\Manager\\Level_0\\SpecialOfferHistoryManager'] ?? $this->load('getSpecialOfferHistoryManagerService'));
yield 124 => ($this->privates['App\\Manager\\Level_0\\SpecialRequestDocumentManager'] ?? $this->load('getSpecialRequestDocumentManagerService'));
yield 125 => ($this->privates['App\\Manager\\Level_0\\SpecialRequestManager'] ?? $this->load('getSpecialRequestManagerService'));
yield 126 => ($this->privates['App\\Manager\\Level_0\\StopoverManager'] ?? $this->load('getStopoverManagerService'));
yield 127 => ($this->privates['App\\Manager\\Level_0\\SupplierContactManager'] ?? $this->load('getSupplierContactManagerService'));
yield 128 => ($this->privates['App\\Manager\\Level_0\\SupplierManager'] ?? $this->load('getSupplierManagerService'));
yield 129 => ($this->privates['App\\Manager\\Level_0\\SupplierPaymentByBookingManager'] ?? $this->load('getSupplierPaymentByBookingManagerService'));
yield 130 => ($this->privates['App\\Manager\\Level_0\\SupplierPaymentManager'] ?? $this->load('getSupplierPaymentManagerService'));
yield 131 => ($this->privates['App\\Manager\\Level_0\\UserCmsManager'] ?? $this->load('getUserCmsManager2Service'));
yield 132 => ($this->privates['App\\Migration\\Manager\\Level_0\\CorrCabinCategoryManager'] ?? $this->load('getCorrCabinCategoryManagerService'));
yield 133 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvBookingAmountManager'] ?? $this->load('getCsvBookingAmountManagerService'));
yield 134 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvBookingCabinCategoryHistoryManager'] ?? $this->load('getCsvBookingCabinCategoryHistoryManagerService'));
yield 135 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvBookingCruiseHistoryManager'] ?? $this->load('getCsvBookingCruiseHistoryManagerService'));
yield 136 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvBookingManager'] ?? $this->load('getCsvBookingManagerService'));
yield 137 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvBookingPassengerManager'] ?? $this->load('getCsvBookingPassengerManagerService'));
yield 138 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvContactManager'] ?? $this->load('getCsvContactManagerService'));
yield 139 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvContractManager'] ?? $this->load('getCsvContractManagerService'));
yield 140 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvInvoiceLineCabinManager'] ?? $this->load('getCsvInvoiceLineCabinManagerService'));
yield 141 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvInvoiceLineDiscountManager'] ?? $this->load('getCsvInvoiceLineDiscountManagerService'));
yield 142 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvInvoiceLineInsuranceManager'] ?? $this->load('getCsvInvoiceLineInsuranceManagerService'));
yield 143 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvInvoiceLineServiceManager'] ?? $this->load('getCsvInvoiceLineServiceManagerService'));
yield 144 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvInvoiceManager'] ?? $this->load('getCsvInvoiceManagerService'));
yield 145 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvNewsletterManager'] ?? $this->load('getCsvNewsletterManagerService'));
yield 146 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvPartnerByContactHistoryManager'] ?? $this->load('getCsvPartnerByContactHistoryManagerService'));
yield 147 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvPartnerByContactManager'] ?? $this->load('getCsvPartnerByContactManagerService'));
yield 148 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvPartnerFollowUpManager'] ?? $this->load('getCsvPartnerFollowUpManagerService'));
yield 149 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvPartnerManager'] ?? $this->load('getCsvPartnerManagerService'));
yield 150 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvPaymentManager'] ?? $this->load('getCsvPaymentManagerService'));
yield 151 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvProspectRequestCabinCategoryHistoryManager'] ?? $this->load('getCsvProspectRequestCabinCategoryHistoryManagerService'));
yield 152 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvProspectRequestCruiseHistoryManager'] ?? $this->load('getCsvProspectRequestCruiseHistoryManagerService'));
yield 153 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvProspectRequestManager'] ?? $this->load('getCsvProspectRequestManagerService'));
yield 154 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteCabinCategoryHistoryManager'] ?? $this->load('getCsvQuoteCabinCategoryHistoryManagerService'));
yield 155 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteCruiseHistoryManager'] ?? $this->load('getCsvQuoteCruiseHistoryManagerService'));
yield 156 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteLineCabinManager'] ?? $this->load('getCsvQuoteLineCabinManagerService'));
yield 157 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteLineDiscountManager'] ?? $this->load('getCsvQuoteLineDiscountManagerService'));
yield 158 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteLineInsuranceManager'] ?? $this->load('getCsvQuoteLineInsuranceManagerService'));
yield 159 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteLineServiceManager'] ?? $this->load('getCsvQuoteLineServiceManagerService'));
yield 160 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuoteManager'] ?? $this->load('getCsvQuoteManagerService'));
yield 161 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvQuotePassengerManager'] ?? $this->load('getCsvQuotePassengerManagerService'));
yield 162 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvSupplierManager'] ?? $this->load('getCsvSupplierManagerService'));
yield 163 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvSupplierPaymentManager'] ?? $this->load('getCsvSupplierPaymentManagerService'));
yield 164 => ($this->privates['App\\Migration\\Manager\\Level_0\\CsvUserManager'] ?? $this->load('getCsvUserManagerService'));
yield 165 => ($this->privates['App\\Migration\\Manager\\Level_0\\HistoryCorrBookingCabinCategoryManager'] ?? $this->load('getHistoryCorrBookingCabinCategoryManagerService'));
yield 166 => ($this->privates['App\\Migration\\Manager\\Level_0\\HistoryCorrBookingCruiseManager'] ?? $this->load('getHistoryCorrBookingCruiseManagerService'));
yield 167 => ($this->privates['App\\Migration\\Manager\\Level_0\\HistoryCorrProspectRequestCabinCategoryManager'] ?? $this->load('getHistoryCorrProspectRequestCabinCategoryManagerService'));
yield 168 => ($this->privates['App\\Migration\\Manager\\Level_0\\HistoryCorrProspectRequestCruiseManager'] ?? $this->load('getHistoryCorrProspectRequestCruiseManagerService'));
yield 169 => ($this->privates['App\\Migration\\Manager\\Level_0\\HistoryCorrQuoteCabinCategoryManager'] ?? $this->load('getHistoryCorrQuoteCabinCategoryManagerService'));
yield 170 => ($this->privates['App\\Migration\\Manager\\Level_0\\HistoryCorrQuoteCruiseManager'] ?? $this->load('getHistoryCorrQuoteCruiseManagerService'));
yield 171 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrBookingManager'] ?? $this->load('getLoadCorrBookingManager2Service'));
yield 172 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrBookingPassengerManager'] ?? $this->load('getLoadCorrBookingPassengerManagerService'));
yield 173 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrContactManager'] ?? $this->load('getLoadCorrContactManager2Service'));
yield 174 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrContractManager'] ?? $this->load('getLoadCorrContractManagerService'));
yield 175 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrInvoiceLineApplicationFeeManager'] ?? $this->load('getLoadCorrInvoiceLineApplicationFeeManagerService'));
yield 176 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrInvoiceLineCabinManager'] ?? $this->load('getLoadCorrInvoiceLineCabinManagerService'));
yield 177 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrInvoiceLineDiscountManager'] ?? $this->load('getLoadCorrInvoiceLineDiscountManagerService'));
yield 178 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrInvoiceLineInsuranceManager'] ?? $this->load('getLoadCorrInvoiceLineInsuranceManagerService'));
yield 179 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrInvoiceLineServiceManager'] ?? $this->load('getLoadCorrInvoiceLineServiceManagerService'));
yield 180 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrInvoiceManager'] ?? $this->load('getLoadCorrInvoiceManagerService'));
yield 181 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrNewsletterManager'] ?? $this->load('getLoadCorrNewsletterManagerService'));
yield 182 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrPartnerByContactHistoryManager'] ?? $this->load('getLoadCorrPartnerByContactHistoryManagerService'));
yield 183 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrPartnerByContactManager'] ?? $this->load('getLoadCorrPartnerByContactManagerService'));
yield 184 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrPartnerFollowUpManager'] ?? $this->load('getLoadCorrPartnerFollowUpManagerService'));
yield 185 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrPaymentManager'] ?? $this->load('getLoadCorrPaymentManagerService'));
yield 186 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrProspectRequestManager'] ?? $this->load('getLoadCorrProspectRequestManager2Service'));
yield 187 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuoteLineApplicationFeeManager'] ?? $this->load('getLoadCorrQuoteLineApplicationFeeManagerService'));
yield 188 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuoteLineCabinManager'] ?? $this->load('getLoadCorrQuoteLineCabinManagerService'));
yield 189 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuoteLineDiscountManager'] ?? $this->load('getLoadCorrQuoteLineDiscountManagerService'));
yield 190 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuoteLineInsuranceManager'] ?? $this->load('getLoadCorrQuoteLineInsuranceManagerService'));
yield 191 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuoteLineServiceManager'] ?? $this->load('getLoadCorrQuoteLineServiceManagerService'));
yield 192 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuoteManager'] ?? $this->load('getLoadCorrQuoteManager2Service'));
yield 193 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrQuotePassengerManager'] ?? $this->load('getLoadCorrQuotePassengerManagerService'));
yield 194 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrSupplierPaymentManager'] ?? $this->load('getLoadCorrSupplierPaymentManagerService'));
yield 195 => ($this->privates['App\\Migration\\Manager\\Level_0\\LoadCorrUserManager'] ?? $this->load('getLoadCorrUserManagerService'));
yield 196 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorInvoiceLineDiscountManager'] ?? $this->load('getMappingCorInvoiceLineDiscountManagerService'));
yield 197 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorInvoiceLineInsuranceManager'] ?? $this->load('getMappingCorInvoiceLineInsuranceManagerService'));
yield 198 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorInvoiceLineServiceManager'] ?? $this->load('getMappingCorInvoiceLineServiceManagerService'));
yield 199 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorPartnerManager'] ?? $this->load('getMappingCorPartnerManagerService'));
yield 200 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorQuoteLineDiscountManager'] ?? $this->load('getMappingCorQuoteLineDiscountManagerService'));
yield 201 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorQuoteLineInsuranceManager'] ?? $this->load('getMappingCorQuoteLineInsuranceManagerService'));
yield 202 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorQuoteLineServiceManager'] ?? $this->load('getMappingCorQuoteLineServiceManagerService'));
yield 203 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorServiceParameterValueManager'] ?? $this->load('getMappingCorServiceParameterValueManagerService'));
yield 204 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingCorSupplierManager'] ?? $this->load('getMappingCorSupplierManagerService'));
yield 205 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingRulesDiscountManager'] ?? $this->load('getMappingRulesDiscountManagerService'));
yield 206 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingRulesInsuranceManager'] ?? $this->load('getMappingRulesInsuranceManagerService'));
yield 207 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingRulesPartnerManager'] ?? $this->load('getMappingRulesPartnerManagerService'));
yield 208 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingRulesServiceManager'] ?? $this->load('getMappingRulesServiceManagerService'));
yield 209 => ($this->privates['App\\Migration\\Manager\\Level_0\\MappingRulesSupplierManager'] ?? $this->load('getMappingRulesSupplierManagerService'));
yield 210 => ($this->privates['App\\Migration\\Manager\\Level_0\\MigrationLogAmountManager'] ?? $this->load('getMigrationLogAmountManagerService'));
yield 211 => ($this->privates['App\\Migration\\Manager\\Level_0\\MigrationLogDeletedContentManager'] ?? $this->load('getMigrationLogDeletedContentManagerService'));
yield 212 => ($this->privates['App\\Migration\\Manager\\Level_0\\MigrationLogManager'] ?? $this->load('getMigrationLogManagerService'));
yield 213 => ($this->privates['migration.log.manager'] ?? $this->load('getMigration_Log_ManagerService'));
yield 214 => ($this->privates['Crea\\ToolsBundle\\Manager\\Level_0\\AddressManager'] ?? $this->load('getAddressManagerService'));
yield 215 => ($this->privates['Crea\\ToolsBundle\\Manager\\Level_0\\AirportManager'] ?? $this->load('getAirportManager2Service'));
yield 216 => ($this->privates['Crea\\ToolsBundle\\Manager\\Level_0\\CityManager'] ?? $this->load('getCityManagerService'));
yield 217 => ($this->privates['Crea\\ToolsBundle\\Manager\\Level_0\\CountryManager'] ?? $this->load('getCountryManager2Service'));
yield 218 => ($this->privates['Crea\\SecurityBundle\\Manager\\Level_0\\ProfileManager'] ?? $this->load('getProfileManagerService'));
yield 219 => ($this->privates['Crea\\SecurityBundle\\Manager\\Level_0\\RightManager'] ?? $this->load('getRightManagerService'));
yield 220 => ($this->privates['Crea\\SecurityBundle\\Manager\\Level_0\\UserGroupManager'] ?? $this->load('getUserGroupManagerService'));
yield 221 => ($this->privates['Crea\\SecurityBundle\\Manager\\Level_0\\UserManager'] ?? $this->load('getUserManager2Service'));
yield 222 => ($this->privates['Crea\\DocumentationBundle\\Manager\\Level_0\\ArticleManager'] ?? $this->load('getArticleManager2Service'));
yield 223 => ($this->privates['Crea\\DocumentationBundle\\Manager\\Level_0\\ArticleOperationManager'] ?? $this->load('getArticleOperationManagerService'));
yield 224 => ($this->privates['Crea\\DocumentationBundle\\Manager\\Level_0\\ChapterManager'] ?? $this->load('getChapterManager2Service'));
yield 225 => ($this->privates['Crea\\DocumentationBundle\\Manager\\Level_0\\DocumentationConfigurationManager'] ?? $this->load('getDocumentationConfigurationManager2Service'));
yield 226 => ($this->privates['Crea\\ParameterBundle\\Manager\\Level_0\\ParameterAttributeValueManager'] ?? $this->load('getParameterAttributeValueManager2Service'));
yield 227 => ($this->privates['Crea\\ParameterBundle\\Manager\\Level_0\\ParameterGroupManager'] ?? $this->load('getParameterGroupManager2Service'));
yield 228 => ($this->privates['Crea\\ParameterBundle\\Manager\\Level_0\\ParameterManager'] ?? $this->load('getParameterManager2Service'));
yield 229 => ($this->privates['Crea\\ParameterBundle\\Manager\\Level_0\\ParameterTypeAttributeManager'] ?? $this->load('getParameterTypeAttributeManagerService'));
yield 230 => ($this->privates['Crea\\ParameterBundle\\Manager\\Level_0\\ParameterTypeAttributeValidValueManager'] ?? $this->load('getParameterTypeAttributeValidValueManagerService'));
yield 231 => ($this->privates['Crea\\ParameterBundle\\Manager\\Level_0\\ParameterTypeManager'] ?? $this->load('getParameterTypeManager2Service'));
yield 232 => ($this->privates['Crea\\EventBundle\\Manager\\Level_0\\EventCategoryManager'] ?? $this->load('getEventCategoryManager2Service'));
yield 233 => ($this->privates['Crea\\EventBundle\\Manager\\Level_0\\EventConfigurationManager'] ?? $this->load('getEventConfigurationManager2Service'));
yield 234 => ($this->privates['Crea\\EventBundle\\Manager\\Level_0\\EventLogManager'] ?? $this->load('getEventLogManager2Service'));
yield 235 => ($this->privates['Crea\\EventBundle\\Manager\\Level_0\\EventModelManager'] ?? $this->load('getEventModelManager2Service'));
yield 236 => ($this->privates['Crea\\EventBundle\\Manager\\Level_0\\EventTypeManager'] ?? $this->load('getEventTypeManager2Service'));
yield 237 => ($this->privates['Crea\\HRBundle\\Manager\\Level_0\\PlanningCommentManager'] ?? $this->load('getPlanningCommentManager2Service'));
yield 238 => ($this->privates['Crea\\HRBundle\\Manager\\Level_0\\PlanningEventManager'] ?? $this->load('getPlanningEventManager2Service'));
yield 239 => ($this->privates['Crea\\HRBundle\\Manager\\Level_0\\PlanningLeaveManager'] ?? $this->load('getPlanningLeaveManager2Service'));
}, 240));
}
/**
* 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 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/main/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
yield 'crea-tools' => ($this->privates['assets._package_crea-tools'] ?? $this->load('getAssets_PackageCreatoolsService'));
yield 'crea-datatable' => ($this->privates['assets._package_crea-datatable'] ?? $this->load('getAssets_PackageCreadatatableService'));
yield 'creasecurity' => ($this->privates['assets._package_creasecurity'] ?? $this->load('getAssets_PackageCreasecurityService'));
yield 'crea-admin' => ($this->privates['assets._package_crea-admin'] ?? $this->load('getAssets_PackageCreaadminService'));
yield 'creadocumentation' => ($this->privates['assets._package_creadocumentation'] ?? $this->load('getAssets_PackageCreadocumentationService'));
yield 'creaprocess' => ($this->privates['assets._package_creaprocess'] ?? $this->load('getAssets_PackageCreaprocessService'));
yield 'creaparameter' => ($this->privates['assets._package_creaparameter'] ?? $this->load('getAssets_PackageCreaparameterService'));
yield 'creaevent' => ($this->privates['assets._package_creaevent'] ?? $this->load('getAssets_PackageCreaeventService'));
yield 'creahr' => ($this->privates['assets._package_creahr'] ?? $this->load('getAssets_PackageCreahrService'));
}, 9));
}
/**
* Gets the private 'assurever.cache' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getAssurever_CacheService()
{
return $this->privates['assurever.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lRPkb-5mCo', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'assurever.client' shared autowired service.
*
* @return \App\Assurever\SoapClient\AssureverClient
*/
protected function getAssurever_ClientService()
{
$a = ($this->privates['App\\Manager\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
if (isset($this->privates['assurever.client'])) {
return $this->privates['assurever.client'];
}
return $this->privates['assurever.client'] = new \App\Assurever\SoapClient\AssureverClient($this->getEnv('string:ASSUREVER_WSDL'), $this->getEnv('string:ASSUREVER_LOGIN'), $this->getEnv('string:ASSUREVER_PASSWORD'), $a, ($this->privates['assurever.cache'] ?? $this->getAssurever_CacheService()), ($this->privates['Crea\\ToolsBundle\\Helper\\EntityManagerHelper'] ?? $this->getEntityManagerHelperService()));
}
/**
* Gets the private 'booking.details.section_provider' shared autowired service.
*
* @return \App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionProvider
*/
protected function getBooking_Details_SectionProviderService()
{
return $this->privates['booking.details.section_provider'] = new \App\Model\__Booking\BookingDetailsSection\BookingDetailsSectionProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionBase'] ?? $this->load('getBookingDetailsSectionBaseService'));
yield 1 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionCabin'] ?? $this->load('getBookingDetailsSectionCabinService'));
yield 2 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionParticipant'] ?? $this->load('getBookingDetailsSectionParticipantService'));
yield 3 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionFormality'] ?? $this->load('getBookingDetailsSectionFormalityService'));
yield 4 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionContract'] ?? $this->load('getBookingDetailsSectionContractService'));
yield 5 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionInsurance'] ?? $this->load('getBookingDetailsSectionInsuranceService'));
yield 6 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionPayment'] ?? $this->load('getBookingDetailsSectionPaymentService'));
yield 7 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionInvoice'] ?? $this->load('getBookingDetailsSectionInvoiceService'));
yield 8 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionAccounting'] ?? $this->load('getBookingDetailsSectionAccountingService'));
yield 9 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionTotal'] ?? $this->load('getBookingDetailsSectionTotalService'));
yield 10 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionEmail'] ?? $this->load('getBookingDetailsSectionEmailService'));
yield 11 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionTurnover'] ?? $this->load('getBookingDetailsSectionTurnoverService'));
yield 12 => ($this->privates['App\\Model\\__Booking\\BookingDetailsSection\\BookingDetailsSectionSellerBonus'] ?? $this->load('getBookingDetailsSectionSellerBonusService'));
}, 13));
}
/**
* 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('NlF-T1ZT4Y', 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()
{
return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kGcg0fX7WS', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* 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('ZRWKDPCJRc', 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('4Hy0lZcrP6', 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('z-3ryPasdy', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DVk7hF0h3w', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.webpack_encore' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_WebpackEncoreService()
{
return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9mHXjhhRnb', 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 'costa.cache' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCosta_CacheService()
{
return $this->privates['costa.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('l5tifA-9Uo', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'croisi.common.partner.web_service.provider' shared autowired service.
*
* @return \Croisiland\CommonBundle\Partner\WebService\PartnerWebServiceProvider
*/
protected function getCroisi_Common_Partner_WebService_ProviderService()
{
return $this->privates['croisi.common.partner.web_service.provider'] = new \Croisiland\CommonBundle\Partner\WebService\PartnerWebServiceProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\FnacDartyWebService'] ?? $this->load('getFnacDartyWebServiceService'));
yield 1 => ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\MacifWebService'] ?? $this->load('getMacifWebServiceService'));
yield 2 => ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\UneoWebService'] ?? ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\UneoWebService'] = new \Croisiland\CommonBundle\Partner\WebService\UneoWebService($this->getEnv('string:WS_UNEO_API_URL'), $this->getEnv('string:WS_UNEO_API_KEY'), $this->getEnv('string:WS_UNEO_TEST_DATA'))));
yield 3 => ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\CnasWebService'] ?? $this->load('getCnasWebServiceService'));
yield 4 => ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\SofincoWebService'] ?? ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\SofincoWebService'] = new \Croisiland\CommonBundle\Partner\WebService\SofincoWebService($this->getEnv('string:WS_SOFINCO_API_URL'), $this->getEnv('string:WS_SOFINCO_API_KEY'), $this->getEnv('string:WS_SOFINCO_TEST_DATA'))));
yield 5 => ($this->privates['sofinco_web_service.test'] ?? ($this->privates['sofinco_web_service.test'] = new \Croisiland\CommonBundle\Partner\WebService\SofincoWebService($this->getEnv('string:WS_SOFINCO_TEST_API_URL'), $this->getEnv('string:WS_SOFINCO_TEST_API_KEY'), $this->getEnv('string:WS_SOFINCO_TEST_DATA'))));
yield 6 => ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\DirectAssuranceWebService'] ?? ($this->privates['Croisiland\\CommonBundle\\Partner\\WebService\\DirectAssuranceWebService'] = new \Croisiland\CommonBundle\Partner\WebService\DirectAssuranceWebService($this->getEnv('string:WS_DIRECT_API_URL'), $this->getEnv('string:WS_DIRECT_API_KEY'), $this->getEnv('string:WS_DIRECT_TEST_DATA'))));
}, 7));
}
/**
* Gets the private 'croisiland_search.pim_api_token_storage' shared service.
*
* @return \Croisiland\Bundle\SearchBundle\Api\Security\FilesystemTokenStorage
*/
protected function getCroisilandSearch_PimApiTokenStorageService()
{
$a = ($this->services['Croisiland\\Bundle\\SearchBundle\\Api\\ApiClientInterface'] ?? $this->getApiClientInterfaceService());
if (isset($this->privates['croisiland_search.pim_api_token_storage'])) {
return $this->privates['croisiland_search.pim_api_token_storage'];
}
return $this->privates['croisiland_search.pim_api_token_storage'] = new \Croisiland\Bundle\SearchBundle\Api\Security\FilesystemTokenStorage(new \Croisiland\Bundle\SearchBundle\Api\Security\TokenGenerator($a, 'login', ['username' => $this->getEnv('resolve:PIM_API_USERNAME'), 'password' => $this->getEnv('resolve:PIM_API_PASSWORD')], '[token]'), (\dirname(__DIR__, 3).'/token/pim_api'));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.api_platform.collection_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
*/
protected function getDebug_ApiPlatform_CollectionDataProviderService()
{
return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
}, 1)));
}
/**
* Gets the private 'debug.api_platform.data_persister' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
*/
protected function getDebug_ApiPlatform_DataPersisterService()
{
return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
yield 1 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
}, 2)));
}
/**
* Gets the private 'debug.api_platform.item_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
*/
protected function getDebug_ApiPlatform_ItemDataProviderService()
{
return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
}, 1)));
}
/**
* Gets the private 'debug.api_platform.subresource_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
*/
protected function getDebug_ApiPlatform_SubresourceDataProviderService()
{
return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
}, 1)));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
yield 3 => ($this->privates['debug.security.voter.App\\Mailjet\\Voter\\MailjetVoter'] ?? $this->load('getMailjetVoterService'));
yield 4 => ($this->privates['debug.security.voter.App\\Voter\\AccountingVoter'] ?? $this->load('getAccountingVoterService'));
yield 5 => ($this->privates['debug.security.voter.App\\Voter\\AdminMarketingVoter'] ?? $this->load('getAdminMarketingVoterService'));
yield 6 => ($this->privates['debug.security.voter.App\\Voter\\AdminSaleBookingVoter'] ?? $this->load('getAdminSaleBookingVoterService'));
yield 7 => ($this->privates['debug.security.voter.App\\Voter\\AdvAdminVoter'] ?? $this->load('getAdvAdminVoterService'));
yield 8 => ($this->privates['debug.security.voter.App\\Voter\\AdvAutomationVoter'] ?? $this->load('getAdvAutomationVoterService'));
yield 9 => ($this->privates['debug.security.voter.App\\Voter\\AdvVoter'] ?? $this->load('getAdvVoterService'));
yield 10 => ($this->privates['debug.security.voter.App\\Voter\\BookingVoter'] ?? $this->load('getBookingVoterService'));
yield 11 => ($this->privates['debug.security.voter.App\\Voter\\ContactVoter'] ?? $this->load('getContactVoterService'));
yield 12 => ($this->privates['debug.security.voter.App\\Voter\\DashboardVoter'] ?? $this->load('getDashboardVoterService'));
yield 13 => ($this->privates['debug.security.voter.App\\Voter\\DataAdminVoter'] ?? $this->load('getDataAdminVoterService'));
yield 14 => ($this->privates['debug.security.voter.App\\Voter\\HomeModuleVoter'] ?? $this->load('getHomeModuleVoterService'));
yield 15 => ($this->privates['debug.security.voter.App\\Voter\\ManagerVoter'] ?? $this->load('getManagerVoterService'));
yield 16 => ($this->privates['debug.security.voter.App\\Voter\\MarketingVoter'] ?? $this->load('getMarketingVoterService'));
yield 17 => ($this->privates['debug.security.voter.App\\Voter\\MigrationVoter'] ?? $this->load('getMigrationVoterService'));
yield 18 => ($this->privates['debug.security.voter.App\\Voter\\PartnerVoter'] ?? $this->load('getPartnerVoterService'));
yield 19 => ($this->privates['debug.security.voter.App\\Voter\\ProspectRequestVoter'] ?? $this->load('getProspectRequestVoterService'));
yield 20 => ($this->privates['debug.security.voter.App\\Voter\\QuoteVoter'] ?? $this->load('getQuoteVoterService'));
yield 21 => ($this->privates['debug.security.voter.App\\Voter\\WebServicesVoter'] ?? $this->load('getWebServicesVoterService'));
yield 22 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingBalanceClientReminderVoter'] ?? $this->load('getAccountingBalanceClientReminderVoterService'));
yield 23 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingBookingVoter'] ?? $this->load('getAccountingBookingVoterService'));
yield 24 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingCreditVoter'] ?? $this->load('getAccountingCreditVoterService'));
yield 25 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingDepartureVoter'] ?? $this->load('getAccountingDepartureVoterService'));
yield 26 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingInsurancePriceVoter'] ?? $this->load('getAccountingInsurancePriceVoterService'));
yield 27 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingInsuranceVoter'] ?? $this->load('getAccountingInsuranceVoterService'));
yield 28 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingInvoiceVoter'] ?? $this->load('getAccountingInvoiceVoterService'));
yield 29 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingPartnerTemplateVoter'] ?? $this->load('getAccountingPartnerTemplateVoterService'));
yield 30 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingPartnerVoter'] ?? $this->load('getAccountingPartnerVoterService'));
yield 31 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingPaymentVoter'] ?? $this->load('getAccountingPaymentVoterService'));
yield 32 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingRefundVoter'] ?? $this->load('getAccountingRefundVoterService'));
yield 33 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingSellingVoter'] ?? $this->load('getAccountingSellingVoterService'));
yield 34 => ($this->privates['debug.security.voter.App\\Voter\\__Accounting\\AccountingTurnoverVoter'] ?? $this->load('getAccountingTurnoverVoterService'));
yield 35 => ($this->privates['debug.security.voter.App\\Voter\\__Booking\\BookingBookingVoter'] ?? $this->load('getBookingBookingVoterService'));
yield 36 => ($this->privates['debug.security.voter.App\\Voter\\__Booking\\BookingContractVoter'] ?? $this->load('getBookingContractVoterService'));
yield 37 => ($this->privates['debug.security.voter.App\\Voter\\__Marketing\\MarketingDepartureVoter'] ?? $this->load('getMarketingDepartureVoterService'));
yield 38 => ($this->privates['debug.security.voter.App\\Voter\\__Quote\\QuoteQuoteVoter'] ?? $this->load('getQuoteQuoteVoterService'));
yield 39 => ($this->privates['debug.security.voter.Crea\\SecurityBundle\\Voter\\ProfileVoter'] ?? $this->load('getProfileVoterService'));
yield 40 => ($this->privates['debug.security.voter.Crea\\SecurityBundle\\Voter\\RightVoter'] ?? $this->load('getRightVoterService'));
yield 41 => ($this->privates['debug.security.voter.Crea\\SecurityBundle\\Voter\\UserGroupVoter'] ?? $this->load('getUserGroupVoterService'));
yield 42 => ($this->privates['debug.security.voter.Crea\\SecurityBundle\\Voter\\UserVoter'] ?? $this->load('getUserVoter2Service'));
yield 43 => ($this->privates['debug.security.voter.Crea\\DocumentationBundle\\Voter\\DocumentationVoter'] ?? $this->load('getDocumentationVoterService'));
yield 44 => ($this->privates['debug.security.voter.Crea\\ParameterBundle\\Voter\\ParameterGroupVoter'] ?? $this->load('getParameterGroupVoterService'));
yield 45 => ($this->privates['debug.security.voter.Crea\\ParameterBundle\\Voter\\ParameterTypeVoter'] ?? $this->load('getParameterTypeVoterService'));
yield 46 => ($this->privates['debug.security.voter.Crea\\ParameterBundle\\Voter\\ParameterVoter'] ?? $this->load('getParameterVoterService'));
yield 47 => ($this->privates['debug.security.voter.Crea\\EventBundle\\Voter\\EventVoter'] ?? $this->load('getEventVoterService'));
yield 48 => ($this->privates['debug.security.voter.Crea\\HRBundle\\Voter\\HRVoter'] ?? $this->load('getHRVoterService'));
}, 49), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/src/Migration/Entity'), 2 => (\dirname(__DIR__, 4).'/src/Mailjet/Entity'), 3 => (\dirname(__DIR__, 4).'/vendor/cron/cron-bundle/Entity'), 4 => (\dirname(__DIR__, 4).'/vendor/crea/floa-bundle/src/Entity'), 5 => (\dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Entity'), 6 => (\dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Entity'), 7 => (\dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Entity'), 8 => (\dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Entity'), 9 => (\dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Entity'), 10 => (\dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Entity'), 11 => (\dirname(__DIR__, 4).'/vendor/crea/hr-bundle/src/Entity')]);
}
/**
* Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
*/
protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
{
$this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Form\\Type\\Accounting\\AccountType' => ['privates', 'App\\Form\\Type\\Accounting\\AccountType', 'getAccountTypeService', true],
'App\\Form\\Type\\Accounting\\ApplicationFeeType' => ['privates', 'App\\Form\\Type\\Accounting\\ApplicationFeeType', 'getApplicationFeeTypeService', true],
'App\\Form\\Type\\Accounting\\BalanceBeforeDepartureType' => ['privates', 'App\\Form\\Type\\Accounting\\BalanceBeforeDepartureType', 'getBalanceBeforeDepartureTypeService', true],
'App\\Form\\Type\\Accounting\\BookingCompanySupplierRealAmountType' => ['privates', 'App\\Form\\Type\\Accounting\\BookingCompanySupplierRealAmountType', 'getBookingCompanySupplierRealAmountTypeService', true],
'App\\Form\\Type\\Accounting\\CancelFeeType' => ['privates', 'App\\Form\\Type\\Accounting\\CancelFeeType', 'getCancelFeeTypeService', true],
'App\\Form\\Type\\Accounting\\PaymentType' => ['privates', 'App\\Form\\Type\\Accounting\\PaymentType', 'getPaymentTypeService', true],
'App\\Form\\Type\\Accounting\\PortTaxType' => ['privates', 'App\\Form\\Type\\Accounting\\PortTaxType', 'getPortTaxTypeService', true],
'App\\Form\\Type\\Accounting\\StandaloneSupplierPaymentByBookingType' => ['privates', 'App\\Form\\Type\\Accounting\\StandaloneSupplierPaymentByBookingType', 'getStandaloneSupplierPaymentByBookingTypeService', true],
'App\\Form\\Type\\Accounting\\SupplierPaymentByBookingType' => ['privates', 'App\\Form\\Type\\Accounting\\SupplierPaymentByBookingType', 'getSupplierPaymentByBookingTypeService', true],
'App\\Form\\Type\\Accounting\\SupplierPaymentType' => ['privates', 'App\\Form\\Type\\Accounting\\SupplierPaymentType', 'getSupplierPaymentTypeService', true],
'App\\Form\\Type\\Accounting\\TurnoverObjectiveType' => ['privates', 'App\\Form\\Type\\Accounting\\TurnoverObjectiveType', 'getTurnoverObjectiveTypeService', true],
'App\\Form\\Type\\ApplicationFilterType' => ['privates', 'App\\Form\\Type\\ApplicationFilterType', 'getApplicationFilterTypeService', true],
'App\\Form\\Type\\BetweenNumbersType' => ['privates', 'App\\Form\\Type\\BetweenNumbersType', 'getBetweenNumbersTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Client\\Passengers\\PassengersFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Client\\Passengers\\PassengersFormType', 'getPassengersFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Client\\Passengers\\QuoteParticipantFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Client\\Passengers\\QuoteParticipantFormType', 'getQuoteParticipantFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\FirmedCheckFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\FirmedCheckFormType', 'getFirmedCheckFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\AttributedInsuranceFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\AttributedInsuranceFormType', 'getAttributedInsuranceFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\CabinFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\CabinFormType', 'getCabinFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\InsuranceFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\InsuranceFormType', 'getInsuranceFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\QuoteLineFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\QuoteLineFormType', 'getQuoteLineFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\MultiPayment\\MultiPaymentFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\MultiPayment\\MultiPaymentFormType', 'getMultiPaymentFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\PaymentBilling\\PaymentBillingFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\PaymentBilling\\PaymentBillingFormType', 'getPaymentBillingFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Recap\\RecapFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Recap\\RecapFormType', 'getRecapFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Choice\\CabinsFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Choice\\CabinsFormType', 'getCabinsFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Choice\\QuoteCabinFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Choice\\QuoteCabinFormType', 'getQuoteCabinFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\PassengersFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\PassengersFormType', 'getPassengersFormType2Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\QuoteParticipantFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\QuoteParticipantFormType', 'getQuoteParticipantFormType2Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\QuoteParticipantInformationFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\QuoteParticipantInformationFormType', 'getQuoteParticipantInformationFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\PassengersFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\PassengersFormType', 'getPassengersFormType3Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\QuoteParticipantFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\QuoteParticipantFormType', 'getQuoteParticipantFormType3Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\QuoteParticipantInformationFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\QuoteParticipantInformationFormType', 'getQuoteParticipantInformationFormType2Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Cabins\\CabinsFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Cabins\\CabinsFormType', 'getCabinsFormType2Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Cabins\\QuoteCabinFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Cabins\\QuoteCabinFormType', 'getQuoteCabinFormType2Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\ApplicationFee\\ApplicationFeeFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\ApplicationFee\\ApplicationFeeFormType', 'getApplicationFeeFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\AttributedProductVariantFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\AttributedProductVariantFormType', 'getAttributedProductVariantFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\AttributedProductVariantParameterValuesFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\AttributedProductVariantParameterValuesFormType', 'getAttributedProductVariantParameterValuesFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\CabinFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\CabinFormType', 'getCabinFormType2Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\CabinServiceFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\CabinServiceFormType', 'getCabinServiceFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\QuoteLineFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\QuoteLineFormType', 'getQuoteLineFormType2Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\ClientSide\\ClientSideFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\ClientSide\\ClientSideFormType', 'getClientSideFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\AttributedDiscountFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\AttributedDiscountFormType', 'getAttributedDiscountFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\AttributedProductVariantFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\AttributedProductVariantFormType', 'getAttributedProductVariantFormType2Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\CabinFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\CabinFormType', 'getCabinFormType3Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\DiscountFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\DiscountFormType', 'getDiscountFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\QuoteLineFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\QuoteLineFormType', 'getQuoteLineFormType3Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\QuoteParticipantFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\QuoteParticipantFormType', 'getQuoteParticipantFormType4Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\DownPayment\\DownPaymentFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\DownPayment\\DownPaymentFormType', 'getDownPaymentFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\AttributedInsuranceFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\AttributedInsuranceFormType', 'getAttributedInsuranceFormType2Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\CabinFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\CabinFormType', 'getCabinFormType4Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\InsuranceFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\InsuranceFormType', 'getInsuranceFormType2Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\QuoteLineFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\QuoteLineFormType', 'getQuoteLineFormType4Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\MultiPayment\\MultiPaymentFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\MultiPayment\\MultiPaymentFormType', 'getMultiPaymentFormType2Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\OptionDuration\\OptionDurationFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\OptionDuration\\OptionDurationFormType', 'getOptionDurationFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\OptionDuration\\OptionValidityFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\OptionDuration\\OptionValidityFormType', 'getOptionValidityFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\CabinFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\CabinFormType', 'getCabinFormType5Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\PartnerFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\PartnerFormType', 'getPartnerFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\QuoteParticipantFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\QuoteParticipantFormType', 'getQuoteParticipantFormType5Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\AttributedProductVariantFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\AttributedProductVariantFormType', 'getAttributedProductVariantFormType3Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\PassengerPriceFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\PassengerPriceFormType', 'getPassengerPriceFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\QuoteLineFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\QuoteLineFormType', 'getQuoteLineFormType5Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\QuoteParticipantFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\QuoteParticipantFormType', 'getQuoteParticipantFormType6Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantFormType', 'getAttributedProductVariantFormType4Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantParameterValueType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantParameterValueType', 'getAttributedProductVariantParameterValueTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantParameterValuesFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantParameterValuesFormType', 'getAttributedProductVariantParameterValuesFormType2Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\PassengerServiceFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\PassengerServiceFormType', 'getPassengerServiceFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\QuoteLineFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\QuoteLineFormType', 'getQuoteLineFormType6Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\QuoteParticipantFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\QuoteParticipantFormType', 'getQuoteParticipantFormType7Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Payment\\PaymentFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Payment\\PaymentFormType', 'getPaymentFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Totals\\TotalsFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Totals\\TotalsFormType', 'getTotalsFormTypeService', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\PassengersFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\PassengersFormType', 'getPassengersFormType4Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\QuoteParticipantFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\QuoteParticipantFormType', 'getQuoteParticipantFormType8Service', true],
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\QuoteParticipantInformationFormType' => ['privates', 'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\QuoteParticipantInformationFormType', 'getQuoteParticipantInformationFormType3Service', true],
'App\\Form\\Type\\Booking\\AdvBookingChangeCategoryType' => ['privates', 'App\\Form\\Type\\Booking\\AdvBookingChangeCategoryType', 'getAdvBookingChangeCategoryTypeService', true],
'App\\Form\\Type\\Booking\\AdvBookingChangeStateType' => ['privates', 'App\\Form\\Type\\Booking\\AdvBookingChangeStateType', 'getAdvBookingChangeStateTypeService', true],
'App\\Form\\Type\\Booking\\AdvBookingChangeType' => ['privates', 'App\\Form\\Type\\Booking\\AdvBookingChangeType', 'getAdvBookingChangeTypeService', true],
'App\\Form\\Type\\Booking\\AdvRequestStateType' => ['privates', 'App\\Form\\Type\\Booking\\AdvRequestStateType', 'getAdvRequestStateTypeService', true],
'App\\Form\\Type\\Booking\\AdvRequestType' => ['privates', 'App\\Form\\Type\\Booking\\AdvRequestType', 'getAdvRequestType2Service', true],
'App\\Form\\Type\\Booking\\AdvRequestTypeType' => ['privates', 'App\\Form\\Type\\Booking\\AdvRequestTypeType', 'getAdvRequestTypeTypeService', true],
'App\\Form\\Type\\Booking\\AmendmentLineAttributedDiscountType' => ['privates', 'App\\Form\\Type\\Booking\\AmendmentLineAttributedDiscountType', 'getAmendmentLineAttributedDiscountTypeService', true],
'App\\Form\\Type\\Booking\\AmendmentLineAttributedInsuranceType' => ['privates', 'App\\Form\\Type\\Booking\\AmendmentLineAttributedInsuranceType', 'getAmendmentLineAttributedInsuranceTypeService', true],
'App\\Form\\Type\\Booking\\AmendmentLineAttributedProductVariantType' => ['privates', 'App\\Form\\Type\\Booking\\AmendmentLineAttributedProductVariantType', 'getAmendmentLineAttributedProductVariantTypeService', true],
'App\\Form\\Type\\Booking\\AmendmentLineType' => ['privates', 'App\\Form\\Type\\Booking\\AmendmentLineType', 'getAmendmentLineTypeService', true],
'App\\Form\\Type\\Booking\\AmendmentType' => ['privates', 'App\\Form\\Type\\Booking\\AmendmentType', 'getAmendmentTypeService', true],
'App\\Form\\Type\\Booking\\BookingCancelType' => ['privates', 'App\\Form\\Type\\Booking\\BookingCancelType', 'getBookingCancelTypeService', true],
'App\\Form\\Type\\Booking\\BookingCancelWithCreditType' => ['privates', 'App\\Form\\Type\\Booking\\BookingCancelWithCreditType', 'getBookingCancelWithCreditTypeService', true],
'App\\Form\\Type\\Booking\\BookingCancelWithReportType' => ['privates', 'App\\Form\\Type\\Booking\\BookingCancelWithReportType', 'getBookingCancelWithReportTypeService', true],
'App\\Form\\Type\\Booking\\CabinOptionDurationType' => ['privates', 'App\\Form\\Type\\Booking\\CabinOptionDurationType', 'getCabinOptionDurationTypeService', true],
'App\\Form\\Type\\Booking\\CabinSpecificityType' => ['privates', 'App\\Form\\Type\\Booking\\CabinSpecificityType', 'getCabinSpecificityTypeService', true],
'App\\Form\\Type\\Booking\\ConfirmationAdvRequestAssignmentType' => ['privates', 'App\\Form\\Type\\Booking\\ConfirmationAdvRequestAssignmentType', 'getConfirmationAdvRequestAssignmentTypeService', true],
'App\\Form\\Type\\Booking\\FullwebManagementType' => ['privates', 'App\\Form\\Type\\Booking\\FullwebManagementType', 'getFullwebManagementTypeService', true],
'App\\Form\\Type\\Booking\\PassengerFormalityForCmsType' => ['privates', 'App\\Form\\Type\\Booking\\PassengerFormalityForCmsType', 'getPassengerFormalityForCmsTypeService', true],
'App\\Form\\Type\\Booking\\PassengerFormalityType' => ['privates', 'App\\Form\\Type\\Booking\\PassengerFormalityType', 'getPassengerFormalityTypeService', true],
'App\\Form\\Type\\Booking\\PassengerInformationFormFieldType' => ['privates', 'App\\Form\\Type\\Booking\\PassengerInformationFormFieldType', 'getPassengerInformationFormFieldTypeService', true],
'App\\Form\\Type\\Booking\\PassengerInformationFormType' => ['privates', 'App\\Form\\Type\\Booking\\PassengerInformationFormType', 'getPassengerInformationFormTypeService', true],
'App\\Form\\Type\\Booking\\ProspectRequestType' => ['privates', 'App\\Form\\Type\\Booking\\ProspectRequestType', 'getProspectRequestTypeService', true],
'App\\Form\\Type\\Booking\\RetrieveBookingType' => ['privates', 'App\\Form\\Type\\Booking\\RetrieveBookingType', 'getRetrieveBookingTypeService', true],
'App\\Form\\Type\\Booking\\SearchEngineType' => ['privates', 'App\\Form\\Type\\Booking\\SearchEngineType', 'getSearchEngineTypeService', true],
'App\\Form\\Type\\Booking\\SpecialRequestDocumentType' => ['privates', 'App\\Form\\Type\\Booking\\SpecialRequestDocumentType', 'getSpecialRequestDocumentTypeService', true],
'App\\Form\\Type\\Booking\\SpecialRequestStateType' => ['privates', 'App\\Form\\Type\\Booking\\SpecialRequestStateType', 'getSpecialRequestStateTypeService', true],
'App\\Form\\Type\\Booking\\SpecialRequestType' => ['privates', 'App\\Form\\Type\\Booking\\SpecialRequestType', 'getSpecialRequestType2Service', true],
'App\\Form\\Type\\Booking\\SpecialRequestTypeType' => ['privates', 'App\\Form\\Type\\Booking\\SpecialRequestTypeType', 'getSpecialRequestTypeTypeService', true],
'App\\Form\\Type\\Confirmation\\BookingConfirmationCabinCheckType' => ['privates', 'App\\Form\\Type\\Confirmation\\BookingConfirmationCabinCheckType', 'getBookingConfirmationCabinCheckTypeService', true],
'App\\Form\\Type\\Confirmation\\BookingConfirmationPassengerCheckType' => ['privates', 'App\\Form\\Type\\Confirmation\\BookingConfirmationPassengerCheckType', 'getBookingConfirmationPassengerCheckTypeService', true],
'App\\Form\\Type\\Confirmation\\BookingConfirmationType' => ['privates', 'App\\Form\\Type\\Confirmation\\BookingConfirmationType', 'getBookingConfirmationTypeService', true],
'App\\Form\\Type\\Confirmation\\ConfirmationDelayType' => ['privates', 'App\\Form\\Type\\Confirmation\\ConfirmationDelayType', 'getConfirmationDelayTypeService', true],
'App\\Form\\Type\\Confirmation\\ConfirmationResponsibleType' => ['privates', 'App\\Form\\Type\\Confirmation\\ConfirmationResponsibleType', 'getConfirmationResponsibleTypeService', true],
'App\\Form\\Type\\Confirmation\\ConfirmationTypeType' => ['privates', 'App\\Form\\Type\\Confirmation\\ConfirmationTypeType', 'getConfirmationTypeTypeService', true],
'App\\Form\\Type\\Contact\\ComplaintStateType' => ['privates', 'App\\Form\\Type\\Contact\\ComplaintStateType', 'getComplaintStateTypeService', true],
'App\\Form\\Type\\Contact\\ComplaintType' => ['privates', 'App\\Form\\Type\\Contact\\ComplaintType', 'getComplaintTypeService', true],
'App\\Form\\Type\\Contact\\NewsletterType' => ['privates', 'App\\Form\\Type\\Contact\\NewsletterType', 'getNewsletterTypeService', true],
'App\\Form\\Type\\Contact\\OwnerType' => ['privates', 'App\\Form\\Type\\Contact\\OwnerType', 'getOwnerTypeService', true],
'App\\Form\\Type\\Contact\\PartnerByContactType' => ['privates', 'App\\Form\\Type\\Contact\\PartnerByContactType', 'getPartnerByContactTypeService', true],
'App\\Form\\Type\\Contact\\PhoneType' => ['privates', 'App\\Form\\Type\\Contact\\PhoneType', 'getPhoneTypeService', true],
'App\\Form\\Type\\Contact\\PreferenceType' => ['privates', 'App\\Form\\Type\\Contact\\PreferenceType', 'getPreferenceTypeService', true],
'App\\Form\\Type\\Contact\\ProspectRequestContactType' => ['privates', 'App\\Form\\Type\\Contact\\ProspectRequestContactType', 'getProspectRequestContactTypeService', true],
'App\\Form\\Type\\Contact\\ProspectType' => ['privates', 'App\\Form\\Type\\Contact\\ProspectType', 'getProspectTypeService', true],
'App\\Form\\Type\\Cruise\\Company\\CabinCategoryHistoryB2BType' => ['privates', 'App\\Form\\Type\\Cruise\\Company\\CabinCategoryHistoryB2BType', 'getCabinCategoryHistoryB2BTypeService', true],
'App\\Form\\Type\\Cruise\\Cruise\\CruiseHistoryType' => ['privates', 'App\\Form\\Type\\Cruise\\Cruise\\CruiseHistoryType', 'getCruiseHistoryTypeService', true],
'App\\Form\\Type\\Cruise\\Formality\\FormalityType' => ['privates', 'App\\Form\\Type\\Cruise\\Formality\\FormalityType', 'getFormalityType2Service', true],
'App\\Form\\Type\\Cruise\\Formality\\FormalityTypeType' => ['privates', 'App\\Form\\Type\\Cruise\\Formality\\FormalityTypeType', 'getFormalityTypeTypeService', true],
'App\\Form\\Type\\Dashboard\\DashboardType' => ['privates', 'App\\Form\\Type\\Dashboard\\DashboardType', 'getDashboardTypeService', true],
'App\\Form\\Type\\DatePeriodType' => ['privates', 'App\\Form\\Type\\DatePeriodType', 'getDatePeriodTypeService', true],
'App\\Form\\Type\\Discount\\DiscountActionType' => ['privates', 'App\\Form\\Type\\Discount\\DiscountActionType', 'getDiscountActionTypeService', true],
'App\\Form\\Type\\Discount\\DiscountType' => ['privates', 'App\\Form\\Type\\Discount\\DiscountType', 'getDiscountTypeService', true],
'App\\Form\\Type\\Document\\SaleTermType' => ['privates', 'App\\Form\\Type\\Document\\SaleTermType', 'getSaleTermTypeService', true],
'App\\Form\\Type\\Email\\EmailAttachmentType' => ['privates', 'App\\Form\\Type\\Email\\EmailAttachmentType', 'getEmailAttachmentTypeService', true],
'App\\Form\\Type\\Email\\EmailContentType' => ['privates', 'App\\Form\\Type\\Email\\EmailContentType', 'getEmailContentTypeService', true],
'App\\Form\\Type\\Email\\EmailTemplateType' => ['privates', 'App\\Form\\Type\\Email\\EmailTemplateType', 'getEmailTemplateTypeService', true],
'App\\Form\\Type\\Email\\EmailType' => ['privates', 'App\\Form\\Type\\Email\\EmailType', 'getEmailTypeService', true],
'App\\Form\\Type\\Email\\EmailUnreadType' => ['privates', 'App\\Form\\Type\\Email\\EmailUnreadType', 'getEmailUnreadTypeService', true],
'App\\Form\\Type\\FilesDropzoneType' => ['privates', 'App\\Form\\Type\\FilesDropzoneType', 'getFilesDropzoneTypeService', true],
'App\\Form\\Type\\GridExtensions\\ContactSegmentFilterCollectionFormType' => ['privates', 'App\\Form\\Type\\GridExtensions\\ContactSegmentFilterCollectionFormType', 'getContactSegmentFilterCollectionFormTypeService', true],
'App\\Form\\Type\\GridExtensions\\ContactSegmentFilterFormType' => ['privates', 'App\\Form\\Type\\GridExtensions\\ContactSegmentFilterFormType', 'getContactSegmentFilterFormTypeService', true],
'App\\Form\\Type\\GridExtensions\\ContactSegmentFilter\\NumberComparisonByPeriodicityType' => ['privates', 'App\\Form\\Type\\GridExtensions\\ContactSegmentFilter\\NumberComparisonByPeriodicityType', 'getNumberComparisonByPeriodicityTypeService', true],
'App\\Form\\Type\\Marketing\\MarketingCampaignType' => ['privates', 'App\\Form\\Type\\Marketing\\MarketingCampaignType', 'getMarketingCampaignTypeService', true],
'App\\Form\\Type\\Marketing\\MarketingOperationType' => ['privates', 'App\\Form\\Type\\Marketing\\MarketingOperationType', 'getMarketingOperationTypeService', true],
'App\\Form\\Type\\Marketing\\SegmentType' => ['privates', 'App\\Form\\Type\\Marketing\\SegmentType', 'getSegmentTypeService', true],
'App\\Form\\Type\\Notification\\NotificationGroupType' => ['privates', 'App\\Form\\Type\\Notification\\NotificationGroupType', 'getNotificationGroupTypeService', true],
'App\\Form\\Type\\Notification\\NotificationRuleType' => ['privates', 'App\\Form\\Type\\Notification\\NotificationRuleType', 'getNotificationRuleTypeService', true],
'App\\Form\\Type\\Notification\\NotificationSubscriberType' => ['privates', 'App\\Form\\Type\\Notification\\NotificationSubscriberType', 'getNotificationSubscriberTypeService', true],
'App\\Form\\Type\\Notification\\ReminderType' => ['privates', 'App\\Form\\Type\\Notification\\ReminderType', 'getReminderTypeService', true],
'App\\Form\\Type\\NumberComparisonType' => ['privates', 'App\\Form\\Type\\NumberComparisonType', 'getNumberComparisonTypeService', true],
'App\\Form\\Type\\Opinion\\AnswerType' => ['privates', 'App\\Form\\Type\\Opinion\\AnswerType', 'getAnswerTypeService', true],
'App\\Form\\Type\\Partner\\PartnerContactPartnerSelectionFormType' => ['privates', 'App\\Form\\Type\\Partner\\PartnerContactPartnerSelectionFormType', 'getPartnerContactPartnerSelectionFormTypeService', true],
'App\\Form\\Type\\Partner\\PartnerFollowUpType' => ['privates', 'App\\Form\\Type\\Partner\\PartnerFollowUpType', 'getPartnerFollowUpTypeService', true],
'App\\Form\\Type\\Product\\AutoProductVariantType' => ['privates', 'App\\Form\\Type\\Product\\AutoProductVariantType', 'getAutoProductVariantTypeService', true],
'App\\Form\\Type\\Product\\MarginCabinType' => ['privates', 'App\\Form\\Type\\Product\\MarginCabinType', 'getMarginCabinTypeService', true],
'App\\Form\\Type\\Product\\MarginProductType' => ['privates', 'App\\Form\\Type\\Product\\MarginProductType', 'getMarginProductTypeService', true],
'App\\Form\\Type\\Product\\ProductCategoryType' => ['privates', 'App\\Form\\Type\\Product\\ProductCategoryType', 'getProductCategoryTypeService', true],
'App\\Form\\Type\\Product\\ProductDefaultParameterType' => ['privates', 'App\\Form\\Type\\Product\\ProductDefaultParameterType', 'getProductDefaultParameterTypeService', true],
'App\\Form\\Type\\Product\\ProductDefaultParameterValidValueType' => ['privates', 'App\\Form\\Type\\Product\\ProductDefaultParameterValidValueType', 'getProductDefaultParameterValidValueTypeService', true],
'App\\Form\\Type\\Product\\ProductOptionType' => ['privates', 'App\\Form\\Type\\Product\\ProductOptionType', 'getProductOptionTypeService', true],
'App\\Form\\Type\\Product\\ProductOptionValidValueType' => ['privates', 'App\\Form\\Type\\Product\\ProductOptionValidValueType', 'getProductOptionValidValueTypeService', true],
'App\\Form\\Type\\Product\\ProductOptionValueType' => ['privates', 'App\\Form\\Type\\Product\\ProductOptionValueType', 'getProductOptionValueTypeService', true],
'App\\Form\\Type\\Product\\ProductType' => ['privates', 'App\\Form\\Type\\Product\\ProductType', 'getProductTypeService', true],
'App\\Form\\Type\\Product\\ProductVariantParameterType' => ['privates', 'App\\Form\\Type\\Product\\ProductVariantParameterType', 'getProductVariantParameterTypeService', true],
'App\\Form\\Type\\Product\\ProductVariantParameterValidValueType' => ['privates', 'App\\Form\\Type\\Product\\ProductVariantParameterValidValueType', 'getProductVariantParameterValidValueTypeService', true],
'App\\Form\\Type\\Product\\ProductVariantType' => ['privates', 'App\\Form\\Type\\Product\\ProductVariantType', 'getProductVariantTypeService', true],
'App\\Form\\Type\\Recap\\BookingDepartureYearType' => ['privates', 'App\\Form\\Type\\Recap\\BookingDepartureYearType', 'getBookingDepartureYearTypeService', true],
'App\\Form\\Type\\Recap\\FinancialYearType' => ['privates', 'App\\Form\\Type\\Recap\\FinancialYearType', 'getFinancialYearTypeService', true],
'App\\Form\\Type\\Recap\\PeriodType' => ['privates', 'App\\Form\\Type\\Recap\\PeriodType', 'getPeriodTypeService', true],
'App\\Form\\Type\\Schedule\\LeaveType' => ['privates', 'App\\Form\\Type\\Schedule\\LeaveType', 'getLeaveTypeService', true],
'App\\Form\\Type\\Schedule\\ScheduleCommentType' => ['privates', 'App\\Form\\Type\\Schedule\\ScheduleCommentType', 'getScheduleCommentTypeService', true],
'App\\Form\\Type\\Schedule\\ScheduleEventType' => ['privates', 'App\\Form\\Type\\Schedule\\ScheduleEventType', 'getScheduleEventTypeService', true],
'App\\Form\\Type\\Selling\\SellingSegmentCabinTypePointType' => ['privates', 'App\\Form\\Type\\Selling\\SellingSegmentCabinTypePointType', 'getSellingSegmentCabinTypePointTypeService', true],
'App\\Form\\Type\\Selling\\SellingSegmentType' => ['privates', 'App\\Form\\Type\\Selling\\SellingSegmentType', 'getSellingSegmentTypeService', true],
'App\\Form\\Type\\TimePeriodType' => ['privates', 'App\\Form\\Type\\TimePeriodType', 'getTimePeriodTypeService', true],
'App\\Form\\Type\\Todo\\TodoType' => ['privates', 'App\\Form\\Type\\Todo\\TodoType', 'getTodoType2Service', true],
'App\\Form\\Type\\Todo\\TodoTypeType' => ['privates', 'App\\Form\\Type\\Todo\\TodoTypeType', 'getTodoTypeTypeService', true],
'App\\Form\\Type\\User\\MacifProfileType' => ['privates', 'App\\Form\\Type\\User\\MacifProfileType', 'getMacifProfileTypeService', true],
'App\\Form\\Type\\YesOrNoType' => ['privates', 'App\\Form\\Type\\YesOrNoType', 'getYesOrNoTypeService', true],
'App\\Form\\Type\\__Accounting\\InsuranceFiltersFormType' => ['privates', 'App\\Form\\Type\\__Accounting\\InsuranceFiltersFormType', 'getInsuranceFiltersFormTypeService', true],
'App\\Form\\Type\\__Accounting\\InsurancePriceFormType' => ['privates', 'App\\Form\\Type\\__Accounting\\InsurancePriceFormType', 'getInsurancePriceFormTypeService', true],
'App\\Form\\Type\\__Accounting\\InsuranceTurnoverFiltersFormType' => ['privates', 'App\\Form\\Type\\__Accounting\\InsuranceTurnoverFiltersFormType', 'getInsuranceTurnoverFiltersFormTypeService', true],
'App\\Form\\Type\\__Accounting\\ManualPaymentType' => ['privates', 'App\\Form\\Type\\__Accounting\\ManualPaymentType', 'getManualPaymentTypeService', true],
'App\\Form\\Type\\__Accounting\\PartnerTemplateContentFormType' => ['privates', 'App\\Form\\Type\\__Accounting\\PartnerTemplateContentFormType', 'getPartnerTemplateContentFormTypeService', true],
'App\\Form\\Type\\__Accounting\\SupplierContactType' => ['privates', 'App\\Form\\Type\\__Accounting\\SupplierContactType', 'getSupplierContactTypeService', true],
'App\\Form\\Type\\__Accounting\\SupplierType' => ['privates', 'App\\Form\\Type\\__Accounting\\SupplierType', 'getSupplierTypeService', true],
'App\\Form\\Type\\__Booking\\BookingDetailsBaseFormType' => ['privates', 'App\\Form\\Type\\__Booking\\BookingDetailsBaseFormType', 'getBookingDetailsBaseFormTypeService', true],
'App\\Form\\Type\\__Contact\\contact\\ClubCardType' => ['privates', 'App\\Form\\Type\\__Contact\\contact\\ClubCardType', 'getClubCardTypeService', true],
'App\\Form\\Type\\__Contact\\contact\\CommentType' => ['privates', 'App\\Form\\Type\\__Contact\\contact\\CommentType', 'getCommentTypeService', true],
'App\\Form\\Type\\__Contact\\contact\\ContactListFiltersType' => ['privates', 'App\\Form\\Type\\__Contact\\contact\\ContactListFiltersType', 'getContactListFiltersTypeService', true],
'App\\Form\\Type\\__Contact\\contact\\ContactNewType' => ['privates', 'App\\Form\\Type\\__Contact\\contact\\ContactNewType', 'getContactNewTypeService', true],
'App\\Form\\Type\\__Contact\\contact\\ContactProspectType' => ['privates', 'App\\Form\\Type\\__Contact\\contact\\ContactProspectType', 'getContactProspectTypeService', true],
'App\\Form\\Type\\__Contact\\contact\\ContactType' => ['privates', 'App\\Form\\Type\\__Contact\\contact\\ContactType', 'getContactTypeService', true],
'App\\Form\\Type\\__Marketing\\DeparturesMergeFormType' => ['privates', 'App\\Form\\Type\\__Marketing\\DeparturesMergeFormType', 'getDeparturesMergeFormTypeService', true],
'App\\Form\\Type\\__Partner\\ContactPartnerType' => ['privates', 'App\\Form\\Type\\__Partner\\ContactPartnerType', 'getContactPartnerTypeService', true],
'App\\Form\\Type\\__Partner\\PartnerByContactFormType' => ['privates', 'App\\Form\\Type\\__Partner\\PartnerByContactFormType', 'getPartnerByContactFormTypeService', true],
'App\\Form\\Type\\__Partner\\PartnerCompanyDiscountCollectionType' => ['privates', 'App\\Form\\Type\\__Partner\\PartnerCompanyDiscountCollectionType', 'getPartnerCompanyDiscountCollectionTypeService', true],
'App\\Form\\Type\\__Partner\\PartnerCompanyDiscountType' => ['privates', 'App\\Form\\Type\\__Partner\\PartnerCompanyDiscountType', 'getPartnerCompanyDiscountTypeService', true],
'App\\Form\\Type\\__Partner\\PartnerFormType' => ['privates', 'App\\Form\\Type\\__Partner\\PartnerFormType', 'getPartnerFormType2Service', true],
'App\\Form\\Type\\__Partner\\PartnerListFiltersFormType' => ['privates', 'App\\Form\\Type\\__Partner\\PartnerListFiltersFormType', 'getPartnerListFiltersFormTypeService', true],
'App\\Form\\Type\\__Partner\\PartnerWebsiteManagementType' => ['privates', 'App\\Form\\Type\\__Partner\\PartnerWebsiteManagementType', 'getPartnerWebsiteManagementTypeService', true],
'App\\Form\\Type\\__Quote\\QuoteListFiltersType' => ['privates', 'App\\Form\\Type\\__Quote\\QuoteListFiltersType', 'getQuoteListFiltersTypeService', true],
'App\\Form\\Type\\__Sale\\LegalTextType' => ['privates', 'App\\Form\\Type\\__Sale\\LegalTextType', 'getLegalTextTypeService', true],
'App\\Form\\Type\\__Sale\\ProspectRequestAssignmentType' => ['privates', 'App\\Form\\Type\\__Sale\\ProspectRequestAssignmentType', 'getProspectRequestAssignmentTypeService', true],
'App\\Form\\Type\\__Sale\\ProspectRequestDetailsType' => ['privates', 'App\\Form\\Type\\__Sale\\ProspectRequestDetailsType', 'getProspectRequestDetailsTypeService', true],
'App\\Form\\Type\\__Sale\\ProspectRequestLinkedContactType' => ['privates', 'App\\Form\\Type\\__Sale\\ProspectRequestLinkedContactType', 'getProspectRequestLinkedContactTypeService', true],
'App\\Form\\Type\\__Sale\\ProspectRequestListFiltersType' => ['privates', 'App\\Form\\Type\\__Sale\\ProspectRequestListFiltersType', 'getProspectRequestListFiltersTypeService', true],
'App\\Form\\Type\\__Sale\\ProspectRequestStatusReasonType' => ['privates', 'App\\Form\\Type\\__Sale\\ProspectRequestStatusReasonType', 'getProspectRequestStatusReasonTypeService', true],
'App\\Form\\Type\\__Sale\\ReminderEventLogType' => ['privates', 'App\\Form\\Type\\__Sale\\ReminderEventLogType', 'getReminderEventLogTypeService', true],
'App\\Form\\Type\\__Sale\\ReminderScheduleDetailsType' => ['privates', 'App\\Form\\Type\\__Sale\\ReminderScheduleDetailsType', 'getReminderScheduleDetailsTypeService', true],
'App\\Form\\User\\UserCMSType' => ['privates', 'App\\Form\\User\\UserCMSType', 'getUserCMSTypeService', true],
'App\\Mailjet\\Form\\MailjetCampaignType' => ['privates', 'App\\Mailjet\\Form\\MailjetCampaignType', 'getMailjetCampaignType2Service', true],
'App\\Mailjet\\Form\\MailjetCampaignTypeType' => ['privates', 'App\\Mailjet\\Form\\MailjetCampaignTypeType', 'getMailjetCampaignTypeTypeService', true],
'App\\Mailjet\\Form\\MailjetOperationType' => ['privates', 'App\\Mailjet\\Form\\MailjetOperationType', 'getMailjetOperationTypeService', true],
'App\\Migration\\Form\\MigrationDatatableFiltersFormType' => ['privates', 'App\\Migration\\Form\\MigrationDatatableFiltersFormType', 'getMigrationDatatableFiltersFormTypeService', true],
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\BooleanFilterFormType' => ['privates', 'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\BooleanFilterFormType', 'getBooleanFilterFormTypeService', true],
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\DateFilterFormType' => ['privates', 'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\DateFilterFormType', 'getDateFilterFormTypeService', true],
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\EntityFilterFormType' => ['privates', 'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\EntityFilterFormType', 'getEntityFilterFormTypeService', true],
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\ExistsFilterFormType' => ['privates', 'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\ExistsFilterFormType', 'getExistsFilterFormTypeService', true],
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\NumberFilterFormType' => ['privates', 'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\NumberFilterFormType', 'getNumberFilterFormTypeService', true],
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\SelectFilterFormType' => ['privates', 'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\SelectFilterFormType', 'getSelectFilterFormTypeService', true],
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\StringFilterFormType' => ['privates', 'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\StringFilterFormType', 'getStringFilterFormTypeService', true],
'Crea\\DocumentationBundle\\Form\\Type\\ArticleType' => ['privates', 'Crea\\DocumentationBundle\\Form\\Type\\ArticleType', 'getArticleTypeService', true],
'Crea\\DocumentationBundle\\Form\\Type\\ChapterType' => ['privates', 'Crea\\DocumentationBundle\\Form\\Type\\ChapterType', 'getChapterTypeService', true],
'Crea\\DocumentationBundle\\Form\\Type\\SearchType' => ['privates', 'Crea\\DocumentationBundle\\Form\\Type\\SearchType', 'getSearchTypeService', true],
'Crea\\EventBundle\\Form\\Type\\EventCategoryFormType' => ['privates', 'Crea\\EventBundle\\Form\\Type\\EventCategoryFormType', 'getEventCategoryFormTypeService', true],
'Crea\\EventBundle\\Form\\Type\\EventModelFormType' => ['privates', 'Crea\\EventBundle\\Form\\Type\\EventModelFormType', 'getEventModelFormTypeService', true],
'Crea\\EventBundle\\Form\\Type\\EventTypeFormType' => ['privates', 'Crea\\EventBundle\\Form\\Type\\EventTypeFormType', 'getEventTypeFormTypeService', true],
'Crea\\EventBundle\\Form\\Type\\SearchType' => ['privates', 'Crea\\EventBundle\\Form\\Type\\SearchType', 'getSearchType2Service', true],
'Crea\\HRBundle\\Form\\Type\\PlanningCommentFormType' => ['privates', 'Crea\\HRBundle\\Form\\Type\\PlanningCommentFormType', 'getPlanningCommentFormTypeService', true],
'Crea\\HRBundle\\Form\\Type\\PlanningEventFormType' => ['privates', 'Crea\\HRBundle\\Form\\Type\\PlanningEventFormType', 'getPlanningEventFormTypeService', true],
'Crea\\HRBundle\\Form\\Type\\PlanningLeaveFormType' => ['privates', 'Crea\\HRBundle\\Form\\Type\\PlanningLeaveFormType', 'getPlanningLeaveFormTypeService', true],
'Crea\\ParameterBundle\\Form\\ParameterAttributeValueFormType' => ['privates', 'Crea\\ParameterBundle\\Form\\ParameterAttributeValueFormType', 'getParameterAttributeValueFormTypeService', true],
'Crea\\ParameterBundle\\Form\\ParameterFormType' => ['privates', 'Crea\\ParameterBundle\\Form\\ParameterFormType', 'getParameterFormTypeService', true],
'Crea\\ParameterBundle\\Form\\ParameterGroupFormType' => ['privates', 'Crea\\ParameterBundle\\Form\\ParameterGroupFormType', 'getParameterGroupFormTypeService', true],
'Crea\\ParameterBundle\\Form\\ParameterSearchFormType' => ['privates', 'Crea\\ParameterBundle\\Form\\ParameterSearchFormType', 'getParameterSearchFormTypeService', true],
'Crea\\ParameterBundle\\Form\\ParameterTypeAttributeFormType' => ['privates', 'Crea\\ParameterBundle\\Form\\ParameterTypeAttributeFormType', 'getParameterTypeAttributeFormTypeService', true],
'Crea\\ParameterBundle\\Form\\ParameterTypeAttributeValidValueFormType' => ['privates', 'Crea\\ParameterBundle\\Form\\ParameterTypeAttributeValidValueFormType', 'getParameterTypeAttributeValidValueFormTypeService', true],
'Crea\\ParameterBundle\\Form\\ParameterTypeFormType' => ['privates', 'Crea\\ParameterBundle\\Form\\ParameterTypeFormType', 'getParameterTypeFormTypeService', true],
'Crea\\SecurityBundle\\Form\\Type\\ProfileDuplicateType' => ['privates', 'Crea\\SecurityBundle\\Form\\Type\\ProfileDuplicateType', 'getProfileDuplicateTypeService', true],
'Crea\\SecurityBundle\\Form\\Type\\ProfileType' => ['privates', 'Crea\\SecurityBundle\\Form\\Type\\ProfileType', 'getProfileTypeService', true],
'Crea\\SecurityBundle\\Form\\Type\\UserGroupType' => ['privates', 'Crea\\SecurityBundle\\Form\\Type\\UserGroupType', 'getUserGroupTypeService', true],
'Crea\\SecurityBundle\\Form\\Type\\UserType' => ['privates', 'Crea\\SecurityBundle\\Form\\Type\\UserType', 'getUserTypeService', true],
'Crea\\ToolsBundle\\Form\\Type\\DatePickerType' => ['privates', 'Crea\\ToolsBundle\\Form\\Type\\DatePickerType', 'getDatePickerTypeService', true],
'Crea\\ToolsBundle\\Form\\Type\\DateRangePickerType' => ['privates', 'Crea\\ToolsBundle\\Form\\Type\\DateRangePickerType', 'getDateRangePickerTypeService', true],
'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicAddressType' => ['privates', 'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicAddressType', 'getGeographicAddressTypeService', true],
'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicAirportType' => ['privates', 'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicAirportType', 'getGeographicAirportTypeService', true],
'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicCityType' => ['privates', 'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicCityType', 'getGeographicCityTypeService', true],
'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicCountryType' => ['privates', 'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicCountryType', 'getGeographicCountryTypeService', true],
'Crea\\ToolsBundle\\Form\\Type\\SearchEntityType' => ['privates', 'Crea\\ToolsBundle\\Form\\Type\\SearchEntityType', 'getSearchEntityTypeService', true],
'Crea\\ToolsBundle\\Form\\Type\\SwitchType' => ['privates', 'Crea\\ToolsBundle\\Form\\Type\\SwitchType', 'getSwitchTypeService', true],
'Crea\\ToolsBundle\\Form\\Type\\TimePickerType' => ['privates', 'Crea\\ToolsBundle\\Form\\Type\\TimePickerType', 'getTimePickerTypeService', true],
'Crea\\ToolsBundle\\Form\\Type\\YesNoType' => ['privates', 'Crea\\ToolsBundle\\Form\\Type\\YesNoType', 'getYesNoTypeService', true],
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\CNASPartnerAuthenticateFormType' => ['privates', 'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\CNASPartnerAuthenticateFormType', 'getCNASPartnerAuthenticateFormTypeService', true],
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\DIrectAssurancePartnerAuthenticateFormType' => ['privates', 'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\DIrectAssurancePartnerAuthenticateFormType', 'getDIrectAssurancePartnerAuthenticateFormTypeService', true],
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\DefaultPartnerAuthenticateFormType' => ['privates', 'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\DefaultPartnerAuthenticateFormType', 'getDefaultPartnerAuthenticateFormTypeService', true],
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\FnacDartyPartnerAuthenticateFormType' => ['privates', 'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\FnacDartyPartnerAuthenticateFormType', 'getFnacDartyPartnerAuthenticateFormTypeService', true],
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\MacifPartnerAuthenticateFormType' => ['privates', 'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\MacifPartnerAuthenticateFormType', 'getMacifPartnerAuthenticateFormTypeService', true],
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\SofincoPartnerAuthenticateFormType' => ['privates', 'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\SofincoPartnerAuthenticateFormType', 'getSofincoPartnerAuthenticateFormTypeService', true],
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\UneoPartnerAuthenticateFormType' => ['privates', 'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\UneoPartnerAuthenticateFormType', 'getUneoPartnerAuthenticateFormTypeService', true],
'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates', 'fos_ck_editor.form.type', 'getFosCkEditor_Form_TypeService', true],
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates', 'liip_imagine.form.type.image', 'getLiipImagine_Form_Type_ImageService', true],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', true],
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services', 'vich_uploader.form.type.file', 'getVichUploader_Form_Type_FileService', true],
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services', 'vich_uploader.form.type.image', 'getVichUploader_Form_Type_ImageService', true],
], [
'App\\Form\\Type\\Accounting\\AccountType' => '?',
'App\\Form\\Type\\Accounting\\ApplicationFeeType' => '?',
'App\\Form\\Type\\Accounting\\BalanceBeforeDepartureType' => '?',
'App\\Form\\Type\\Accounting\\BookingCompanySupplierRealAmountType' => '?',
'App\\Form\\Type\\Accounting\\CancelFeeType' => '?',
'App\\Form\\Type\\Accounting\\PaymentType' => '?',
'App\\Form\\Type\\Accounting\\PortTaxType' => '?',
'App\\Form\\Type\\Accounting\\StandaloneSupplierPaymentByBookingType' => '?',
'App\\Form\\Type\\Accounting\\SupplierPaymentByBookingType' => '?',
'App\\Form\\Type\\Accounting\\SupplierPaymentType' => '?',
'App\\Form\\Type\\Accounting\\TurnoverObjectiveType' => '?',
'App\\Form\\Type\\ApplicationFilterType' => '?',
'App\\Form\\Type\\BetweenNumbersType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Client\\Passengers\\PassengersFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Client\\Passengers\\QuoteParticipantFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\FirmedCheckFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\AttributedInsuranceFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\CabinFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\InsuranceFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Insurance\\QuoteLineFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\MultiPayment\\MultiPaymentFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\PaymentBilling\\PaymentBillingFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Common\\Recap\\RecapFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Choice\\CabinsFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Choice\\QuoteCabinFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\PassengersFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\QuoteParticipantFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\Passengers\\QuoteParticipantInformationFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\PassengersFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\QuoteParticipantFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\QuoteParticipantInformationFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Cabins\\CabinsFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Cabins\\QuoteCabinFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\ApplicationFee\\ApplicationFeeFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\AttributedProductVariantFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\AttributedProductVariantParameterValuesFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\CabinFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\CabinServiceFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\CabinService\\QuoteLineFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\ClientSide\\ClientSideFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\AttributedDiscountFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\AttributedProductVariantFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\CabinFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\DiscountFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\QuoteLineFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Discount\\QuoteParticipantFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\DownPayment\\DownPaymentFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\AttributedInsuranceFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\CabinFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\InsuranceFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Insurance\\QuoteLineFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\MultiPayment\\MultiPaymentFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\OptionDuration\\OptionDurationFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\OptionDuration\\OptionValidityFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\CabinFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\PartnerFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Partner\\QuoteParticipantFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\AttributedProductVariantFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\PassengerPriceFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\QuoteLineFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerPrice\\QuoteParticipantFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantParameterValueType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\AttributedProductVariantParameterValuesFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\PassengerServiceFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\QuoteLineFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\PassengerService\\QuoteParticipantFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Payment\\PaymentFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Options\\Totals\\TotalsFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\PassengersFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\QuoteParticipantFormType' => '?',
'App\\Form\\Type\\BookingProcess\\ProcessStep\\Manual\\Passengers\\QuoteParticipantInformationFormType' => '?',
'App\\Form\\Type\\Booking\\AdvBookingChangeCategoryType' => '?',
'App\\Form\\Type\\Booking\\AdvBookingChangeStateType' => '?',
'App\\Form\\Type\\Booking\\AdvBookingChangeType' => '?',
'App\\Form\\Type\\Booking\\AdvRequestStateType' => '?',
'App\\Form\\Type\\Booking\\AdvRequestType' => '?',
'App\\Form\\Type\\Booking\\AdvRequestTypeType' => '?',
'App\\Form\\Type\\Booking\\AmendmentLineAttributedDiscountType' => '?',
'App\\Form\\Type\\Booking\\AmendmentLineAttributedInsuranceType' => '?',
'App\\Form\\Type\\Booking\\AmendmentLineAttributedProductVariantType' => '?',
'App\\Form\\Type\\Booking\\AmendmentLineType' => '?',
'App\\Form\\Type\\Booking\\AmendmentType' => '?',
'App\\Form\\Type\\Booking\\BookingCancelType' => '?',
'App\\Form\\Type\\Booking\\BookingCancelWithCreditType' => '?',
'App\\Form\\Type\\Booking\\BookingCancelWithReportType' => '?',
'App\\Form\\Type\\Booking\\CabinOptionDurationType' => '?',
'App\\Form\\Type\\Booking\\CabinSpecificityType' => '?',
'App\\Form\\Type\\Booking\\ConfirmationAdvRequestAssignmentType' => '?',
'App\\Form\\Type\\Booking\\FullwebManagementType' => '?',
'App\\Form\\Type\\Booking\\PassengerFormalityForCmsType' => '?',
'App\\Form\\Type\\Booking\\PassengerFormalityType' => '?',
'App\\Form\\Type\\Booking\\PassengerInformationFormFieldType' => '?',
'App\\Form\\Type\\Booking\\PassengerInformationFormType' => '?',
'App\\Form\\Type\\Booking\\ProspectRequestType' => '?',
'App\\Form\\Type\\Booking\\RetrieveBookingType' => '?',
'App\\Form\\Type\\Booking\\SearchEngineType' => '?',
'App\\Form\\Type\\Booking\\SpecialRequestDocumentType' => '?',
'App\\Form\\Type\\Booking\\SpecialRequestStateType' => '?',
'App\\Form\\Type\\Booking\\SpecialRequestType' => '?',
'App\\Form\\Type\\Booking\\SpecialRequestTypeType' => '?',
'App\\Form\\Type\\Confirmation\\BookingConfirmationCabinCheckType' => '?',
'App\\Form\\Type\\Confirmation\\BookingConfirmationPassengerCheckType' => '?',
'App\\Form\\Type\\Confirmation\\BookingConfirmationType' => '?',
'App\\Form\\Type\\Confirmation\\ConfirmationDelayType' => '?',
'App\\Form\\Type\\Confirmation\\ConfirmationResponsibleType' => '?',
'App\\Form\\Type\\Confirmation\\ConfirmationTypeType' => '?',
'App\\Form\\Type\\Contact\\ComplaintStateType' => '?',
'App\\Form\\Type\\Contact\\ComplaintType' => '?',
'App\\Form\\Type\\Contact\\NewsletterType' => '?',
'App\\Form\\Type\\Contact\\OwnerType' => '?',
'App\\Form\\Type\\Contact\\PartnerByContactType' => '?',
'App\\Form\\Type\\Contact\\PhoneType' => '?',
'App\\Form\\Type\\Contact\\PreferenceType' => '?',
'App\\Form\\Type\\Contact\\ProspectRequestContactType' => '?',
'App\\Form\\Type\\Contact\\ProspectType' => '?',
'App\\Form\\Type\\Cruise\\Company\\CabinCategoryHistoryB2BType' => '?',
'App\\Form\\Type\\Cruise\\Cruise\\CruiseHistoryType' => '?',
'App\\Form\\Type\\Cruise\\Formality\\FormalityType' => '?',
'App\\Form\\Type\\Cruise\\Formality\\FormalityTypeType' => '?',
'App\\Form\\Type\\Dashboard\\DashboardType' => '?',
'App\\Form\\Type\\DatePeriodType' => '?',
'App\\Form\\Type\\Discount\\DiscountActionType' => '?',
'App\\Form\\Type\\Discount\\DiscountType' => '?',
'App\\Form\\Type\\Document\\SaleTermType' => '?',
'App\\Form\\Type\\Email\\EmailAttachmentType' => '?',
'App\\Form\\Type\\Email\\EmailContentType' => '?',
'App\\Form\\Type\\Email\\EmailTemplateType' => '?',
'App\\Form\\Type\\Email\\EmailType' => '?',
'App\\Form\\Type\\Email\\EmailUnreadType' => '?',
'App\\Form\\Type\\FilesDropzoneType' => '?',
'App\\Form\\Type\\GridExtensions\\ContactSegmentFilterCollectionFormType' => '?',
'App\\Form\\Type\\GridExtensions\\ContactSegmentFilterFormType' => '?',
'App\\Form\\Type\\GridExtensions\\ContactSegmentFilter\\NumberComparisonByPeriodicityType' => '?',
'App\\Form\\Type\\Marketing\\MarketingCampaignType' => '?',
'App\\Form\\Type\\Marketing\\MarketingOperationType' => '?',
'App\\Form\\Type\\Marketing\\SegmentType' => '?',
'App\\Form\\Type\\Notification\\NotificationGroupType' => '?',
'App\\Form\\Type\\Notification\\NotificationRuleType' => '?',
'App\\Form\\Type\\Notification\\NotificationSubscriberType' => '?',
'App\\Form\\Type\\Notification\\ReminderType' => '?',
'App\\Form\\Type\\NumberComparisonType' => '?',
'App\\Form\\Type\\Opinion\\AnswerType' => '?',
'App\\Form\\Type\\Partner\\PartnerContactPartnerSelectionFormType' => '?',
'App\\Form\\Type\\Partner\\PartnerFollowUpType' => '?',
'App\\Form\\Type\\Product\\AutoProductVariantType' => '?',
'App\\Form\\Type\\Product\\MarginCabinType' => '?',
'App\\Form\\Type\\Product\\MarginProductType' => '?',
'App\\Form\\Type\\Product\\ProductCategoryType' => '?',
'App\\Form\\Type\\Product\\ProductDefaultParameterType' => '?',
'App\\Form\\Type\\Product\\ProductDefaultParameterValidValueType' => '?',
'App\\Form\\Type\\Product\\ProductOptionType' => '?',
'App\\Form\\Type\\Product\\ProductOptionValidValueType' => '?',
'App\\Form\\Type\\Product\\ProductOptionValueType' => '?',
'App\\Form\\Type\\Product\\ProductType' => '?',
'App\\Form\\Type\\Product\\ProductVariantParameterType' => '?',
'App\\Form\\Type\\Product\\ProductVariantParameterValidValueType' => '?',
'App\\Form\\Type\\Product\\ProductVariantType' => '?',
'App\\Form\\Type\\Recap\\BookingDepartureYearType' => '?',
'App\\Form\\Type\\Recap\\FinancialYearType' => '?',
'App\\Form\\Type\\Recap\\PeriodType' => '?',
'App\\Form\\Type\\Schedule\\LeaveType' => '?',
'App\\Form\\Type\\Schedule\\ScheduleCommentType' => '?',
'App\\Form\\Type\\Schedule\\ScheduleEventType' => '?',
'App\\Form\\Type\\Selling\\SellingSegmentCabinTypePointType' => '?',
'App\\Form\\Type\\Selling\\SellingSegmentType' => '?',
'App\\Form\\Type\\TimePeriodType' => '?',
'App\\Form\\Type\\Todo\\TodoType' => '?',
'App\\Form\\Type\\Todo\\TodoTypeType' => '?',
'App\\Form\\Type\\User\\MacifProfileType' => '?',
'App\\Form\\Type\\YesOrNoType' => '?',
'App\\Form\\Type\\__Accounting\\InsuranceFiltersFormType' => '?',
'App\\Form\\Type\\__Accounting\\InsurancePriceFormType' => '?',
'App\\Form\\Type\\__Accounting\\InsuranceTurnoverFiltersFormType' => '?',
'App\\Form\\Type\\__Accounting\\ManualPaymentType' => '?',
'App\\Form\\Type\\__Accounting\\PartnerTemplateContentFormType' => '?',
'App\\Form\\Type\\__Accounting\\SupplierContactType' => '?',
'App\\Form\\Type\\__Accounting\\SupplierType' => '?',
'App\\Form\\Type\\__Booking\\BookingDetailsBaseFormType' => '?',
'App\\Form\\Type\\__Contact\\contact\\ClubCardType' => '?',
'App\\Form\\Type\\__Contact\\contact\\CommentType' => '?',
'App\\Form\\Type\\__Contact\\contact\\ContactListFiltersType' => '?',
'App\\Form\\Type\\__Contact\\contact\\ContactNewType' => '?',
'App\\Form\\Type\\__Contact\\contact\\ContactProspectType' => '?',
'App\\Form\\Type\\__Contact\\contact\\ContactType' => '?',
'App\\Form\\Type\\__Marketing\\DeparturesMergeFormType' => '?',
'App\\Form\\Type\\__Partner\\ContactPartnerType' => '?',
'App\\Form\\Type\\__Partner\\PartnerByContactFormType' => '?',
'App\\Form\\Type\\__Partner\\PartnerCompanyDiscountCollectionType' => '?',
'App\\Form\\Type\\__Partner\\PartnerCompanyDiscountType' => '?',
'App\\Form\\Type\\__Partner\\PartnerFormType' => '?',
'App\\Form\\Type\\__Partner\\PartnerListFiltersFormType' => '?',
'App\\Form\\Type\\__Partner\\PartnerWebsiteManagementType' => '?',
'App\\Form\\Type\\__Quote\\QuoteListFiltersType' => '?',
'App\\Form\\Type\\__Sale\\LegalTextType' => '?',
'App\\Form\\Type\\__Sale\\ProspectRequestAssignmentType' => '?',
'App\\Form\\Type\\__Sale\\ProspectRequestDetailsType' => '?',
'App\\Form\\Type\\__Sale\\ProspectRequestLinkedContactType' => '?',
'App\\Form\\Type\\__Sale\\ProspectRequestListFiltersType' => '?',
'App\\Form\\Type\\__Sale\\ProspectRequestStatusReasonType' => '?',
'App\\Form\\Type\\__Sale\\ReminderEventLogType' => '?',
'App\\Form\\Type\\__Sale\\ReminderScheduleDetailsType' => '?',
'App\\Form\\User\\UserCMSType' => '?',
'App\\Mailjet\\Form\\MailjetCampaignType' => '?',
'App\\Mailjet\\Form\\MailjetCampaignTypeType' => '?',
'App\\Mailjet\\Form\\MailjetOperationType' => '?',
'App\\Migration\\Form\\MigrationDatatableFiltersFormType' => '?',
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\BooleanFilterFormType' => '?',
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\DateFilterFormType' => '?',
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\EntityFilterFormType' => '?',
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\ExistsFilterFormType' => '?',
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\NumberFilterFormType' => '?',
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\SelectFilterFormType' => '?',
'Crea\\Bundle\\GridBundle\\Grid\\Form\\Type\\StringFilterFormType' => '?',
'Crea\\DocumentationBundle\\Form\\Type\\ArticleType' => '?',
'Crea\\DocumentationBundle\\Form\\Type\\ChapterType' => '?',
'Crea\\DocumentationBundle\\Form\\Type\\SearchType' => '?',
'Crea\\EventBundle\\Form\\Type\\EventCategoryFormType' => '?',
'Crea\\EventBundle\\Form\\Type\\EventModelFormType' => '?',
'Crea\\EventBundle\\Form\\Type\\EventTypeFormType' => '?',
'Crea\\EventBundle\\Form\\Type\\SearchType' => '?',
'Crea\\HRBundle\\Form\\Type\\PlanningCommentFormType' => '?',
'Crea\\HRBundle\\Form\\Type\\PlanningEventFormType' => '?',
'Crea\\HRBundle\\Form\\Type\\PlanningLeaveFormType' => '?',
'Crea\\ParameterBundle\\Form\\ParameterAttributeValueFormType' => '?',
'Crea\\ParameterBundle\\Form\\ParameterFormType' => '?',
'Crea\\ParameterBundle\\Form\\ParameterGroupFormType' => '?',
'Crea\\ParameterBundle\\Form\\ParameterSearchFormType' => '?',
'Crea\\ParameterBundle\\Form\\ParameterTypeAttributeFormType' => '?',
'Crea\\ParameterBundle\\Form\\ParameterTypeAttributeValidValueFormType' => '?',
'Crea\\ParameterBundle\\Form\\ParameterTypeFormType' => '?',
'Crea\\SecurityBundle\\Form\\Type\\ProfileDuplicateType' => '?',
'Crea\\SecurityBundle\\Form\\Type\\ProfileType' => '?',
'Crea\\SecurityBundle\\Form\\Type\\UserGroupType' => '?',
'Crea\\SecurityBundle\\Form\\Type\\UserType' => '?',
'Crea\\ToolsBundle\\Form\\Type\\DatePickerType' => '?',
'Crea\\ToolsBundle\\Form\\Type\\DateRangePickerType' => '?',
'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicAddressType' => '?',
'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicAirportType' => '?',
'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicCityType' => '?',
'Crea\\ToolsBundle\\Form\\Type\\Geographic\\GeographicCountryType' => '?',
'Crea\\ToolsBundle\\Form\\Type\\SearchEntityType' => '?',
'Crea\\ToolsBundle\\Form\\Type\\SwitchType' => '?',
'Crea\\ToolsBundle\\Form\\Type\\TimePickerType' => '?',
'Crea\\ToolsBundle\\Form\\Type\\YesNoType' => '?',
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\CNASPartnerAuthenticateFormType' => '?',
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\DIrectAssurancePartnerAuthenticateFormType' => '?',
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\DefaultPartnerAuthenticateFormType' => '?',
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\FnacDartyPartnerAuthenticateFormType' => '?',
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\MacifPartnerAuthenticateFormType' => '?',
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\SofincoPartnerAuthenticateFormType' => '?',
'Croisiland\\CommonBundle\\Partner\\AuthenticateForm\\UneoPartnerAuthenticateFormType' => '?',
'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
}, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
yield 2 => ($this->privates['Fresh\\DoctrineEnumBundle\\Form\\EnumTypeGuesser'] ?? $this->load('getEnumTypeGuesserService'));
}, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
}
/**
* Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
*/
protected function getKnpPaginator_Subscriber_SlidingPaginationService()
{
return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
}
/**
* Gets the private '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 getLocaleListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['locale_listener'])) {
return $this->privates['locale_listener'];
}
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', $a, false, []);
}
/**
* Gets the private 'mailer.mailer' shared service.
*
* @return \Symfony\Component\Mailer\Mailer
*/
protected function getMailer_MailerService()
{
$a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
if (isset($this->privates['mailer.mailer'])) {
return $this->privates['mailer.mailer'];
}
$b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['mailer.mailer'])) {
return $this->privates['mailer.mailer'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.mailer'])) {
return $this->privates['mailer.mailer'];
}
return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a, $b, $c);
}
/**
* Gets the private 'mailer.transports' shared service.
*
* @return \Symfony\Component\Mailer\Transport\Transports
*/
protected function getMailer_TransportsService()
{
return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
}, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
}
/**
* Gets the private 'mailjet.client' shared service.
*
* @return \Mailjet\MailjetBundle\Client\MailjetClient
*/
protected function getMailjet_ClientService()
{
return $this->privates['mailjet.client'] = new \Mailjet\MailjetBundle\Client\MailjetClient($this->getEnv('MAILJET_APIKEY_PUBLIC'), $this->getEnv('MAILJET_APIKEY_PRIVATE'), true, []);
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/dev.log'), 30, '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');
return $instance;
}
/**
* Gets the private 'monolog.handler.notification_logging' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_NotificationLoggingService()
{
$this->privates['monolog.handler.notification_logging'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 4).'/data/log/dev/notification.log'), 30, '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');
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private '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->getParameter('nelmio_cors.defaults'))]));
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'process.configuration.provider' shared autowired service.
*
* @return \Crea\ProcessBundle\Provider\ProcessConfigurationProvider
*/
protected function getProcess_Configuration_ProviderService()
{
$a = ($this->privates['process.step.provider'] ?? $this->getProcess_Step_ProviderService());
if (isset($this->privates['process.configuration.provider'])) {
return $this->privates['process.configuration.provider'];
}
return $this->privates['process.configuration.provider'] = new \Crea\ProcessBundle\Provider\ProcessConfigurationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\BookingProcess\\ProcessConfiguration\\ProcessConfigurationSpecificProvider'] ?? $this->load('getProcessConfigurationSpecificProviderService'));
}, 1), new \Crea\ProcessBundle\ProcessConfiguration\ProcessConfigurationLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), '/config/process.yaml'), new \Crea\ProcessBundle\Validator\ProcessConfigurationValidator(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\BookingProcess\\ProcessConfiguration\\ProcessConfigurationSpecificProvider'] ?? $this->load('getProcessConfigurationSpecificProviderService'));
}, 1), $a));
}
/**
* Gets the private 'process.renderer' shared autowired service.
*
* @return \Crea\ProcessBundle\Twig\ProcessRenderer
*/
protected function getProcess_RendererService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['process.renderer'])) {
return $this->privates['process.renderer'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['process.renderer'])) {
return $this->privates['process.renderer'];
}
return $this->privates['process.renderer'] = new \Crea\ProcessBundle\Twig\ProcessRenderer($a, $b);
}
/**
* Gets the private 'process.step.provider' shared autowired service.
*
* @return \Crea\ProcessBundle\Provider\ProcessStepProvider
*/
protected function getProcess_Step_ProviderService()
{
return $this->privates['process.step.provider'] = new \Crea\ProcessBundle\Provider\ProcessStepProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\BookingProcess\\ProcessStep\\Client\\ProcessStepClientPassengers'] ?? $this->load('getProcessStepClientPassengersService'));
yield 1 => ($this->privates['App\\BookingProcess\\ProcessStep\\Client\\ProcessStepClientPassengersContainer'] ?? $this->load('getProcessStepClientPassengersContainerService'));
yield 2 => ($this->privates['App\\BookingProcess\\ProcessStep\\Client\\ProcessStepClientQuote'] ?? $this->load('getProcessStepClientQuoteService'));
yield 3 => ($this->privates['App\\BookingProcess\\ProcessStep\\Client\\ProcessStepClientQuoteContainer'] ?? $this->load('getProcessStepClientQuoteContainerService'));
yield 4 => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonInsurance'] ?? $this->load('getProcessStepCommonInsuranceService'));
yield 5 => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonInsuranceContainer'] ?? $this->load('getProcessStepCommonInsuranceContainerService'));
yield 6 => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'] ?? $this->load('getProcessStepCommonMultiPaymentService'));
yield 7 => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonPayment'] ?? $this->load('getProcessStepCommonPaymentService'));
yield 8 => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonPaymentBilling'] ?? $this->load('getProcessStepCommonPaymentBillingService'));
yield 9 => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonPaymentConfirmation'] ?? $this->load('getProcessStepCommonPaymentConfirmationService'));
yield 10 => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonPaymentOptionsContainer'] ?? $this->load('getProcessStepCommonPaymentOptionsContainerService'));
yield 11 => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonRecap'] ?? $this->load('getProcessStepCommonRecapService'));
yield 12 => ($this->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonRightColumnInfos'] ?? $this->load('getProcessStepCommonRightColumnInfosService'));
yield 13 => ($this->privates['App\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\ProcessStepFullwebCostaCabinChoice'] ?? $this->load('getProcessStepFullwebCostaCabinChoiceService'));
yield 14 => ($this->privates['App\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\ProcessStepFullwebCostaCabinContainer'] ?? $this->load('getProcessStepFullwebCostaCabinContainerService'));
yield 15 => ($this->privates['App\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Cabin\\ProcessStepFullwebCostaCabinPassengers'] ?? $this->load('getProcessStepFullwebCostaCabinPassengersService'));
yield 16 => ($this->privates['App\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\ProcessStepFullwebCostaPassengers'] ?? $this->load('getProcessStepFullwebCostaPassengersService'));
yield 17 => ($this->privates['App\\BookingProcess\\ProcessStep\\Fullweb\\Costa\\Passengers\\ProcessStepFullwebCostaPassengersContainer'] ?? $this->load('getProcessStepFullwebCostaPassengersContainerService'));
yield 18 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Cabins\\ProcessStepCabins'] ?? $this->load('getProcessStepCabinsService'));
yield 19 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepApplicationFee'] ?? $this->load('getProcessStepApplicationFeeService'));
yield 20 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepCabinService'] ?? $this->load('getProcessStepCabinServiceService'));
yield 21 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepClientSide'] ?? $this->load('getProcessStepClientSideService'));
yield 22 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepCompanyDiscount'] ?? $this->load('getProcessStepCompanyDiscountService'));
yield 23 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepCroisilandDiscount'] ?? $this->load('getProcessStepCroisilandDiscountService'));
yield 24 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepCroisilandOffer'] ?? $this->load('getProcessStepCroisilandOfferService'));
yield 25 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepDownPayment'] ?? $this->load('getProcessStepDownPaymentService'));
yield 26 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepFormality'] ?? $this->load('getProcessStepFormalityService'));
yield 27 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepFurtherInfos'] ?? $this->load('getProcessStepFurtherInfosService'));
yield 28 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepIncluded'] ?? $this->load('getProcessStepIncludedService'));
yield 29 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepInfos'] ?? $this->load('getProcessStepInfosService'));
yield 30 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepInsurance'] ?? $this->load('getProcessStepInsuranceService'));
yield 31 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepMultiPayment'] ?? $this->load('getProcessStepMultiPaymentService'));
yield 32 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepNotIncluded'] ?? $this->load('getProcessStepNotIncludedService'));
yield 33 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepOptionDuration'] ?? $this->load('getProcessStepOptionDurationService'));
yield 34 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepOptions'] ?? $this->load('getProcessStepOptionsService'));
yield 35 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepPartner'] ?? $this->load('getProcessStepPartnerService'));
yield 36 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepPassengerPrice'] ?? $this->load('getProcessStepPassengerPriceService'));
yield 37 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepPassengerService'] ?? $this->load('getProcessStepPassengerServiceService'));
yield 38 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepPayment'] ?? $this->load('getProcessStepPaymentService'));
yield 39 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepSanitaryProtocol'] ?? $this->load('getProcessStepSanitaryProtocolService'));
yield 40 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepSellerBonus'] ?? $this->load('getProcessStepSellerBonusService'));
yield 41 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Options\\ProcessStepTotals'] ?? $this->load('getProcessStepTotalsService'));
yield 42 => ($this->privates['App\\BookingProcess\\ProcessStep\\Manual\\Passengers\\ProcessStepPassengers'] ?? $this->load('getProcessStepPassengersService'));
}, 43), new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\BookingProcess\\ProcessConfiguration\\ProcessConfigurationSpecificProvider'] ?? $this->load('getProcessConfigurationSpecificProviderService'));
}, 1));
}
/**
* Gets the private 'process.step.validator' shared autowired service.
*
* @return \Crea\ProcessBundle\Validator\ProcessStepValidator
*/
protected function getProcess_Step_ValidatorService()
{
return $this->privates['process.step.validator'] = new \Crea\ProcessBundle\Validator\ProcessStepValidator(($this->privates['process.step.extractor'] ?? ($this->privates['process.step.extractor'] = new \Crea\ProcessBundle\ProcessStep\ProcessStepExtractor())));
}
/**
* 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($this->getEnv('string:ERP_URL'), 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['router_listener'])) {
return $this->privates['router_listener'];
}
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
$a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
if (isset($this->privates['security.context_listener.0'])) {
return $this->privates['security.context_listener.0'];
}
return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.main'] ?? $this->load('getSecurity_User_Provider_Concrete_MainService'));
yield 1 => ($this->privates['security.user.provider.concrete.user_cms'] ?? $this->load('getSecurity_User_Provider_Concrete_UserCmsService'));
yield 2 => ($this->privates['security.user.provider.concrete.jwt'] ?? $this->load('getSecurity_User_Provider_Concrete_JwtService'));
yield 3 => ($this->privates['Crea\\SecurityBundle\\Provider\\UserProvider'] ?? $this->load('getUserProviderService'));
}, 4), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.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.event_dispatcher.main' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_MainService()
{
$this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.expression_language' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
*/
protected function getSecurity_ExpressionLanguageService()
{
$this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.RZtbveQ'] ?? $this->get_ServiceLocator_RZtbveQService());
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.CzDeZkV'] ?? ($this->privates['.security.request_matcher.CzDeZkV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt|error)|css|images|js)/')));
yield 'security.firewall.map.context.main' => NULL;
yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
}, 4));
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
]));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.logout_url_generator'])) {
return $this->privates['security.logout_url_generator'];
}
$this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('main', 'crea_security.logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* 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 = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['sensio_framework_extra.converter.listener'])) {
return $this->privates['sensio_framework_extra.converter.listener'];
}
$b = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$c = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
$d = new \Crea\SecurityBundle\ParamConverter\ProfileParamConverter($a, $c);
$e = new \Crea\SecurityBundle\ParamConverter\UserParamConverter($a, $c);
$b->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$b->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
$b->add($d, 50, 'security_profile');
$b->add($d, 0, NULL);
$b->add($e, 50, 'security_user');
$b->add($e, 0, NULL);
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($b, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
$b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
$b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'serializer.name_converter.metadata_aware' shared service.
*
* @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
*/
protected function getSerializer_NameConverter_MetadataAwareService()
{
return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, true],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', true],
], [
'initialized_session' => '?',
'logger' => '?',
'request_stack' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
'session_storage' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'state_machine.booking_workflow.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_BookingWorkflow_MetadataStoreService()
{
return $this->privates['state_machine.booking_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.cabin_workflow.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_CabinWorkflow_MetadataStoreService()
{
return $this->privates['state_machine.cabin_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.contract_workflow.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_ContractWorkflow_MetadataStoreService()
{
return $this->privates['state_machine.contract_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.credit_workflow.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_CreditWorkflow_MetadataStoreService()
{
return $this->privates['state_machine.credit_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.invoiceLine_workflow.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_InvoiceLineWorkflow_MetadataStoreService()
{
return $this->privates['state_machine.invoiceLine_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.payment_workflow.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_PaymentWorkflow_MetadataStoreService()
{
return $this->privates['state_machine.payment_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.phone_call_workflow.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_PhoneCallWorkflow_MetadataStoreService()
{
return $this->privates['state_machine.phone_call_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.quote_web_workflow.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_QuoteWebWorkflow_MetadataStoreService()
{
return $this->privates['state_machine.quote_web_workflow.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.ar.yml')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.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')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Resources/translations/messages.fr.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/croisiland/common-bundle/src/Resources/translations/messages.fr.yaml'), 8 => (\dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Resources/translations/form.fr.yaml'), 9 => (\dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Resources/translations/modal.fr.yaml'), 10 => (\dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Resources/translations/tools.fr.yaml'), 11 => (\dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Resources/translations/validators.fr.yaml'), 12 => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.fr.yml'), 13 => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/translations/form.fr.yaml'), 14 => (\dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Resources/translations/profile.fr.yaml'), 15 => (\dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Resources/translations/right.fr.yaml'), 16 => (\dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Resources/translations/template.fr.yaml'), 17 => (\dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Resources/translations/user.fr.yaml'), 18 => (\dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Resources/translations/user_group.fr.yaml'), 19 => (\dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Resources/translations/validators.fr.yaml'), 20 => (\dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Resources/translations/documentation.fr.yaml'), 21 => (\dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Resources/translations/right.fr.yaml'), 22 => (\dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Resources/translations/validators.fr.yaml'), 23 => (\dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Resources/translations/process.fr.yaml'), 24 => (\dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Resources/translations/parameter.fr.yaml'), 25 => (\dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Resources/translations/right.fr.yaml'), 26 => (\dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Resources/translations/validators.fr.yaml'), 27 => (\dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Resources/translations/creaevent.fr.yaml'), 28 => (\dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Resources/translations/right.fr.yaml'), 29 => (\dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Resources/translations/validators.fr.yaml'), 30 => (\dirname(__DIR__, 4).'/vendor/crea/hr-bundle/src/Resources/translations/creahr.fr.yaml'), 31 => (\dirname(__DIR__, 4).'/vendor/crea/hr-bundle/src/Resources/translations/right.fr.yaml'), 32 => (\dirname(__DIR__, 4).'/translations/__ADV/adv_confirmation_delay.fr.yaml'), 33 => (\dirname(__DIR__, 4).'/translations/__ADV/adv_planning.fr.yaml'), 34 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_account.fr.yaml'), 35 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_application_fee.fr.yaml'), 36 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_balance_before_departure.fr.yaml'), 37 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_balance_client_reminder.fr.yaml'), 38 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_booking.fr.yaml'), 39 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_cancel_fee.fr.yaml'), 40 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_credit.fr.yaml'), 41 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_departure.fr.yaml'), 42 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_insurance.fr.yaml'), 43 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_insurance_price.fr.yaml'), 44 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_invoice.fr.yaml'), 45 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_macro.fr.yaml'), 46 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_margin.fr.yaml'), 47 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_partner.fr.yaml'), 48 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_payment.fr.yaml'), 49 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_port_tax.fr.yaml'), 50 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_refund.fr.yaml'), 51 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_selling_recap.fr.yaml'), 52 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_turnover.fr.yaml'), 53 => (\dirname(__DIR__, 4).'/translations/__Accounting/supplier.fr.yaml'), 54 => (\dirname(__DIR__, 4).'/translations/__Booking/booking.fr.yaml'), 55 => (\dirname(__DIR__, 4).'/translations/__Booking/booking_contract.fr.yaml'), 56 => (\dirname(__DIR__, 4).'/translations/__Contact/contact.fr.yaml'), 57 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_cabin_category_history_b2b.fr.yaml'), 58 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_cabin_specificity.fr.yaml'), 59 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_departure.fr.yaml'), 60 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_discount.fr.yaml'), 61 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_macro.fr.yaml'), 62 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_product.fr.yaml'), 63 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_product_auto.fr.yaml'), 64 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_segment.fr.yaml'), 65 => (\dirname(__DIR__, 4).'/translations/__Partner/partner.fr.yaml'), 66 => (\dirname(__DIR__, 4).'/translations/__Quote/quote.fr.yaml'), 67 => (\dirname(__DIR__, 4).'/translations/__Sale/legal_text.fr.yaml'), 68 => (\dirname(__DIR__, 4).'/translations/__Sale/prospect_request.fr.yaml'), 69 => (\dirname(__DIR__, 4).'/translations/__Sale/sale_cabin_option_duration.fr.yaml'), 70 => (\dirname(__DIR__, 4).'/translations/__Sale/seller_planning.fr.yaml'), 71 => (\dirname(__DIR__, 4).'/translations/admin.fr.yaml'), 72 => (\dirname(__DIR__, 4).'/translations/application_filter.fr.yaml'), 73 => (\dirname(__DIR__, 4).'/translations/booking_process.fr.yaml'), 74 => (\dirname(__DIR__, 4).'/translations/booking_process_client.fr.yaml'), 75 => (\dirname(__DIR__, 4).'/translations/booking_process_common.fr.yaml'), 76 => (\dirname(__DIR__, 4).'/translations/booking_process_fullweb.fr.yaml'), 77 => (\dirname(__DIR__, 4).'/translations/datatable.fr.yaml'), 78 => (\dirname(__DIR__, 4).'/translations/email.fr.yaml'), 79 => (\dirname(__DIR__, 4).'/translations/enum/messages.fr.yaml'), 80 => (\dirname(__DIR__, 4).'/translations/event.fr.yaml'), 81 => (\dirname(__DIR__, 4).'/translations/form/messages.fr.yaml'), 82 => (\dirname(__DIR__, 4).'/translations/form/validators.fr.yaml'), 83 => (\dirname(__DIR__, 4).'/translations/grid/messages.fr.yaml'), 84 => (\dirname(__DIR__, 4).'/translations/home_module.fr.yaml'), 85 => (\dirname(__DIR__, 4).'/translations/mailjet.fr.yaml'), 86 => (\dirname(__DIR__, 4).'/translations/menu.fr.yaml'), 87 => (\dirname(__DIR__, 4).'/translations/messages.fr.yaml'), 88 => (\dirname(__DIR__, 4).'/translations/migration.fr.yaml'), 89 => (\dirname(__DIR__, 4).'/translations/other/messages.fr.yaml'), 90 => (\dirname(__DIR__, 4).'/translations/security.fr.yaml'), 91 => (\dirname(__DIR__, 4).'/translations/template.fr.yaml'), 92 => (\dirname(__DIR__, 4).'/translations/__ADV/adv_confirmation_delay.fr.yaml'), 93 => (\dirname(__DIR__, 4).'/translations/__ADV/adv_planning.fr.yaml'), 94 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_account.fr.yaml'), 95 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_application_fee.fr.yaml'), 96 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_balance_before_departure.fr.yaml'), 97 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_balance_client_reminder.fr.yaml'), 98 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_booking.fr.yaml'), 99 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_cancel_fee.fr.yaml'), 100 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_credit.fr.yaml'), 101 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_departure.fr.yaml'), 102 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_insurance.fr.yaml'), 103 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_insurance_price.fr.yaml'), 104 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_invoice.fr.yaml'), 105 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_macro.fr.yaml'), 106 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_margin.fr.yaml'), 107 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_partner.fr.yaml'), 108 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_payment.fr.yaml'), 109 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_port_tax.fr.yaml'), 110 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_refund.fr.yaml'), 111 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_selling_recap.fr.yaml'), 112 => (\dirname(__DIR__, 4).'/translations/__Accounting/accounting_turnover.fr.yaml'), 113 => (\dirname(__DIR__, 4).'/translations/__Accounting/supplier.fr.yaml'), 114 => (\dirname(__DIR__, 4).'/translations/__Booking/booking.fr.yaml'), 115 => (\dirname(__DIR__, 4).'/translations/__Booking/booking_contract.fr.yaml'), 116 => (\dirname(__DIR__, 4).'/translations/__Contact/contact.fr.yaml'), 117 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_cabin_category_history_b2b.fr.yaml'), 118 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_cabin_specificity.fr.yaml'), 119 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_departure.fr.yaml'), 120 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_discount.fr.yaml'), 121 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_macro.fr.yaml'), 122 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_product.fr.yaml'), 123 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_product_auto.fr.yaml'), 124 => (\dirname(__DIR__, 4).'/translations/__Marketing/marketing_segment.fr.yaml'), 125 => (\dirname(__DIR__, 4).'/translations/__Partner/partner.fr.yaml'), 126 => (\dirname(__DIR__, 4).'/translations/__Quote/quote.fr.yaml'), 127 => (\dirname(__DIR__, 4).'/translations/__Sale/legal_text.fr.yaml'), 128 => (\dirname(__DIR__, 4).'/translations/__Sale/prospect_request.fr.yaml'), 129 => (\dirname(__DIR__, 4).'/translations/__Sale/sale_cabin_option_duration.fr.yaml'), 130 => (\dirname(__DIR__, 4).'/translations/__Sale/seller_planning.fr.yaml'), 131 => (\dirname(__DIR__, 4).'/translations/admin.fr.yaml'), 132 => (\dirname(__DIR__, 4).'/translations/application_filter.fr.yaml'), 133 => (\dirname(__DIR__, 4).'/translations/booking_process.fr.yaml'), 134 => (\dirname(__DIR__, 4).'/translations/booking_process_client.fr.yaml'), 135 => (\dirname(__DIR__, 4).'/translations/booking_process_common.fr.yaml'), 136 => (\dirname(__DIR__, 4).'/translations/booking_process_fullweb.fr.yaml'), 137 => (\dirname(__DIR__, 4).'/translations/datatable.fr.yaml'), 138 => (\dirname(__DIR__, 4).'/translations/email.fr.yaml'), 139 => (\dirname(__DIR__, 4).'/translations/enum/messages.fr.yaml'), 140 => (\dirname(__DIR__, 4).'/translations/event.fr.yaml'), 141 => (\dirname(__DIR__, 4).'/translations/form/messages.fr.yaml'), 142 => (\dirname(__DIR__, 4).'/translations/form/validators.fr.yaml'), 143 => (\dirname(__DIR__, 4).'/translations/grid/messages.fr.yaml'), 144 => (\dirname(__DIR__, 4).'/translations/home_module.fr.yaml'), 145 => (\dirname(__DIR__, 4).'/translations/mailjet.fr.yaml'), 146 => (\dirname(__DIR__, 4).'/translations/menu.fr.yaml'), 147 => (\dirname(__DIR__, 4).'/translations/messages.fr.yaml'), 148 => (\dirname(__DIR__, 4).'/translations/migration.fr.yaml'), 149 => (\dirname(__DIR__, 4).'/translations/other/messages.fr.yaml'), 150 => (\dirname(__DIR__, 4).'/translations/security.fr.yaml'), 151 => (\dirname(__DIR__, 4).'/translations/template.fr.yaml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.it.yml')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.pl.yml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.ru.yml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.tr.yml')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'cn' => [0 => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.cn.yml')], 'ua' => [0 => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/translations/datatables.ua.yml')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/crea/grid-bundle/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/croisiland/common-bundle/src/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Resources/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Resources/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Resources/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Resources/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Resources/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/crea/hr-bundle/src/Resources/translations'), 16 => (\dirname(__DIR__, 4).'/translations'), 17 => (\dirname(__DIR__, 4).'/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/croisiland/search-bundle/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/fresh/doctrine-enum-bundle/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 32 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 34 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 36 => (\dirname(__DIR__, 4).'/vendor/cron/cron-bundle/translations'), 37 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 38 => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 39 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 40 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 41 => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle/src/translations'), 42 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 43 => (\dirname(__DIR__, 4).'/vendor/mailjet/mailjet-bundle/src/translations'), 44 => (\dirname(__DIR__, 4).'/vendor/antishov/doctrine-extensions-bundle/translations'), 45 => (\dirname(__DIR__, 4).'/vendor/cafffeine/tables-sync-bundle/translations'), 46 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 47 => (\dirname(__DIR__, 4).'/vendor/crea/floa-bundle/src/translations'), 48 => (\dirname(__DIR__, 4).'/vendor/crea/admin-bundle/src/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/crea/grid-bundle/Resources/translations', 4 => 'vendor/knplabs/knp-paginator-bundle/translations', 5 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 6 => 'vendor/vich/uploader-bundle/translations', 7 => 'vendor/croisiland/common-bundle/src/Resources/translations', 8 => 'vendor/crea/tools-bundle/src/Resources/translations', 9 => 'vendor/crea/datatable-bundle/src/Resources/translations', 10 => 'vendor/crea/security-bundle/src/Resources/translations', 11 => 'vendor/crea/documentation-bundle/src/Resources/translations', 12 => 'vendor/crea/process-bundle/src/Resources/translations', 13 => 'vendor/crea/parameter-bundle/src/Resources/translations', 14 => 'vendor/crea/event-bundle/src/Resources/translations', 15 => 'vendor/crea/hr-bundle/src/Resources/translations', 16 => 'translations', 17 => 'translations', 18 => 'vendor/symfony/framework-bundle/translations', 19 => 'vendor/sensio/framework-extra-bundle/src/translations', 20 => 'vendor/doctrine/doctrine-bundle/translations', 21 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 22 => 'vendor/symfony/security-bundle/translations', 23 => 'vendor/symfony/twig-bundle/translations', 24 => 'vendor/symfony/web-profiler-bundle/translations', 25 => 'vendor/symfony/monolog-bundle/translations', 26 => 'vendor/symfony/debug-bundle/translations', 27 => 'vendor/symfony/maker-bundle/src/translations', 28 => 'vendor/symfony/webpack-encore-bundle/src/translations', 29 => 'vendor/croisiland/search-bundle/translations', 30 => 'vendor/fresh/doctrine-enum-bundle/translations', 31 => 'vendor/jms/serializer-bundle/translations', 32 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 33 => 'vendor/nelmio/api-doc-bundle/translations', 34 => 'vendor/twig/extra-bundle/translations', 35 => 'vendor/lexik/jwt-authentication-bundle/translations', 36 => 'vendor/cron/cron-bundle/translations', 37 => 'vendor/nelmio/cors-bundle/translations', 38 => 'vendor/api-platform/core/src/Symfony/Bundle/translations', 39 => 'vendor/liip/imagine-bundle/translations', 40 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 41 => 'vendor/oneup/flysystem-bundle/src/translations', 42 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations', 43 => 'vendor/mailjet/mailjet-bundle/src/translations', 44 => 'vendor/antishov/doctrine-extensions-bundle/translations', 45 => 'vendor/cafffeine/tables-sync-bundle/translations', 46 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 47 => 'vendor/crea/floa-bundle/src/translations', 48 => 'vendor/crea/admin-bundle/src/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'fr']);
return $instance;
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\AllPassengersRequiredFormValidator' => ['privates', 'booking_process.step_form.validator.all_passengers_required', 'getBookingProcess_StepForm_Validator_AllPassengersRequiredService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\BillingInformationsRequiredFormValidator' => ['privates', 'booking_process.step_form.validator.billing_informations_required', 'getBookingProcess_StepForm_Validator_BillingInformationsRequiredService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CabinServiceFormValidator' => ['privates', 'booking_process.step_cabin_service_form.validator.quote_line', 'getBookingProcess_StepCabinServiceForm_Validator_QuoteLineService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CabinsFormValidator' => ['privates', 'booking_process.step_form.validator.cabins', 'getBookingProcess_StepForm_Validator_CabinsService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\ClientPassengersFormValidator' => ['privates', 'booking_process.step_form.validator.client_passengers', 'getBookingProcess_StepForm_Validator_ClientPassengersService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CompanyDiscountFormValidator' => ['privates', 'booking_process.step_form.validator.company.discount', 'getBookingProcess_StepForm_Validator_Company_DiscountService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CostaCabinPassengersFormValidator' => ['privates', 'booking_process.fullweb.step_form.validator.costa_cabin_passengers', 'getBookingProcess_Fullweb_StepForm_Validator_CostaCabinPassengersService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CroisilandDiscountFormValidator' => ['privates', 'booking_process.step_form.validator.croisiland.discount', 'getBookingProcess_StepForm_Validator_Croisiland_DiscountService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CroisilandOfferFormValidator' => ['privates', 'booking_process.step_form.validator.croisiland.offer', 'getBookingProcess_StepForm_Validator_Croisiland_OfferService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\DownPaymentFormValidator' => ['privates', 'booking_process.step_form.validator.down_payment', 'getBookingProcess_StepForm_Validator_DownPaymentService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\FirstPassengerRequiredFormValidator' => ['privates', 'booking_process.step_form.validator.first_passenger_required', 'getBookingProcess_StepForm_Validator_FirstPassengerRequiredService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\InsuranceAmountForCalculationFormValidator' => ['privates', 'booking_process.step_form.validator.insurance_amount_for_calculation', 'getBookingProcess_StepForm_Validator_InsuranceAmountForCalculationService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\InsuranceFormValidator' => ['privates', 'booking_process.step_form.validator.insurance', 'getBookingProcess_StepForm_Validator_InsuranceService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\ManualPaymentsFormValidator' => ['privates', 'booking_process.step_form.validator.manual_payments', 'getBookingProcess_StepForm_Validator_ManualPaymentsService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\OptionValidityFormValidator' => ['privates', 'booking_process.step_form.validator.option_validity', 'getBookingProcess_StepForm_Validator_OptionValidityService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\PassengerServiceFormValidator' => ['privates', 'booking_process.step_passenger_service_form.validator.quote_line', 'getBookingProcess_StepPassengerServiceForm_Validator_QuoteLineService', true],
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\PassengersFormValidator' => ['privates', 'booking_process.step_form.validator.passengers', 'getBookingProcess_StepForm_Validator_PassengersService', true],
'App\\Validator\\AccountFormValidator' => ['privates', 'account.validator', 'getAccount_ValidatorService', true],
'App\\Validator\\AutoProductVariantFormValidator' => ['privates', 'auto_product_variant.validator', 'getAutoProductVariant_ValidatorService', true],
'App\\Validator\\CancelFeeFormValidator' => ['privates', 'cancel_fee.validator', 'getCancelFee_ValidatorService', true],
'App\\Validator\\ContactNewFormValidator' => ['privates', 'contact_new.validator', 'getContactNew_ValidatorService', true],
'App\\Validator\\FormalityFormValidator' => ['privates', 'formality.validator', 'getFormality_ValidatorService', true],
'App\\Validator\\MarginCabinFormValidator' => ['privates', 'margin.cabin.validator', 'getMargin_Cabin_ValidatorService', true],
'App\\Validator\\MarginProductFormValidator' => ['privates', 'margin.product.validator', 'getMargin_Product_ValidatorService', true],
'App\\Validator\\MarketingCampaignFormValidator' => ['privates', 'marketing_campaign.validator', 'getMarketingCampaign_ValidatorService', true],
'App\\Validator\\ProspectRequestFormValidator' => ['privates', 'prospect_request.validator', 'getProspectRequest_ValidatorService', true],
'App\\Validator\\__Accounting\\CreateSupplierFormValidator' => ['privates', 'supplier.create.validator', 'getSupplier_Create_ValidatorService', true],
'App\\Validator\\__Accounting\\InsurancePriceFormValidator' => ['privates', 'insurance_price.validator', 'getInsurancePrice_ValidatorService', true],
'App\\Validator\\__Accounting\\ManualPaymentFormValidator' => ['privates', 'manual.payment.validator', 'getManual_Payment_ValidatorService', true],
'App\\Validator\\__Accounting\\PartnerTemplateContentFormValidator' => ['privates', 'partner.template.content.validator', 'getPartner_Template_Content_ValidatorService', true],
'App\\Validator\\__Accounting\\UpdateSupplierFormValidator' => ['privates', 'supplier.update.validator', 'getSupplier_Update_ValidatorService', true],
'App\\Validator\\__Partner\\CreatePartnerFormValidator' => ['privates', 'partner.create.form.validator', 'getPartner_Create_Form_ValidatorService', true],
'App\\Validator\\__Partner\\PartnerCompanyDiscountCollectionFormValidator' => ['privates', 'partner_company_discount_collection.validator', 'getPartnerCompanyDiscountCollection_ValidatorService', true],
'App\\Validator\\__Partner\\PartnerCompanyDiscountFormValidator' => ['privates', 'partner_company_discount.validator', 'getPartnerCompanyDiscount_ValidatorService', true],
'App\\Validator\\__Partner\\PartnerWebsiteManagementFormValidator' => ['privates', 'partner.step_form.validator.website', 'getPartner_StepForm_Validator_WebsiteService', true],
'App\\Validator\\__Partner\\UpdatePartnerFormValidator' => ['privates', 'partner.update.form.validator', 'getPartner_Update_Form_ValidatorService', true],
'App\\Validator\\__Sale\\CreateLegalTextFormValidator' => ['privates', 'legal_text.create.validator', 'getLegalText_Create_ValidatorService', true],
'App\\Validator\\__Sale\\ProspectRequestDetailsFormValidator' => ['privates', 'prospect_request.details.validator', 'getProspectRequest_Details_ValidatorService', true],
'App\\Validator\\__Sale\\ProspectRequestLinkedContactFormValidator' => ['privates', 'prospect_request.linked_contact.validator', 'getProspectRequest_LinkedContact_ValidatorService', true],
'App\\Validator\\__Sale\\UpdateLegalTextFormValidator' => ['privates', 'legal_text.update.validator', 'getLegalText_Update_ValidatorService', true],
'Crea\\DocumentationBundle\\Validator\\CreateArticleFormValidator' => ['privates', 'create.article.validator', 'getCreate_Article_ValidatorService', true],
'Crea\\DocumentationBundle\\Validator\\CreateChapterFormValidator' => ['privates', 'create.chapter.validator', 'getCreate_Chapter_ValidatorService', true],
'Crea\\DocumentationBundle\\Validator\\UpdateArticleFormValidator' => ['privates', 'update.article.validator', 'getUpdate_Article_ValidatorService', true],
'Crea\\DocumentationBundle\\Validator\\UpdateChapterFormValidator' => ['privates', 'update.chapter.validator', 'getUpdate_Chapter_ValidatorService', true],
'Crea\\EventBundle\\Validator\\CreateEventCategoryFormValidator' => ['privates', 'create.category.validator', 'getCreate_Category_ValidatorService', true],
'Crea\\EventBundle\\Validator\\CreateEventLogFormValidator' => ['privates', 'create.log.validator', 'getCreate_Log_ValidatorService', true],
'Crea\\EventBundle\\Validator\\CreateEventModelFormValidator' => ['privates', 'create.model.validator', 'getCreate_Model_ValidatorService', true],
'Crea\\EventBundle\\Validator\\CreateEventTypeFormValidator' => ['privates', 'create.type.validator', 'getCreate_Type_ValidatorService', true],
'Crea\\EventBundle\\Validator\\UpdateEventCategoryFormValidator' => ['privates', 'update.category.validator', 'getUpdate_Category_ValidatorService', true],
'Crea\\EventBundle\\Validator\\UpdateEventLogFormValidator' => ['privates', 'update.log.validator', 'getUpdate_Log_ValidatorService', true],
'Crea\\EventBundle\\Validator\\UpdateEventModelFormValidator' => ['privates', 'update.model.validator', 'getUpdate_Model_ValidatorService', true],
'Crea\\EventBundle\\Validator\\UpdateEventTypeFormValidator' => ['privates', 'update.type.validator', 'getUpdate_Type_ValidatorService', true],
'Crea\\HRBundle\\Validator\\CreatePlanningCommentFormValidator' => ['privates', 'create.planning_comment.validator', 'getCreate_PlanningComment_ValidatorService', true],
'Crea\\HRBundle\\Validator\\CreatePlanningEventFormValidator' => ['privates', 'create.planning_event.validator', 'getCreate_PlanningEvent_ValidatorService', true],
'Crea\\HRBundle\\Validator\\CreatePlanningLeaveFormValidator' => ['privates', 'create.planning_leave.validator', 'getCreate_PlanningLeave_ValidatorService', true],
'Crea\\HRBundle\\Validator\\UpdatePlanningCommentFormValidator' => ['privates', 'update.planning_comment.validator', 'getUpdate_PlanningComment_ValidatorService', true],
'Crea\\HRBundle\\Validator\\UpdatePlanningEventFormValidator' => ['privates', 'update.planning_event.validator', 'getUpdate_PlanningEvent_ValidatorService', true],
'Crea\\HRBundle\\Validator\\UpdatePlanningLeaveFormValidator' => ['privates', 'update.planning_leave.validator', 'getUpdate_PlanningLeave_ValidatorService', true],
'Crea\\ParameterBundle\\Validator\\CreateParameterFormValidator' => ['privates', 'create.parameter.form.validator', 'getCreate_Parameter_Form_ValidatorService', true],
'Crea\\ParameterBundle\\Validator\\CreateParameterGroupFormValidator' => ['privates', 'create.parameter.group.form.validator', 'getCreate_Parameter_Group_Form_ValidatorService', true],
'Crea\\ParameterBundle\\Validator\\CreateParameterTypeFormValidator' => ['privates', 'create.parameter.type.form.validator', 'getCreate_Parameter_Type_Form_ValidatorService', true],
'Crea\\ParameterBundle\\Validator\\UpdateParameterFormValidator' => ['privates', 'update.parameter.form.validator', 'getUpdate_Parameter_Form_ValidatorService', true],
'Crea\\ParameterBundle\\Validator\\UpdateParameterGroupFormValidator' => ['privates', 'update.parameter.group.form.validator', 'getUpdate_Parameter_Group_Form_ValidatorService', true],
'Crea\\ParameterBundle\\Validator\\UpdateParameterTypeFormValidator' => ['privates', 'update.parameter.type.form.validator', 'getUpdate_Parameter_Type_Form_ValidatorService', true],
'Crea\\SecurityBundle\\Constraint\\RightCanBeUsedValidator' => ['privates', 'Crea\\SecurityBundle\\Constraint\\RightCanBeUsedValidator', 'getRightCanBeUsedValidatorService', true],
'Crea\\SecurityBundle\\Constraint\\RightListCanBeUsedValidator' => ['privates', 'Crea\\SecurityBundle\\Constraint\\RightListCanBeUsedValidator', 'getRightListCanBeUsedValidatorService', true],
'Crea\\SecurityBundle\\Validator\\CreateProfileFormValidator' => ['privates', 'create.profile.validator', 'getCreate_Profile_ValidatorService', true],
'Crea\\SecurityBundle\\Validator\\CreateUserFormValidator' => ['privates', 'create.user.validator', 'getCreate_User_ValidatorService', true],
'Crea\\SecurityBundle\\Validator\\PasswordFormValidator' => ['privates', 'password.validator', 'getPassword_ValidatorService', true],
'Crea\\SecurityBundle\\Validator\\UpdateProfileFormValidator' => ['privates', 'update.profile.validator', 'getUpdate_Profile_ValidatorService', true],
'Crea\\SecurityBundle\\Validator\\UpdateUserFormValidator' => ['privates', 'update.user.validator', 'getUpdate_User_ValidatorService', true],
'Crea\\ToolsBundle\\Validator\\AddressFormValidator' => ['privates', 'address.form.validator', 'getAddress_Form_ValidatorService', 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],
'account_form_validator' => ['privates', 'account.validator', 'getAccount_ValidatorService', true],
'address_form_validator' => ['privates', 'address.form.validator', 'getAddress_Form_ValidatorService', true],
'auto_product_variant_form_validator' => ['privates', 'auto_product_variant.validator', 'getAutoProductVariant_ValidatorService', true],
'booking_process_all_passengers_required_form_validator' => ['privates', 'booking_process.step_form.validator.all_passengers_required', 'getBookingProcess_StepForm_Validator_AllPassengersRequiredService', true],
'booking_process_billing_informations_required_form_validator' => ['privates', 'booking_process.step_form.validator.billing_informations_required', 'getBookingProcess_StepForm_Validator_BillingInformationsRequiredService', true],
'booking_process_first_passenger_required_form_validator' => ['privates', 'booking_process.step_form.validator.first_passenger_required', 'getBookingProcess_StepForm_Validator_FirstPassengerRequiredService', true],
'booking_process_fullweb_step_costa_cabin_passengers_form_validator' => ['privates', 'booking_process.fullweb.step_form.validator.costa_cabin_passengers', 'getBookingProcess_Fullweb_StepForm_Validator_CostaCabinPassengersService', true],
'booking_process_option_validity_form_validator' => ['privates', 'booking_process.step_form.validator.option_validity', 'getBookingProcess_StepForm_Validator_OptionValidityService', true],
'booking_process_step_cabin_service_form_validator' => ['privates', 'booking_process.step_cabin_service_form.validator.quote_line', 'getBookingProcess_StepCabinServiceForm_Validator_QuoteLineService', true],
'booking_process_step_cabins_form_validator' => ['privates', 'booking_process.step_form.validator.cabins', 'getBookingProcess_StepForm_Validator_CabinsService', true],
'booking_process_step_client_passengers_form_validator' => ['privates', 'booking_process.step_form.validator.client_passengers', 'getBookingProcess_StepForm_Validator_ClientPassengersService', true],
'booking_process_step_company_discount_form_validator' => ['privates', 'booking_process.step_form.validator.company.discount', 'getBookingProcess_StepForm_Validator_Company_DiscountService', true],
'booking_process_step_croisiland_discount_form_validator' => ['privates', 'booking_process.step_form.validator.croisiland.discount', 'getBookingProcess_StepForm_Validator_Croisiland_DiscountService', true],
'booking_process_step_croisiland_offer_form_validator' => ['privates', 'booking_process.step_form.validator.croisiland.offer', 'getBookingProcess_StepForm_Validator_Croisiland_OfferService', true],
'booking_process_step_down_payment_form_validator' => ['privates', 'booking_process.step_form.validator.down_payment', 'getBookingProcess_StepForm_Validator_DownPaymentService', true],
'booking_process_step_insurance_amount_for_calculation_form_validator' => ['privates', 'booking_process.step_form.validator.insurance_amount_for_calculation', 'getBookingProcess_StepForm_Validator_InsuranceAmountForCalculationService', true],
'booking_process_step_insurance_form_validator' => ['privates', 'booking_process.step_form.validator.insurance', 'getBookingProcess_StepForm_Validator_InsuranceService', true],
'booking_process_step_passenger_service_form_validator' => ['privates', 'booking_process.step_passenger_service_form.validator.quote_line', 'getBookingProcess_StepPassengerServiceForm_Validator_QuoteLineService', true],
'booking_process_step_passengers_form_validator' => ['privates', 'booking_process.step_form.validator.passengers', 'getBookingProcess_StepForm_Validator_PassengersService', true],
'booking_process_step_payment_manual_payments_form_validator' => ['privates', 'booking_process.step_form.validator.manual_payments', 'getBookingProcess_StepForm_Validator_ManualPaymentsService', true],
'cancel_fee_form_validator' => ['privates', 'cancel_fee.validator', 'getCancelFee_ValidatorService', true],
'contact_new_form_validator' => ['privates', 'contact_new.validator', 'getContactNew_ValidatorService', true],
'create_article_form_validator' => ['privates', 'create.article.validator', 'getCreate_Article_ValidatorService', true],
'create_chapter_form_validator' => ['privates', 'create.chapter.validator', 'getCreate_Chapter_ValidatorService', true],
'create_event_category_form_validator' => ['privates', 'create.category.validator', 'getCreate_Category_ValidatorService', true],
'create_event_log_form_validator' => ['privates', 'create.log.validator', 'getCreate_Log_ValidatorService', true],
'create_event_model_form_validator' => ['privates', 'create.model.validator', 'getCreate_Model_ValidatorService', true],
'create_event_type_form_validator' => ['privates', 'create.type.validator', 'getCreate_Type_ValidatorService', true],
'create_legal_text_form_validator' => ['privates', 'legal_text.create.validator', 'getLegalText_Create_ValidatorService', true],
'create_parameter_form_validator' => ['privates', 'create.parameter.form.validator', 'getCreate_Parameter_Form_ValidatorService', true],
'create_parameter_group_form_validator' => ['privates', 'create.parameter.group.form.validator', 'getCreate_Parameter_Group_Form_ValidatorService', true],
'create_parameter_type_form_validator' => ['privates', 'create.parameter.type.form.validator', 'getCreate_Parameter_Type_Form_ValidatorService', true],
'create_partner_form_validator' => ['privates', 'partner.create.form.validator', 'getPartner_Create_Form_ValidatorService', true],
'create_planning_comment_form_validator' => ['privates', 'create.planning_comment.validator', 'getCreate_PlanningComment_ValidatorService', true],
'create_planning_event_form_validator' => ['privates', 'create.planning_event.validator', 'getCreate_PlanningEvent_ValidatorService', true],
'create_planning_leave_form_validator' => ['privates', 'create.planning_leave.validator', 'getCreate_PlanningLeave_ValidatorService', true],
'create_profile_form_validator' => ['privates', 'create.profile.validator', 'getCreate_Profile_ValidatorService', true],
'create_supplier_form_validator' => ['privates', 'supplier.create.validator', 'getSupplier_Create_ValidatorService', true],
'create_user_form_validator' => ['privates', 'create.user.validator', 'getCreate_User_ValidatorService', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'formality_form_validator' => ['privates', 'formality.validator', 'getFormality_ValidatorService', true],
'insurance_price_form_validator' => ['privates', 'insurance_price.validator', 'getInsurancePrice_ValidatorService', true],
'manual_payment_form_validator' => ['privates', 'manual.payment.validator', 'getManual_Payment_ValidatorService', true],
'margin_cabin_form_validator' => ['privates', 'margin.cabin.validator', 'getMargin_Cabin_ValidatorService', true],
'margin_product_form_validator' => ['privates', 'margin.product.validator', 'getMargin_Product_ValidatorService', true],
'marketing_campaign_form_validator' => ['privates', 'marketing_campaign.validator', 'getMarketingCampaign_ValidatorService', true],
'partner_company_discount_collection_form_validator' => ['privates', 'partner_company_discount_collection.validator', 'getPartnerCompanyDiscountCollection_ValidatorService', true],
'partner_company_discount_form_validator' => ['privates', 'partner_company_discount.validator', 'getPartnerCompanyDiscount_ValidatorService', true],
'partner_template_content_form_validator' => ['privates', 'partner.template.content.validator', 'getPartner_Template_Content_ValidatorService', true],
'partner_website_management_form_validator' => ['privates', 'partner.step_form.validator.website', 'getPartner_StepForm_Validator_WebsiteService', true],
'password_form_validator' => ['privates', 'password.validator', 'getPassword_ValidatorService', true],
'prospect_request_details_form_validator' => ['privates', 'prospect_request.details.validator', 'getProspectRequest_Details_ValidatorService', true],
'prospect_request_form_validator' => ['privates', 'prospect_request.validator', 'getProspectRequest_ValidatorService', true],
'prospect_request_linked_contact_form_validator' => ['privates', 'prospect_request.linked_contact.validator', 'getProspectRequest_LinkedContact_ValidatorService', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'update_article_form_validator' => ['privates', 'update.article.validator', 'getUpdate_Article_ValidatorService', true],
'update_chapter_form_validator' => ['privates', 'update.chapter.validator', 'getUpdate_Chapter_ValidatorService', true],
'update_event_category_form_validator' => ['privates', 'update.category.validator', 'getUpdate_Category_ValidatorService', true],
'update_event_log_form_validator' => ['privates', 'update.log.validator', 'getUpdate_Log_ValidatorService', true],
'update_event_model_form_validator' => ['privates', 'update.model.validator', 'getUpdate_Model_ValidatorService', true],
'update_event_type_form_validator' => ['privates', 'update.type.validator', 'getUpdate_Type_ValidatorService', true],
'update_legal_text_form_validator' => ['privates', 'legal_text.update.validator', 'getLegalText_Update_ValidatorService', true],
'update_parameter_form_validator' => ['privates', 'update.parameter.form.validator', 'getUpdate_Parameter_Form_ValidatorService', true],
'update_parameter_group_form_validator' => ['privates', 'update.parameter.group.form.validator', 'getUpdate_Parameter_Group_Form_ValidatorService', true],
'update_parameter_type_form_validator' => ['privates', 'update.parameter.type.form.validator', 'getUpdate_Parameter_Type_Form_ValidatorService', true],
'update_partner_form_validator' => ['privates', 'partner.update.form.validator', 'getPartner_Update_Form_ValidatorService', true],
'update_planning_comment_form_validator' => ['privates', 'update.planning_comment.validator', 'getUpdate_PlanningComment_ValidatorService', true],
'update_planning_event_form_validator' => ['privates', 'update.planning_event.validator', 'getUpdate_PlanningEvent_ValidatorService', true],
'update_planning_leave_form_validator' => ['privates', 'update.planning_leave.validator', 'getUpdate_PlanningLeave_ValidatorService', true],
'update_profile_form_validator' => ['privates', 'update.profile.validator', 'getUpdate_Profile_ValidatorService', true],
'update_supplier_form_validator' => ['privates', 'supplier.update.validator', 'getSupplier_Update_ValidatorService', true],
'update_user_form_validator' => ['privates', 'update.user.validator', 'getUpdate_User_ValidatorService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\AllPassengersRequiredFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\BillingInformationsRequiredFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CabinServiceFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CabinsFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\ClientPassengersFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CompanyDiscountFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CostaCabinPassengersFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CroisilandDiscountFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\CroisilandOfferFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\DownPaymentFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\FirstPassengerRequiredFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\InsuranceAmountForCalculationFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\InsuranceFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\ManualPaymentsFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\OptionValidityFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\PassengerServiceFormValidator' => '?',
'App\\BookingProcess\\ProcessStepForm\\ProcessStepFormValidator\\PassengersFormValidator' => '?',
'App\\Validator\\AccountFormValidator' => '?',
'App\\Validator\\AutoProductVariantFormValidator' => '?',
'App\\Validator\\CancelFeeFormValidator' => '?',
'App\\Validator\\ContactNewFormValidator' => '?',
'App\\Validator\\FormalityFormValidator' => '?',
'App\\Validator\\MarginCabinFormValidator' => '?',
'App\\Validator\\MarginProductFormValidator' => '?',
'App\\Validator\\MarketingCampaignFormValidator' => '?',
'App\\Validator\\ProspectRequestFormValidator' => '?',
'App\\Validator\\__Accounting\\CreateSupplierFormValidator' => '?',
'App\\Validator\\__Accounting\\InsurancePriceFormValidator' => '?',
'App\\Validator\\__Accounting\\ManualPaymentFormValidator' => '?',
'App\\Validator\\__Accounting\\PartnerTemplateContentFormValidator' => '?',
'App\\Validator\\__Accounting\\UpdateSupplierFormValidator' => '?',
'App\\Validator\\__Partner\\CreatePartnerFormValidator' => '?',
'App\\Validator\\__Partner\\PartnerCompanyDiscountCollectionFormValidator' => '?',
'App\\Validator\\__Partner\\PartnerCompanyDiscountFormValidator' => '?',
'App\\Validator\\__Partner\\PartnerWebsiteManagementFormValidator' => '?',
'App\\Validator\\__Partner\\UpdatePartnerFormValidator' => '?',
'App\\Validator\\__Sale\\CreateLegalTextFormValidator' => '?',
'App\\Validator\\__Sale\\ProspectRequestDetailsFormValidator' => '?',
'App\\Validator\\__Sale\\ProspectRequestLinkedContactFormValidator' => '?',
'App\\Validator\\__Sale\\UpdateLegalTextFormValidator' => '?',
'Crea\\DocumentationBundle\\Validator\\CreateArticleFormValidator' => '?',
'Crea\\DocumentationBundle\\Validator\\CreateChapterFormValidator' => '?',
'Crea\\DocumentationBundle\\Validator\\UpdateArticleFormValidator' => '?',
'Crea\\DocumentationBundle\\Validator\\UpdateChapterFormValidator' => '?',
'Crea\\EventBundle\\Validator\\CreateEventCategoryFormValidator' => '?',
'Crea\\EventBundle\\Validator\\CreateEventLogFormValidator' => '?',
'Crea\\EventBundle\\Validator\\CreateEventModelFormValidator' => '?',
'Crea\\EventBundle\\Validator\\CreateEventTypeFormValidator' => '?',
'Crea\\EventBundle\\Validator\\UpdateEventCategoryFormValidator' => '?',
'Crea\\EventBundle\\Validator\\UpdateEventLogFormValidator' => '?',
'Crea\\EventBundle\\Validator\\UpdateEventModelFormValidator' => '?',
'Crea\\EventBundle\\Validator\\UpdateEventTypeFormValidator' => '?',
'Crea\\HRBundle\\Validator\\CreatePlanningCommentFormValidator' => '?',
'Crea\\HRBundle\\Validator\\CreatePlanningEventFormValidator' => '?',
'Crea\\HRBundle\\Validator\\CreatePlanningLeaveFormValidator' => '?',
'Crea\\HRBundle\\Validator\\UpdatePlanningCommentFormValidator' => '?',
'Crea\\HRBundle\\Validator\\UpdatePlanningEventFormValidator' => '?',
'Crea\\HRBundle\\Validator\\UpdatePlanningLeaveFormValidator' => '?',
'Crea\\ParameterBundle\\Validator\\CreateParameterFormValidator' => '?',
'Crea\\ParameterBundle\\Validator\\CreateParameterGroupFormValidator' => '?',
'Crea\\ParameterBundle\\Validator\\CreateParameterTypeFormValidator' => '?',
'Crea\\ParameterBundle\\Validator\\UpdateParameterFormValidator' => '?',
'Crea\\ParameterBundle\\Validator\\UpdateParameterGroupFormValidator' => '?',
'Crea\\ParameterBundle\\Validator\\UpdateParameterTypeFormValidator' => '?',
'Crea\\SecurityBundle\\Constraint\\RightCanBeUsedValidator' => '?',
'Crea\\SecurityBundle\\Constraint\\RightListCanBeUsedValidator' => '?',
'Crea\\SecurityBundle\\Validator\\CreateProfileFormValidator' => '?',
'Crea\\SecurityBundle\\Validator\\CreateUserFormValidator' => '?',
'Crea\\SecurityBundle\\Validator\\PasswordFormValidator' => '?',
'Crea\\SecurityBundle\\Validator\\UpdateProfileFormValidator' => '?',
'Crea\\SecurityBundle\\Validator\\UpdateUserFormValidator' => '?',
'Crea\\ToolsBundle\\Validator\\AddressFormValidator' => '?',
'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' => '?',
'account_form_validator' => '?',
'address_form_validator' => '?',
'auto_product_variant_form_validator' => '?',
'booking_process_all_passengers_required_form_validator' => '?',
'booking_process_billing_informations_required_form_validator' => '?',
'booking_process_first_passenger_required_form_validator' => '?',
'booking_process_fullweb_step_costa_cabin_passengers_form_validator' => '?',
'booking_process_option_validity_form_validator' => '?',
'booking_process_step_cabin_service_form_validator' => '?',
'booking_process_step_cabins_form_validator' => '?',
'booking_process_step_client_passengers_form_validator' => '?',
'booking_process_step_company_discount_form_validator' => '?',
'booking_process_step_croisiland_discount_form_validator' => '?',
'booking_process_step_croisiland_offer_form_validator' => '?',
'booking_process_step_down_payment_form_validator' => '?',
'booking_process_step_insurance_amount_for_calculation_form_validator' => '?',
'booking_process_step_insurance_form_validator' => '?',
'booking_process_step_passenger_service_form_validator' => '?',
'booking_process_step_passengers_form_validator' => '?',
'booking_process_step_payment_manual_payments_form_validator' => '?',
'cancel_fee_form_validator' => '?',
'contact_new_form_validator' => '?',
'create_article_form_validator' => '?',
'create_chapter_form_validator' => '?',
'create_event_category_form_validator' => '?',
'create_event_log_form_validator' => '?',
'create_event_model_form_validator' => '?',
'create_event_type_form_validator' => '?',
'create_legal_text_form_validator' => '?',
'create_parameter_form_validator' => '?',
'create_parameter_group_form_validator' => '?',
'create_parameter_type_form_validator' => '?',
'create_partner_form_validator' => '?',
'create_planning_comment_form_validator' => '?',
'create_planning_event_form_validator' => '?',
'create_planning_leave_form_validator' => '?',
'create_profile_form_validator' => '?',
'create_supplier_form_validator' => '?',
'create_user_form_validator' => '?',
'doctrine.orm.validator.unique' => '?',
'formality_form_validator' => '?',
'insurance_price_form_validator' => '?',
'manual_payment_form_validator' => '?',
'margin_cabin_form_validator' => '?',
'margin_product_form_validator' => '?',
'marketing_campaign_form_validator' => '?',
'partner_company_discount_collection_form_validator' => '?',
'partner_company_discount_form_validator' => '?',
'partner_template_content_form_validator' => '?',
'partner_website_management_form_validator' => '?',
'password_form_validator' => '?',
'prospect_request_details_form_validator' => '?',
'prospect_request_form_validator' => '?',
'prospect_request_linked_contact_form_validator' => '?',
'security.validator.user_password' => '?',
'update_article_form_validator' => '?',
'update_chapter_form_validator' => '?',
'update_event_category_form_validator' => '?',
'update_event_log_form_validator' => '?',
'update_event_model_form_validator' => '?',
'update_event_type_form_validator' => '?',
'update_legal_text_form_validator' => '?',
'update_parameter_form_validator' => '?',
'update_parameter_group_form_validator' => '?',
'update_parameter_type_form_validator' => '?',
'update_partner_form_validator' => '?',
'update_planning_comment_form_validator' => '?',
'update_planning_event_form_validator' => '?',
'update_planning_leave_form_validator' => '?',
'update_profile_form_validator' => '?',
'update_supplier_form_validator' => '?',
'update_user_form_validator' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
}
/**
* Gets the private 'vich_uploader.metadata_reader' shared service.
*
* @return \Vich\UploaderBundle\Metadata\MetadataReader
*/
protected function getVichUploader_MetadataReaderService()
{
$a = new \Metadata\Driver\FileLocator([]);
$b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), 3 => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
$b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
*/
protected function getWebpackEncore_EntrypointLookupCollectionService()
{
return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
'crea-admin' => ['privates', 'webpack_encore.entrypoint_lookup[crea-admin]', 'getWebpackEncore_EntrypointLookupcreaadminService', true],
'crea-datatable' => ['privates', 'webpack_encore.entrypoint_lookup[crea-datatable]', 'getWebpackEncore_EntrypointLookupcreadatatableService', true],
'crea-tools' => ['privates', 'webpack_encore.entrypoint_lookup[crea-tools]', 'getWebpackEncore_EntrypointLookupcreatoolsService', true],
'creadocumentation' => ['privates', 'webpack_encore.entrypoint_lookup[creadocumentation]', 'getWebpackEncore_EntrypointLookupcreadocumentationService', true],
'creaevent' => ['privates', 'webpack_encore.entrypoint_lookup[creaevent]', 'getWebpackEncore_EntrypointLookupcreaeventService', true],
'creahr' => ['privates', 'webpack_encore.entrypoint_lookup[creahr]', 'getWebpackEncore_EntrypointLookupcreahrService', true],
'creaparameter' => ['privates', 'webpack_encore.entrypoint_lookup[creaparameter]', 'getWebpackEncore_EntrypointLookupcreaparameterService', true],
'creaprocess' => ['privates', 'webpack_encore.entrypoint_lookup[creaprocess]', 'getWebpackEncore_EntrypointLookupcreaprocessService', true],
'creasecurity' => ['privates', 'webpack_encore.entrypoint_lookup[creasecurity]', 'getWebpackEncore_EntrypointLookupcreasecurityService', true],
'croisiland-search' => ['privates', 'webpack_encore.entrypoint_lookup[croisiland-search]', 'getWebpackEncore_EntrypointLookupcroisilandsearchService', true],
], [
'_default' => '?',
'crea-admin' => '?',
'crea-datatable' => '?',
'crea-tools' => '?',
'creadocumentation' => '?',
'creaevent' => '?',
'creahr' => '?',
'creaparameter' => '?',
'creaprocess' => '?',
'creasecurity' => '?',
'croisiland-search' => '?',
]), '_default');
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'state_machine.payment_workflow' alias.
*
* @return object The ".container.private.state_machine.payment_workflow" service.
*/
protected function getStateMachine_PaymentWorkflowService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.payment_workflow" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.payment_workflow');
}
/**
* Gets the public 'state_machine.invoiceLine_workflow' alias.
*
* @return object The ".container.private.state_machine.invoiceLine_workflow" service.
*/
protected function getStateMachine_InvoiceLineWorkflowService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.invoiceLine_workflow" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.invoiceLine_workflow');
}
/**
* Gets the public 'state_machine.credit_workflow' alias.
*
* @return object The ".container.private.state_machine.credit_workflow" service.
*/
protected function getStateMachine_CreditWorkflowService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.credit_workflow" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.credit_workflow');
}
/**
* Gets the public 'state_machine.cabin_workflow' alias.
*
* @return object The ".container.private.state_machine.cabin_workflow" service.
*/
protected function getStateMachine_CabinWorkflowService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.cabin_workflow" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.cabin_workflow');
}
/**
* Gets the public 'state_machine.contract_workflow' alias.
*
* @return object The ".container.private.state_machine.contract_workflow" service.
*/
protected function getStateMachine_ContractWorkflowService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.contract_workflow" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.contract_workflow');
}
/**
* Gets the public 'state_machine.booking_workflow' alias.
*
* @return object The ".container.private.state_machine.booking_workflow" service.
*/
protected function getStateMachine_BookingWorkflowService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.booking_workflow" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.booking_workflow');
}
/**
* Gets the public 'state_machine.quote_web_workflow' alias.
*
* @return object The ".container.private.state_machine.quote_web_workflow" service.
*/
protected function getStateMachine_QuoteWebWorkflowService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.quote_web_workflow" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.quote_web_workflow');
}
/**
* Gets the public 'state_machine.phone_call_workflow' alias.
*
* @return object The ".container.private.state_machine.phone_call_workflow" service.
*/
protected function getStateMachine_PhoneCallWorkflowService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.phone_call_workflow" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.phone_call_workflow');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'env' => false,
'erp_url' => false,
'cms_url' => false,
'cms_ip' => false,
'cms_quote_url' => false,
'cms_booking_complete_url' => false,
'cms_booking_pay_my_payment_due_date_url' => false,
'cms_amendment_pay_url' => false,
'cms_payment_backup_url' => false,
'cms_personal_space_url' => false,
'cms_cruise_details_url' => false,
'cms_cgv_url' => false,
'cms_company_cancel_url' => false,
'media_uri' => false,
'privacy_policy_url' => false,
'send_account_creation_mail' => false,
'mailer_env' => false,
'mailer_dev_team_email' => false,
'mailer_travel_email' => false,
'mailer_croisiland_tech_email' => false,
'mailer_sender_data' => false,
'dkim_data' => false,
'pim_api' => false,
'assurever_wsdl' => false,
'assurever_login' => false,
'assurever_password' => false,
'ogone_sha_in' => false,
'ogone_sha_out' => false,
'ogone_action_url' => false,
'wd_psp_id' => false,
'wd_mode' => false,
'wd_url_test' => false,
'wd_url_prod' => false,
'wd_api_key' => false,
'wd_api_secret' => false,
'wd_webhooks_key' => false,
'wd_webhooks_secret' => false,
'ws_costa' => false,
'ws_msc' => false,
'crea_mailjet_sync_active' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'lexik_jwt_authentication.pass_phrase' => false,
'nelmio_cors.defaults' => false,
'mailjet.api_key' => false,
'mailjet.secret_key' => false,
'tables_sync.target.source_url' => false,
'knp_snappy.pdf.binary' => false,
'knp_snappy.image.binary' => false,
'crea_floa.config.active' => false,
'crea_floa.config.mode' => false,
'crea_floa.config.merchant_id' => false,
'crea_floa.config.merchant_site_id' => false,
'crea_floa.config.payment_option_ref' => false,
'crea_floa.config.hmac_key' => false,
'crea_floa.config.login' => false,
'crea_floa.config.password' => false,
'clientName' => false,
'creaEventDkimData' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'env': $value = $this->getEnv('string:APP_ENV'); break;
case 'erp_url': $value = $this->getEnv('string:ERP_URL'); break;
case 'cms_url': $value = $this->getEnv('string:CMS_URL'); break;
case 'cms_ip': $value = $this->getEnv('string:CMS_IP'); break;
case 'cms_quote_url': $value = $this->getEnv('string:CMS_QUOTE_URL'); break;
case 'cms_booking_complete_url': $value = $this->getEnv('string:CMS_BOOKING_COMPLETE_URL'); break;
case 'cms_booking_pay_my_payment_due_date_url': $value = $this->getEnv('string:CMS_BOOKING_PAY_MY_PAYMENT_DUE_DATE_URL'); break;
case 'cms_amendment_pay_url': $value = $this->getEnv('string:CMS_AMENDMENT_PAY_URL'); break;
case 'cms_payment_backup_url': $value = $this->getEnv('string:CMS_PAYMENT_BACKUP_URL'); break;
case 'cms_personal_space_url': $value = $this->getEnv('string:CMS_PERSONAL_SPACE_URL'); break;
case 'cms_cruise_details_url': $value = $this->getEnv('string:CMS_CRUISE_DETAILS_URL'); break;
case 'cms_cgv_url': $value = $this->getEnv('string:CMS_CGV_URL'); break;
case 'cms_company_cancel_url': $value = $this->getEnv('string:CMS_COMPANY_CANCEL_URL'); break;
case 'media_uri': $value = $this->getEnv('string:MEDIA_URI'); break;
case 'privacy_policy_url': $value = $this->getEnv('PRIVACY_POLICY_URL'); break;
case 'send_account_creation_mail': $value = $this->getEnv('bool:SEND_ACCOUNT_CREATION_MAIL'); break;
case 'mailer_env': $value = $this->getEnv('string:MAILER_ENV'); break;
case 'mailer_dev_team_email': $value = $this->getEnv('string:MAILER_DEV_TEAM_EMAIL'); break;
case 'mailer_travel_email': $value = $this->getEnv('string:MAILER_TRAVEL_EMAIL'); break;
case 'mailer_croisiland_tech_email': $value = $this->getEnv('string:MAILER_CROISILAND_TECH_EMAIL'); break;
case 'mailer_sender_data': $value = [
'email' => $this->getEnv('string:MAILER_SENDER_EMAIL'),
'name' => $this->getEnv('string:MAILER_SENDER_NAME'),
]; break;
case 'dkim_data': $value = [
'privateKeyPath' => (\dirname(__DIR__, 4).'/'.$this->getEnv('string:string:DKIM_PRIVATE_KEY_PATH')),
'domainName' => $this->getEnv('string:DKIM_DOMAIN_NAME'),
'selector' => $this->getEnv('string:DKIM_SELECTOR'),
]; break;
case 'pim_api': $value = [
'ip' => $this->getEnv('string:CMS_IP'),
'username' => $this->getEnv('string:PIM_API_USERNAME'),
'password' => $this->getEnv('string:PIM_API_PASSWORD'),
]; break;
case 'assurever_wsdl': $value = $this->getEnv('string:ASSUREVER_WSDL'); break;
case 'assurever_login': $value = $this->getEnv('string:ASSUREVER_LOGIN'); break;
case 'assurever_password': $value = $this->getEnv('string:ASSUREVER_PASSWORD'); break;
case 'ogone_sha_in': $value = $this->getEnv('string:OGONE_SHA_IN'); break;
case 'ogone_sha_out': $value = $this->getEnv('string:OGONE_SHA_OUT'); break;
case 'ogone_action_url': $value = $this->getEnv('string:OGONE_ACTION_URL'); break;
case 'wd_psp_id': $value = $this->getEnv('string:WD_PSP_ID'); break;
case 'wd_mode': $value = $this->getEnv('string:WD_MODE'); break;
case 'wd_url_test': $value = $this->getEnv('string:WD_URL_TEST'); break;
case 'wd_url_prod': $value = $this->getEnv('string:WD_URL_PROD'); break;
case 'wd_api_key': $value = $this->getEnv('string:WD_API_KEY'); break;
case 'wd_api_secret': $value = $this->getEnv('string:WD_API_SECRET'); break;
case 'wd_webhooks_key': $value = $this->getEnv('string:WD_WEBHOOKS_KEY'); break;
case 'wd_webhooks_secret': $value = $this->getEnv('string:WD_WEBHOOKS_SECRET'); break;
case 'ws_costa': $value = [
'costa_env' => $this->getEnv('string:COSTA_ENV'),
'agency_code_test' => $this->getEnv('int:WS_COSTA_AGENCY_CODE_TEST'),
'partner_name_test' => $this->getEnv('string:WS_COSTA_PARTNER_NAME_TEST'),
'partner_password_test' => $this->getEnv('string:WS_COSTA_PARTNER_PASSWORD_TEST'),
'wsdl_availability_test' => $this->getEnv('string:WS_COSTA_WSDL_AVAILABILITY_TEST'),
'wsdl_booking_test' => $this->getEnv('string:WS_COSTA_WSDL_BOOKING_TEST'),
'agency_code_prod' => $this->getEnv('int:WS_COSTA_AGENCY_CODE_PROD'),
'partner_name_prod' => $this->getEnv('string:WS_COSTA_PARTNER_NAME_PROD'),
'partner_password_prod' => $this->getEnv('string:WS_COSTA_PARTNER_PASSWORD_PROD'),
'wsdl_availability_prod' => $this->getEnv('string:WS_COSTA_WSDL_AVAILABILITY_PROD'),
'wsdl_booking_prod' => $this->getEnv('string:WS_COSTA_WSDL_BOOKING_PROD'),
]; break;
case 'ws_msc': $value = [
'msc_env' => $this->getEnv('string:MSC_ENV'),
'agency_id_test' => $this->getEnv('string:WS_MSC_AGENCY_ID_TEST'),
'agent_id_test' => $this->getEnv('string:WS_MSC_AGENT_ID_TEST'),
'agent_password_test' => $this->getEnv('string:WS_MSC_AGENT_PASSWORD_TEST'),
'wsdl_test' => $this->getEnv('string:WS_MSC_API_URL_TEST'),
'agency_id_prod' => $this->getEnv('string:WS_MSC_AGENCY_ID_PROD'),
'agent_id_prod' => $this->getEnv('string:WS_MSC_AGENT_ID_PROD'),
'agent_password_prod' => $this->getEnv('string:WS_MSC_AGENT_PASSWORD_PROD'),
'wsdl_prod' => $this->getEnv('string:WS_MSC_API_URL_PROD'),
]; break;
case 'crea_mailjet_sync_active': $value = $this->getEnv('bool:CREA_MAILJET_SYNC_ACTIVE'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
case 'nelmio_cors.defaults': $value = [
'allow_origin' => [
0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
],
'allow_credentials' => false,
'allow_headers' => [
0 => 'content-type',
1 => 'authorization',
],
'allow_private_network' => false,
'expose_headers' => [
0 => 'Link',
],
'allow_methods' => [
0 => 'GET',
1 => 'OPTIONS',
2 => 'POST',
3 => 'PUT',
4 => 'PATCH',
5 => 'DELETE',
],
'max_age' => 3600,
'hosts' => [
],
'origin_regex' => true,
'skip_same_as_origin' => true,
'forced_allow_origin_value' => NULL,
]; break;
case 'mailjet.api_key': $value = $this->getEnv('MAILJET_APIKEY_PUBLIC'); break;
case 'mailjet.secret_key': $value = $this->getEnv('MAILJET_APIKEY_PRIVATE'); break;
case 'tables_sync.target.source_url': $value = $this->getEnv('resolve:CMS_URL'); break;
case 'knp_snappy.pdf.binary': $value = $this->getEnv('WKHTMLTOPDF_PATH'); break;
case 'knp_snappy.image.binary': $value = $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
case 'crea_floa.config.active': $value = $this->getEnv('string:FLOA_ACTIVE'); break;
case 'crea_floa.config.mode': $value = $this->getEnv('string:FLOA_MODE'); break;
case 'crea_floa.config.merchant_id': $value = $this->getEnv('int:FLOA_MERCHANT_ID'); break;
case 'crea_floa.config.merchant_site_id': $value = $this->getEnv('int:FLOA_MERCHANT_SITE_ID'); break;
case 'crea_floa.config.payment_option_ref': $value = $this->getEnv('int:FLOA_PAYMENT_OPTION_REF'); break;
case 'crea_floa.config.hmac_key': $value = $this->getEnv('string:FLOA_HMAC_KEY'); break;
case 'crea_floa.config.login': $value = $this->getEnv('string:FLOA_LOGIN'); break;
case 'crea_floa.config.password': $value = $this->getEnv('string:FLOA_PASSWORD'); break;
case 'clientName': $value = $this->getEnv('CLIENT_NAME'); break;
case 'creaEventDkimData': $value = [
'privateKeyPath' => (\dirname(__DIR__, 4).'/'.$this->getEnv('string:string:DKIM_PRIVATE_KEY_PATH')),
'domainName' => $this->getEnv('string:DKIM_DOMAIN_NAME'),
'selector' => $this->getEnv('string:DKIM_SELECTOR'),
]; break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'CreaGridBundle' => 'Crea\\Bundle\\GridBundle\\CreaGridBundle',
'CroisilandSearchBundle' => 'Croisiland\\Bundle\\SearchBundle\\CroisilandSearchBundle',
'FreshDoctrineEnumBundle' => 'Fresh\\DoctrineEnumBundle\\FreshDoctrineEnumBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
'CronCronBundle' => 'Cron\\CronBundle\\CronCronBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
'MailjetBundle' => 'Mailjet\\MailjetBundle\\MailjetBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'TablesSyncBundle' => 'Cafffeine\\TablesSyncBundle\\TablesSyncBundle',
'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
'CreaFloaBundle' => 'Crea\\FloaBundle\\CreaFloaBundle',
'CroisilandCommonBundle' => 'Croisiland\\CommonBundle\\CroisilandCommonBundle',
'CreaToolsBundle' => 'Crea\\ToolsBundle\\CreaToolsBundle',
'CreaDatatableBundle' => 'Crea\\DatatableBundle\\CreaDatatableBundle',
'CreaSecurityBundle' => 'Crea\\SecurityBundle\\CreaSecurityBundle',
'CreaAdminBundle' => 'Crea\\AdminBundle\\CreaAdminBundle',
'CreaDocumentationBundle' => 'Crea\\DocumentationBundle\\CreaDocumentationBundle',
'CreaProcessBundle' => 'Crea\\ProcessBundle\\CreaProcessBundle',
'CreaParameterBundle' => 'Crea\\ParameterBundle\\CreaParameterBundle',
'CreaEventBundle' => 'Crea\\EventBundle\\CreaEventBundle',
'CreaHRBundle' => 'Crea\\HRBundle\\CreaHRBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
'CreaGridBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/crea/grid-bundle'),
'namespace' => 'Crea\\Bundle\\GridBundle',
],
'CroisilandSearchBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/croisiland/search-bundle'),
'namespace' => 'Croisiland\\Bundle\\SearchBundle',
],
'FreshDoctrineEnumBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/fresh/doctrine-enum-bundle'),
'namespace' => 'Fresh\\DoctrineEnumBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'NelmioApiDocBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
'namespace' => 'Nelmio\\ApiDocBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'LexikJWTAuthenticationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
],
'SymfonyCastsResetPasswordBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
],
'CronCronBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/cron/cron-bundle'),
'namespace' => 'Cron\\CronBundle',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
'ApiPlatformBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle'),
'namespace' => 'ApiPlatform\\Symfony\\Bundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'FOSJsRoutingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
'namespace' => 'FOS\\JsRoutingBundle',
],
'OneupFlysystemBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle/src'),
'namespace' => 'Oneup\\FlysystemBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'FOSCKEditorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
'namespace' => 'FOS\\CKEditorBundle',
],
'MailjetBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/mailjet/mailjet-bundle/src'),
'namespace' => 'Mailjet\\MailjetBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/antishov/doctrine-extensions-bundle'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'TablesSyncBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/cafffeine/tables-sync-bundle'),
'namespace' => 'Cafffeine\\TablesSyncBundle',
],
'KnpSnappyBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
'namespace' => 'Knp\\Bundle\\SnappyBundle',
],
'CreaFloaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/crea/floa-bundle/src'),
'namespace' => 'Crea\\FloaBundle',
],
'CroisilandCommonBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/croisiland/common-bundle/src'),
'namespace' => 'Croisiland\\CommonBundle',
],
'CreaToolsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src'),
'namespace' => 'Crea\\ToolsBundle',
],
'CreaDatatableBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/crea/datatable-bundle/src'),
'namespace' => 'Crea\\DatatableBundle',
],
'CreaSecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/crea/security-bundle/src'),
'namespace' => 'Crea\\SecurityBundle',
],
'CreaAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/crea/admin-bundle/src'),
'namespace' => 'Crea\\AdminBundle',
],
'CreaDocumentationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src'),
'namespace' => 'Crea\\DocumentationBundle',
],
'CreaProcessBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/crea/process-bundle/src'),
'namespace' => 'Crea\\ProcessBundle',
],
'CreaParameterBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src'),
'namespace' => 'Crea\\ParameterBundle',
],
'CreaEventBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/crea/event-bundle/src'),
'namespace' => 'Crea\\EventBundle',
],
'CreaHRBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/crea/hr-bundle/src'),
'namespace' => 'Crea\\HRBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'timezone' => 'Europe/Paris',
'brochures_directory' => (\dirname(__DIR__, 4).'/data/documents/sale-term'),
'ws_test_data_costa' => [
'cruiseId' => 'FI07220805',
],
'ws_test_data_msc' => [
'cruiseId' => 'SX20220903VCEVCE',
],
'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',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'fr',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'gc_probability' => 1,
],
'session.save_path' => NULL,
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'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' => [
'ContactFamilySituationEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Contact\\ContactFamilySituationEnum',
],
'ContactProfessionalSituationEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Contact\\ContactProfessionalSituationEnum',
],
'PhoneTypeType' => [
'class' => 'App\\DBAL\\Types\\Contact\\PhoneTypeType',
],
'FolderTypeType' => [
'class' => 'App\\DBAL\\Types\\Cruise\\FolderTypeType',
],
'AmendmentStatusType' => [
'class' => 'App\\DBAL\\Types\\Booking\\AmendmentStatusType',
],
'CabinTypeType' => [
'class' => 'App\\DBAL\\Types\\Booking\\Cabin\\CabinTypeType',
],
'CabinStateType' => [
'class' => 'App\\DBAL\\Types\\Booking\\Cabin\\CabinStateType',
],
'CabinStepEnum' => [
'class' => 'App\\DBAL\\Types\\Booking\\Cabin\\CabinStepEnum',
],
'QuoteRequestDeviceType' => [
'class' => 'App\\DBAL\\Types\\Booking\\Quote\\QuoteRequestDeviceType',
],
'QuoteOriginType' => [
'class' => 'App\\DBAL\\Types\\Booking\\Quote\\QuoteOriginType',
],
'QuoteTrackingActionType' => [
'class' => 'App\\DBAL\\Types\\Booking\\Quote\\QuoteTrackingActionType',
],
'QuoteTrackingObjectType' => [
'class' => 'App\\DBAL\\Types\\Booking\\Quote\\QuoteTrackingObjectType',
],
'CabinPriceTypeType' => [
'class' => 'App\\DBAL\\Types\\Booking\\CabinPriceTypeType',
],
'BookingStatus' => [
'class' => 'App\\DBAL\\Types\\Booking\\BookingStatus',
],
'BookingStep' => [
'class' => 'App\\DBAL\\Types\\Booking\\BookingStep',
],
'ContractStatusEnum' => [
'class' => 'App\\DBAL\\Types\\Booking\\ContractStatusEnum',
],
'ScheduleEventTypeType' => [
'class' => 'App\\DBAL\\Types\\Schedule\\ScheduleEventTypeType',
],
'ScheduleCommentTypeType' => [
'class' => 'App\\DBAL\\Types\\Schedule\\ScheduleCommentTypeType',
],
'LeaveTypeType' => [
'class' => 'App\\DBAL\\Types\\Schedule\\LeaveTypeType',
],
'PreferenceProfileEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceProfileEnum',
],
'PreferenceCabinConfigurationEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceCabinConfigurationEnum',
],
'PreferenceCabinPositionEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceCabinPositionEnum',
],
'PreferenceCateringServiceEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceCateringServiceEnum',
],
'PreferenceSendingTypeEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceSendingTypeEnum',
],
'PreferenceShipSizeEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceShipSizeEnum',
],
'PreferenceHobbiesEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceHobbiesEnum',
],
'PreferenceKindOfTravelEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceKindOfTravelEnum',
],
'PreferenceTravelConstraintEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceTravelConstraintEnum',
],
'PreferenceTravelPeriodEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceTravelPeriodEnum',
],
'PreferenceActivityEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceActivityEnum',
],
'PreferenceSportEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceSportEnum',
],
'PreferencePassionEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferencePassionEnum',
],
'PreferenceDestinationEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Preference\\PreferenceDestinationEnum',
],
'AgeCategoryEnum' => [
'class' => 'App\\DBAL\\Types\\Contact\\Passenger\\AgeCategoryEnum',
],
'PaymentModeType' => [
'class' => 'App\\DBAL\\Types\\Accounting\\PaymentModeType',
],
'PaymentTypeEnum' => [
'class' => 'App\\DBAL\\Types\\Accounting\\PaymentTypeEnum',
],
'PaymentStatusType' => [
'class' => 'App\\DBAL\\Types\\Accounting\\PaymentStatusType',
],
'NotificationStepType' => [
'class' => 'App\\DBAL\\Types\\Notification\\StepType',
],
'NotificationFamilyType' => [
'class' => 'App\\DBAL\\Types\\Notification\\FamilyType',
],
'NotificationLevelType' => [
'class' => 'App\\DBAL\\Types\\Notification\\LevelType',
],
'NotificationSubscriberType' => [
'class' => 'App\\DBAL\\Types\\Notification\\SubscriberType',
],
'NotificationTransportType' => [
'class' => 'App\\DBAL\\Types\\Notification\\TransportType',
],
'NotificationRuleNameEnum' => [
'class' => 'App\\DBAL\\Types\\Notification\\NotificationRuleNameEnum',
],
'ProductCategoryEnum' => [
'class' => 'App\\DBAL\\Types\\Product\\ProductCategoryEnum',
],
'WebQuoteStepEnum' => [
'class' => 'App\\DBAL\\Types\\Account\\WebQuoteStepEnum',
],
'BusinessLinkEnum' => [
'class' => 'App\\DBAL\\Types\\Accounting\\BusinessLinkEnum',
],
'CreditStatusEnum' => [
'class' => 'App\\DBAL\\Types\\Accounting\\CreditStatusEnum',
],
'PaymentActionEnum' => [
'class' => 'App\\DBAL\\Types\\PaymentMode\\PaymentActionEnum',
],
'DiscountRuleCategoryEnum' => [
'class' => 'App\\DBAL\\Types\\Discount\\DiscountRuleCategoryEnum',
],
'DiscountActionCategoryEnum' => [
'class' => 'App\\DBAL\\Types\\Discount\\DiscountActionCategoryEnum',
],
'SaleTermEnum' => [
'class' => 'App\\DBAL\\Types\\Document\\SaleTermEnum',
],
'ParameterKeyEnum' => [
'class' => 'App\\DBAL\\Types\\Parameter\\ParameterKeyEnum',
],
'PhoneCallEnum' => [
'class' => 'App\\DBAL\\Types\\PhoneCall\\PhoneCallEnum',
],
'CancelReasonEnum' => [
'class' => 'App\\DBAL\\Types\\PhoneCall\\CancelReasonEnum',
],
'IncludedAssociationTypeEnum' => [
'class' => 'App\\DBAL\\Types\\Cruise\\Included\\IncludedAssociationTypeEnum',
],
'CruiseHistoryTypeEnum' => [
'class' => 'App\\DBAL\\Types\\Cruise\\Cruise\\CruiseHistoryTypeEnum',
],
'CruiseTagCategoryEnum' => [
'class' => 'App\\DBAL\\Types\\Cruise\\Cruise\\CruiseTagCategoryEnum',
],
'CruiseTagRelatedResourceEnum' => [
'class' => 'App\\DBAL\\Types\\Cruise\\Cruise\\CruiseTagRelatedResourceEnum',
],
'FormalityTypeTypeEnum' => [
'class' => 'App\\DBAL\\Types\\Cruise\\Formality\\FormalityTypeTypeEnum',
],
'FormalityApplyOnTypeEnum' => [
'class' => 'App\\DBAL\\Types\\Cruise\\Formality\\FormalityApplyOnTypeEnum',
],
'FormalityArrivalByTypeEnum' => [
'class' => 'App\\DBAL\\Types\\Cruise\\Formality\\FormalityArrivalByTypeEnum',
],
'CabinCategoryHistoryObstructedEnum' => [
'class' => 'App\\DBAL\\Types\\Cruise\\CabinCategory\\CabinCategoryHistoryObstructedEnum',
],
'CabinInsuranceStateEnum' => [
'class' => 'App\\DBAL\\Types\\Booking\\CabinInsurance\\CabinInsuranceStateEnum',
],
'QuestionType' => [
'class' => 'App\\DBAL\\Types\\Opinion\\QuestionType',
],
'ProductOptionNameEnum' => [
'class' => 'App\\DBAL\\Types\\Product\\ProductOption\\ProductOptionNameEnum',
],
'OptionValueAttributionEnum' => [
'class' => 'App\\DBAL\\Types\\Product\\ProductOptionValue\\OptionValueAttributionEnum',
],
'OptionValueCalculationMethodEnum' => [
'class' => 'App\\DBAL\\Types\\Product\\ProductOptionValue\\OptionValueCalculationMethodEnum',
],
'SupplierPaymentBankEnum' => [
'class' => 'App\\DBAL\\Types\\Accounting\\SupplierPaymentBankEnum',
],
'ContactSegmentStateEnum' => [
'class' => 'App\\DBAL\\Types\\Marketing\\ContactSegmentStateEnum',
],
'DiscountTypeEnum' => [
'class' => 'App\\DBAL\\Types\\Discount\\DiscountTypeEnum',
],
'PersonGenderType' => [
'class' => 'App\\DBAL\\Types\\PersonGenderType',
],
'PartnerTypeType' => [
'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\PartnerTypeType',
],
'PartnerCategoryType' => [
'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\PartnerCategoryType',
],
'PartnerReminderType' => [
'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\PartnerReminderType',
],
'PartnerGroupType' => [
'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\PartnerGroupType',
],
'PartnerActiveType' => [
'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\PartnerActiveType',
],
'CommercialFollowUpActionType' => [
'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\CommercialFollowUpActionType',
],
'CommercialFollowUpContactModeType' => [
'class' => 'Croisiland\\CommonBundle\\DBAL\\Types\\Partner\\CommercialFollowUpContactModeType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'security.role_hierarchy.roles' => [
],
'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 => 'main',
2 => 'api_login',
3 => 'api',
],
'twig.form.resources' => [
0 => '@VichUploader/Form/fields.html.twig',
1 => 'form_div_layout.html.twig',
2 => '@LiipImagine/Form/form_div_layout.html.twig',
3 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
4 => 'bootstrap_4_layout.html.twig',
5 => '@CreaTools/Form/fields.html.twig',
6 => 'bootstrap_4_layout.html.twig',
7 => 'bootstrap_4_layout.html.twig',
8 => 'bootstrap_4_layout.html.twig',
9 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
10 => 'bootstrap_4_layout.html.twig',
11 => 'bootstrap_4_layout.html.twig',
12 => 'bootstrap_4_layout.html.twig',
13 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.tables_sync' => [
'type' => 'inclusive',
'elements' => [
0 => 'tables_sync',
],
],
'monolog.handler.notification_logging' => [
'type' => 'inclusive',
'elements' => [
0 => 'notification',
],
],
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
6 => 'notification',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
2 => 'notification',
],
],
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
'knp_paginator.page_range' => 5,
'knp_paginator.page_limit' => NULL,
'nelmio_api_doc.areas' => [
0 => 'default',
],
'lexik_jwt_authentication.token_ttl' => 1000000000,
'lexik_jwt_authentication.clock_skew' => 0,
'lexik_jwt_authentication.user_identity_field' => 'username',
'lexik_jwt_authentication.allow_no_expiration' => false,
'lexik_jwt_authentication.user_id_claim' => 'username',
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
'cron.resolver.class' => 'Cron\\CronBundle\\Cron\\Resolver',
'cron.manager.class' => 'Cron\\CronBundle\\Cron\\Manager',
'cron.command_builder.class' => 'Cron\\CronBundle\\Cron\\CommandBuilder',
'cron.executor.class' => 'Cron\\Executor\\Executor',
'cron.validator.class' => 'Cron\\Validator\\CrontabValidator',
'nelmio_cors.map' => [
'^/' => [
],
],
'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
'api_platform.metadata_backward_compatibility_layer' => true,
'api_platform.enable_entrypoint' => true,
'api_platform.enable_docs' => true,
'api_platform.title' => '',
'api_platform.description' => '',
'api_platform.version' => '0.0.0',
'api_platform.show_webby' => true,
'api_platform.url_generation_strategy' => 1,
'api_platform.exception_to_status' => [
'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
'ApiPlatform\\Exception\\FilterValidationException' => 400,
'Doctrine\\ORM\\OptimisticLockException' => 409,
],
'api_platform.formats' => [
'jsonld' => [
0 => 'application/ld+json',
],
'json' => [
0 => 'application/json',
],
'html' => [
0 => 'text/html',
],
],
'api_platform.patch_formats' => [
'json' => [
0 => 'application/merge-patch+json',
],
],
'api_platform.error_formats' => [
'jsonproblem' => [
0 => 'application/problem+json',
],
'jsonld' => [
0 => 'application/ld+json',
],
],
'api_platform.allow_plain_identifiers' => false,
'api_platform.eager_loading.enabled' => true,
'api_platform.eager_loading.max_joins' => 30,
'api_platform.eager_loading.fetch_partial' => false,
'api_platform.eager_loading.force_eager' => true,
'api_platform.collection.exists_parameter_name' => 'exists',
'api_platform.collection.order' => 'ASC',
'api_platform.collection.order_parameter_name' => 'order',
'api_platform.collection.order_nulls_comparison' => NULL,
'api_platform.collection.pagination.enabled' => true,
'api_platform.collection.pagination.partial' => false,
'api_platform.collection.pagination.client_enabled' => false,
'api_platform.collection.pagination.client_items_per_page' => false,
'api_platform.collection.pagination.client_partial' => false,
'api_platform.collection.pagination.items_per_page' => 30,
'api_platform.collection.pagination.maximum_items_per_page' => NULL,
'api_platform.collection.pagination.page_parameter_name' => 'page',
'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
'api_platform.collection.pagination.partial_parameter_name' => 'partial',
'api_platform.collection.pagination' => [
'enabled' => true,
'partial' => false,
'client_enabled' => false,
'client_items_per_page' => false,
'client_partial' => false,
'items_per_page' => 30,
'maximum_items_per_page' => NULL,
'page_parameter_name' => 'page',
'enabled_parameter_name' => 'pagination',
'items_per_page_parameter_name' => 'itemsPerPage',
'partial_parameter_name' => 'partial',
],
'api_platform.http_cache.etag' => true,
'api_platform.http_cache.max_age' => NULL,
'api_platform.http_cache.shared_max_age' => NULL,
'api_platform.http_cache.vary' => [
0 => 'Accept',
],
'api_platform.http_cache.public' => NULL,
'api_platform.http_cache.invalidation.max_header_length' => 7500,
'api_platform.http_cache.invalidation.xkey.glue' => ' ',
'api_platform.asset_package' => NULL,
'api_platform.defaults' => [
'attributes' => [
],
],
'api_platform.resource_class_directories' => [
0 => (\dirname(__DIR__, 4).'/vendor/cron/cron-bundle/Entity'),
1 => (\dirname(__DIR__, 4).'/vendor/crea/floa-bundle/src/Entity'),
2 => (\dirname(__DIR__, 4).'/vendor/crea/tools-bundle/src/Entity'),
3 => (\dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Entity'),
4 => (\dirname(__DIR__, 4).'/vendor/crea/documentation-bundle/src/Entity'),
5 => (\dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Entity'),
6 => (\dirname(__DIR__, 4).'/vendor/crea/parameter-bundle/src/Entity'),
7 => (\dirname(__DIR__, 4).'/vendor/crea/event-bundle/src/Entity'),
8 => (\dirname(__DIR__, 4).'/vendor/crea/hr-bundle/src/Entity'),
9 => (\dirname(__DIR__, 4).'/src/Entity'),
],
'api_platform.oauth.enabled' => false,
'api_platform.oauth.clientId' => '',
'api_platform.oauth.clientSecret' => '',
'api_platform.oauth.type' => 'oauth2',
'api_platform.oauth.flow' => 'application',
'api_platform.oauth.tokenUrl' => '',
'api_platform.oauth.authorizationUrl' => '',
'api_platform.oauth.refreshUrl' => '',
'api_platform.oauth.scopes' => [
],
'api_platform.oauth.pkce' => false,
'api_platform.openapi.termsOfService' => NULL,
'api_platform.openapi.contact.name' => NULL,
'api_platform.openapi.contact.url' => NULL,
'api_platform.openapi.contact.email' => NULL,
'api_platform.openapi.license.name' => NULL,
'api_platform.openapi.license.url' => NULL,
'api_platform.swagger.versions' => [
0 => 3,
],
'api_platform.enable_swagger_ui' => true,
'api_platform.enable_re_doc' => true,
'api_platform.swagger.api_keys' => [
],
'api_platform.swagger_ui.extra_configuration' => [
],
'api_platform.graphql.enabled' => false,
'api_platform.graphql.graphiql.enabled' => false,
'api_platform.graphql.graphql_playground.enabled' => false,
'api_platform.graphql.collection.pagination' => [
'enabled' => true,
],
'api_platform.validator.serialize_payload_fields' => [
],
'api_platform.validator.query_parameter_validation' => true,
'api_platform.elasticsearch.enabled' => false,
'liip_imagine.resolvers' => [
'default' => [
'web_path' => [
'web_root' => (\dirname(__DIR__, 4).'/public'),
'cache_prefix' => 'media/cache',
],
],
],
'liip_imagine.loaders' => [
'remote_images' => [
'flysystem' => [
'filesystem_service' => 'oneup_flysystem.images_filesystem',
],
],
'chainer' => [
'chain' => [
'loaders' => [
0 => 'default',
1 => 'remote_images',
],
],
],
'default' => [
'filesystem' => [
'locator' => 'filesystem',
'data_root' => [
0 => (\dirname(__DIR__, 4).'/public'),
],
'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.cwebp.binary' => '/usr/bin/cwebp',
'liip_imagine.cwebp.tempDir' => NULL,
'liip_imagine.cwebp.q' => 75,
'liip_imagine.cwebp.alphaQ' => 100,
'liip_imagine.cwebp.m' => 4,
'liip_imagine.cwebp.alphaFilter' => 'fast',
'liip_imagine.cwebp.alphaMethod' => 1,
'liip_imagine.cwebp.exact' => false,
'liip_imagine.cwebp.metadata' => [
0 => 'none',
],
'liip_imagine.driver_service' => 'liip_imagine.gd',
'liip_imagine.cache.resolver.default' => 'default',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'search_thumb' => [
'quality' => 80,
'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 => 135,
1 => 81,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'search_xs' => [
'quality' => 80,
'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 => 270,
1 => 220,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'search_sm' => [
'quality' => 90,
'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 => 480,
1 => 175,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'search_md' => [
'quality' => 80,
'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 => 718,
1 => 262,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'search_company_logo' => [
'quality' => 80,
'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' => [
],
],
'about_desktop' => [
'quality' => 80,
'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 => 229,
1 => 169,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'destination_desktop' => [
'quality' => 80,
'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 => 137,
1 => 175,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'crush_cruise_desktop' => [
'quality' => 90,
'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 => 420,
1 => 180,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'offer_desktop' => [
'quality' => 80,
'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 => 420,
1 => 180,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'company_logo_xs' => [
'quality' => 80,
'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' => 35,
],
],
'post_processors' => [
],
],
'company_logo_sm' => [
'quality' => 90,
'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' => [
],
],
'promotion' => [
'quality' => 80,
'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 => 2000,
1 => 303,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'searchbar' => [
'quality' => 80,
'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 => 1000,
1 => 151,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'searchbar_2x' => [
'quality' => 80,
'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 => 2000,
1 => 303,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'seo' => [
'quality' => 90,
'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 => 778,
1 => 221,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'seo_2x' => [
'quality' => 90,
'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 => 1556,
1 => 442,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'cruise_gallery_xs' => [
'quality' => 80,
'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 => 311,
1 => 289,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'cruise_gallery_xs_2' => [
'quality' => 80,
'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 => 389,
1 => 289,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'cruise_gallery_md' => [
'quality' => 80,
'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 => 778,
1 => 578,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'cruise_gallery_thumb' => [
'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 => 160,
1 => 135,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'cruise_gallery_lightbox' => [
'quality' => 85,
'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' => [
'widen' => 1280,
],
],
'post_processors' => [
],
],
'cruise_cabin_slider_mobile' => [
'quality' => 80,
'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 => 295,
1 => 198,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'cruise_cabin_slider_desktop' => [
'quality' => 80,
'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 => 768,
1 => 515,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'cruise_cabin_sm' => [
'quality' => 90,
'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 => 575,
1 => 444,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'cruise_cabin_md' => [
'quality' => 90,
'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 => 728,
1 => 444,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'cruise_cabin_lg' => [
'quality' => 90,
'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 => 942,
1 => 444,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'cruise_cabin_relative_widen' => [
'quality' => 90,
'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' => [
'widen' => 768,
],
],
'post_processors' => [
],
],
'cruise_itinerary' => [
'quality' => 80,
'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 => 1302,
1 => 371,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'cruise_stopover_desktop' => [
'quality' => 80,
'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 => 270,
1 => 166,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'cruise_stopover_mobile' => [
'quality' => 80,
'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' => 92,
],
],
'post_processors' => [
],
],
'cruise_lifeboard' => [
'quality' => 80,
'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 => 421,
1 => 304,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'cruise_promotion' => [
'quality' => 80,
'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 => 416,
1 => 249,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
],
'liip_imagine.binary.loader.default' => 'chainer',
'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' => [
],
],
'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,
],
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.mappings' => [
'documents' => [
'uri_prefix' => '',
'upload_destination' => 'oneup_flysystem.documents_filesystem',
'namer' => [
'service' => 'App\\VichExtensions\\FileNamer.documents',
'options' => [
],
],
'directory_namer' => [
'service' => 'App\\VichExtensions\\PropertiesDirectoryNamer',
'options' => [
'properties' => [
0 => 'relativeDirectoryPath',
],
],
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
],
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'mailjet.call' => true,
'mailjet.options' => [
],
'mailjet.transactionnal.call' => true,
'mailjet.transactionnal.options' => [
],
'mailjet.event_endpoint_route' => 'mailjet_event_endpoint',
'mailjet.event_endpoint_token' => '123456789',
'mailjet.lists' => [
],
'mailjet.contact_metadata' => [
],
'mailjet.client.class' => 'Mailjet\\MailjetBundle\\Client\\MailjetClient',
'mailjet.event_callback_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\EventCallbackUrlManager',
'mailjet.contact_metadata_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\ContactMetadataManager',
'mailjet.contacts_list_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\ContactsListManager',
'mailjet.contacts_list_synchronizer.class' => 'Mailjet\\MailjetBundle\\Synchronizer\\ContactsListSynchronizer',
'mailjet.contact_listener.class' => 'Mailjet\\MailjetBundle\\Listener\\ContactListener',
'mailjet.data_collector.mailjet.class' => 'Mailjet\\MailjetBundle\\DataCollector\\MailjetDataCollector',
'mailjet.campaign_draft_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\CampaignDraftManager',
'mailjet.campaign_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\CampaignManager',
'mailjet.template_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\TemplateManager',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.default_locale' => 'fr_FR',
'stof_doctrine_extensions.translation_fallback' => false,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'tables_sync.source.whitelist' => [
0 => '206.116.72.239',
1 => '127.0.0.1',
2 => 'localhost',
3 => 'erp.croisiland.com',
4 => '127.0.0.2',
5 => '92.182.95.82',
6 => 'cms.croisiland.com',
7 => '162.19.21.32',
8 => 'cms.croisiland.localhost',
],
'knp_snappy.pdf.options' => [
],
'knp_snappy.pdf.env' => [
],
'knp_snappy.image.options' => [
],
'knp_snappy.image.env' => [
],
'crea_floa.config.api_version' => '4.0',
'crea_floa.config.authenticate_integration_url' => 'https://paymentgateway.integration-cb4x.fr/v1/auth/token',
'crea_floa.config.pre_eligibility_integration_url' => 'https://eligibility.integration-cb4x.fr/api/v4.0/pre-eligibilities',
'crea_floa.config.eligibility_integration_url' => 'https://eligibility.integration-cb4x.fr/api/v4.0/eligibilities',
'crea_floa.config.payment_session_integration_url' => 'https://paymentgateway.integration-cb4x.fr/v1/payment-sessions',
'crea_floa.config.authenticate_production_url' => 'https://paymentgateway.cb4x.fr/v1/auth/token',
'crea_floa.config.pre_eligibility_production_url' => 'https://eligibility.cb4x.fr/api/v4.0/pre-eligibilities',
'crea_floa.config.eligibility_production_url' => 'https://eligibility.cb4x.fr/api/v4.0/eligibilities',
'crea_floa.config.payment_session_production_url' => 'https://paymentgateway.cb4x.fr/v1/payment-sessions',
'crea_floa.config.token_validity_duration_hours' => 48,
'crea_floa.config.pre_eligibility_request_validity_duration_minutes' => 30,
'crea_floa.config.eligibility_request_validity_duration_minutes' => 30,
'crea_floa.config.payment_session_request_validity_duration_minutes' => 30,
'datatables.config' => [
'method' => 'POST',
'language_from_cdn' => false,
'translation_domain' => 'datatables',
'options' => [
'lengthMenu' => [
0 => 1,
1 => 10,
2 => 20,
3 => 30,
4 => 40,
5 => 50,
6 => 100,
7 => 250,
8 => 500,
9 => 1000,
10 => 2500,
],
'pageLength' => 20,
'dom' => '<\'dt-header\'><\'dt-filters-errors\'><\'dt-content\'tr><\'dt-footer\'<\'dt-action-area\'><\'dt-paging\'pi>>',
],
'default_currency' => 'EUR',
],
'user_entity_namespace' => 'App\\Entity\\User\\User',
'profile_entity_namespace' => 'App\\Entity\\User\\Profile',
'login_redirection_route' => 'dashboard',
'profiles_full_access' => [
0 => 'Direction',
1 => 'Manager Comptabilité',
2 => 'Comptabilité',
3 => 'Manager plateau',
4 => 'Marketing / Webmastering',
5 => 'Manager Back-Office',
6 => 'Partenariats',
],
'project_template' => 'base.html.twig',
'documentation_chapter_hierarchy_depth_max' => 4,
'creaEventMaxCategoryLevel' => 2,
'creaEventMaxImportanceLevel' => 4,
'creaEventEmailRecipient' => 'erp.croisiland@creapluriel.com',
'creaEventMaxEventDuration' => 90,
'creaEventMailerSenderEmail' => 'erp.croisiland@creapluriel.com',
'creaEventMailerSenderName' => 'Service informatique Creapluriel',
'maker.compatible_check.doctrine.supports_attributes' => true,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'api_platform.data_collector.request' => [
0 => 'api_platform.data_collector.request',
1 => '@ApiPlatform/DataCollector/request_legacy.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'notifier.data_collector' => [
0 => 'notifier',
1 => '@WebProfiler/Collector/notifier.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'mailjet.data_collector.mailjet' => [
0 => 'mailjet',
1 => '@Mailjet/data_collector/mailjet.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand',
1 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand',
2 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand',
3 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand',
4 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand',
5 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand',
6 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand',
7 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand',
8 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}