<?php
namespace ContainerEwx37aC;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'App\\EventListener\\AjaxFlashListener' => 'getAjaxFlashListenerService',
'App\\EventListener\\LocaleListener' => 'getLocaleListenerService',
'App\\EventListener\\NoCacheListener' => 'getNoCacheListenerService',
'App\\EventListener\\RegistrationListener' => 'getRegistrationListenerService',
'App\\EventListener\\RouteRequestListener' => 'getRouteRequestListenerService',
'App\\EventListener\\TwigRequestListener' => 'getTwigRequestListenerService',
'App\\EventListener\\UserSubscriber' => 'getUserSubscriberService',
'App\\Live\\EntityFormater' => 'getEntityFormaterService',
'App\\Live\\FlushSocketNotifierListener' => 'getFlushSocketNotifierListenerService',
'App\\Live\\Formater\\BidFormater' => 'getBidFormaterService',
'App\\Live\\Formater\\SaleFormater' => 'getSaleFormaterService',
'App\\Live\\Formater\\UserFormater' => 'getUserFormaterService',
'App\\Live\\Formater\\VehicleFormater' => 'getVehicleFormaterService',
'App\\Live\\KeyGenerator' => 'getKeyGeneratorService',
'App\\Live\\SocketNotifier' => 'getSocketNotifierService',
'App\\Locale\\LocaleEventSubscriber' => 'getLocaleEventSubscriberService',
'App\\Locale\\LocaleSelector' => 'getLocaleSelectorService',
'App\\Mailer\\Mailer' => 'getMailerService',
'App\\Mailer\\TranslatableMailer' => 'getTranslatableMailerService',
'App\\Mailer\\UserMailer' => 'getUserMailerService',
'App\\Manager\\UserManager' => 'getUserManagerService',
'App\\Parameter\\Provider' => 'getProviderService',
'App\\Payment\\PaymentContext' => 'getPaymentContextService',
'App\\Repository\\AuctionRepository' => 'getAuctionRepositoryService',
'App\\Repository\\BidRepository' => 'getBidRepositoryService',
'App\\Repository\\PurchaseInstructionRepository' => 'getPurchaseInstructionRepositoryService',
'App\\Repository\\PurchaseInstructionRuleRepository' => 'getPurchaseInstructionRuleRepositoryService',
'App\\Repository\\SaleRepository' => 'getSaleRepositoryService',
'App\\Repository\\TransactionRepository' => 'getTransactionRepositoryService',
'App\\Repository\\UserRepository' => 'getUserRepositoryService',
'App\\Repository\\VehicleRepository' => 'getVehicleRepositoryService',
'App\\Service\\GeoipClient' => 'getGeoipClientService',
'App\\Service\\VehicleMultiLocaleFactory' => 'getVehicleMultiLocaleFactoryService',
'App\\Utils\\TaxConverter' => 'getTaxConverterService',
'App\\VehicleInformer\\RecommendationChecker' => 'getRecommendationCheckerService',
'App\\VehicleInformer\\RecommendationLinker' => 'getRecommendationLinkerService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
'http_kernel' => 'getHttpKernelService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'jms_translation.twig_extension' => 'getJmsTranslation_TwigExtensionService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'monolog.logger.auction' => 'getMonolog_Logger_AuctionService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'translator' => 'getTranslatorService',
'vp_auto.auctioneer' => 'getVpAuto_AuctioneerService',
'vpauto.logger.datahub' => 'getVpauto_Logger_DatahubService',
'vpauto.logger.payment' => 'getVpauto_Logger_PaymentService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'twig' => 'getTwigService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->fileMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'App\\Api\\Controller\\BidApiController' => 'getBidApiControllerService',
'App\\Api\\Controller\\IridiumController' => 'getIridiumControllerService',
'App\\Api\\Controller\\ParametersController' => 'getParametersControllerService',
'App\\Api\\Controller\\RmsController' => 'getRmsControllerService',
'App\\Api\\Controller\\Sales\\AuctionBidFromBidApi' => 'getAuctionBidFromBidApiService',
'App\\Api\\Controller\\Sales\\SalesVehicleController' => 'getSalesVehicleControllerService',
'App\\Api\\Controller\\Sales\\VehicleBid' => 'getVehicleBidService',
'App\\Api\\Controller\\SoapServerController' => 'getSoapServerControllerService',
'App\\Api\\DataHub\\PricingApiClient' => 'getPricingApiClientService',
'App\\Api\\Iridium\\SaleEventDataPersister' => 'getSaleEventDataPersisterService',
'App\\Api\\Iridium\\VehicleDataPersister' => 'getVehicleDataPersisterService',
'App\\Api\\RMS\\BidDataPersisterAdapter' => 'getBidDataPersisterAdapterService',
'App\\Api\\RMS\\BidPoster' => 'getBidPosterService',
'App\\Api\\RMS\\DTO\\Lot' => 'getLotService',
'App\\Api\\RMS\\DTO\\ScaleValue' => 'getScaleValueService',
'App\\Api\\RMS\\DTO\\Unit' => 'getUnitService',
'App\\Api\\RMS\\DataTransformer' => 'getDataTransformerService',
'App\\Api\\RMS\\Exception\\RMSException' => 'getRMSExceptionService',
'App\\Api\\RMS\\JsonDataValidator' => 'getJsonDataValidatorService',
'App\\Api\\RMS\\LotsDataPersister' => 'getLotsDataPersisterService',
'App\\Api\\RMS\\SaleEventDataPersister' => 'getSaleEventDataPersister2Service',
'App\\Auctioneer\\Notifier' => 'getNotifierService',
'App\\Autovista\\BodyworkProvider' => 'getBodyworkProviderService',
'App\\Autovista\\MakerProvider' => 'getMakerProviderService',
'App\\Autovista\\ModelProvider' => 'getModelProviderService',
'App\\Command\\AuctionsAwardCommand' => 'getAuctionsAwardCommandService',
'App\\Command\\AuctionsNotifyCommand' => 'getAuctionsNotifyCommandService',
'App\\Command\\CatchUpSFAccountsCommand' => 'getCatchUpSFAccountsCommandService',
'App\\Command\\CheckDatahubCommand' => 'getCheckDatahubCommandService',
'App\\Command\\ClearSalesPersonsBidsCommand' => 'getClearSalesPersonsBidsCommandService',
'App\\Command\\ClearTranslationCommand' => 'getClearTranslationCommandService',
'App\\Command\\CreateUserInCustomerPortalCommand' => 'getCreateUserInCustomerPortalCommandService',
'App\\Command\\CriteoExportCommand' => 'getCriteoExportCommandService',
'App\\Command\\DumpAlertsCommand' => 'getDumpAlertsCommandService',
'App\\Command\\ExportProCommand' => 'getExportProCommandService',
'App\\Command\\ExportPurchaseFilePostSaleCommand' => 'getExportPurchaseFilePostSaleCommandService',
'App\\Command\\ExportSalesStatsCommand' => 'getExportSalesStatsCommandService',
'App\\Command\\FullImportTarifsCommand' => 'getFullImportTarifsCommandService',
'App\\Command\\FullPerformanceExportCommand' => 'getFullPerformanceExportCommandService',
'App\\Command\\GenerateAfterSalePIMailsCommand' => 'getGenerateAfterSalePIMailsCommandService',
'App\\Command\\GenerateBehaviourFileCommand' => 'getGenerateBehaviourFileCommandService',
'App\\Command\\GenerateFlyerPdfCommand' => 'getGenerateFlyerPdfCommandService',
'App\\Command\\GeneratePdfCommand' => 'getGeneratePdfCommandService',
'App\\Command\\GenerateSaleEndSapFilesCommand' => 'getGenerateSaleEndSapFilesCommandService',
'App\\Command\\ImportExternalSaleCommand' => 'getImportExternalSaleCommandService',
'App\\Command\\ImportProCommand' => 'getImportProCommandService',
'App\\Command\\ImportPurchaseInstructionCommand' => 'getImportPurchaseInstructionCommandService',
'App\\Command\\ImportRMSTestCommand' => 'getImportRMSTestCommandService',
'App\\Command\\ImportTarifNamesCommand' => 'getImportTarifNamesCommandService',
'App\\Command\\ImportTarifsCommand' => 'getImportTarifsCommandService',
'App\\Command\\LeasePlanSignalRCommand' => 'getLeasePlanSignalRCommandService',
'App\\Command\\LeasePlanUpdateLotCommand' => 'getLeasePlanUpdateLotCommandService',
'App\\Command\\LeasePlanUpdateSaleLotsPricesCommand' => 'getLeasePlanUpdateSaleLotsPricesCommandService',
'App\\Command\\LiveAwardMailCommand' => 'getLiveAwardMailCommandService',
'App\\Command\\LiveStatsCommand' => 'getLiveStatsCommandService',
'App\\Command\\PurgateCommand' => 'getPurgateCommandService',
'App\\Command\\RMSEndOfSaleCommand' => 'getRMSEndOfSaleCommandService',
'App\\Command\\SaveBidsCommand' => 'getSaveBidsCommandService',
'App\\Command\\SendLiveSmsPrealertCommand' => 'getSendLiveSmsPrealertCommandService',
'App\\Command\\SendLiveSmsSaleAlertCommand' => 'getSendLiveSmsSaleAlertCommandService',
'App\\Command\\SlugifyCommand' => 'getSlugifyCommandService',
'App\\Command\\UpdateAlertsCommand' => 'getUpdateAlertsCommandService',
'App\\Command\\UpdateAppParametersCommand' => 'getUpdateAppParametersCommandService',
'App\\Command\\UserCheckCPCommand' => 'getUserCheckCPCommandService',
'App\\Command\\UserProSfCheckCompanyInformationCommand' => 'getUserProSfCheckCompanyInformationCommandService',
'App\\Command\\UserProSynchroVpCpCommand' => 'getUserProSynchroVpCpCommandService',
'App\\Command\\UserProSynchroVpCpDuplicateCommand' => 'getUserProSynchroVpCpDuplicateCommandService',
'App\\Command\\UserProUpdateAddressCommand' => 'getUserProUpdateAddressCommandService',
'App\\Command\\UserProVpVsCpCommand' => 'getUserProVpVsCpCommandService',
'App\\Command\\UserProWithoutSFAccountIdCommand' => 'getUserProWithoutSFAccountIdCommandService',
'App\\Command\\VehicleCo2StandardCommand' => 'getVehicleCo2StandardCommandService',
'App\\Configuration\\AppConfiguration' => 'getAppConfigurationService',
'App\\Controller\\Backend\\AuctionController' => 'getAuctionControllerService',
'App\\Controller\\Backend\\BannerController' => 'getBannerControllerService',
'App\\Controller\\Backend\\CleanCdnController' => 'getCleanCdnControllerService',
'App\\Controller\\Backend\\DebugController' => 'getDebugControllerService',
'App\\Controller\\Backend\\DefaultController' => 'getDefaultControllerService',
'App\\Controller\\Backend\\ExternalSaleController' => 'getExternalSaleControllerService',
'App\\Controller\\Backend\\LogController' => 'getLogControllerService',
'App\\Controller\\Backend\\NewsController' => 'getNewsControllerService',
'App\\Controller\\Backend\\ParameterController' => 'getParameterControllerService',
'App\\Controller\\Backend\\PriceImportController' => 'getPriceImportControllerService',
'App\\Controller\\Backend\\PurchaseInstructionController' => 'getPurchaseInstructionControllerService',
'App\\Controller\\Backend\\ReviewController' => 'getReviewControllerService',
'App\\Controller\\Backend\\SaleController' => 'getSaleControllerService',
'App\\Controller\\Backend\\SaleHighlightController' => 'getSaleHighlightControllerService',
'App\\Controller\\Backend\\SearchSaleController' => 'getSearchSaleControllerService',
'App\\Controller\\Backend\\SearchVehicleController' => 'getSearchVehicleControllerService',
'App\\Controller\\Backend\\SelectionController' => 'getSelectionControllerService',
'App\\Controller\\Backend\\UserController' => 'getUserControllerService',
'App\\Controller\\Backend\\VehicleController' => 'getVehicleControllerService',
'App\\Controller\\Backend\\WikiController' => 'getWikiControllerService',
'App\\Controller\\Frontend\\AlertController' => 'getAlertControllerService',
'App\\Controller\\Frontend\\AnnotationController' => 'getAnnotationControllerService',
'App\\Controller\\Frontend\\AuctionController' => 'getAuctionController2Service',
'App\\Controller\\Frontend\\BelgiumController' => 'getBelgiumControllerService',
'App\\Controller\\Frontend\\CountryController' => 'getCountryControllerService',
'App\\Controller\\Frontend\\DefaultController' => 'getDefaultController2Service',
'App\\Controller\\Frontend\\DeliveryController' => 'getDeliveryControllerService',
'App\\Controller\\Frontend\\LandingController' => 'getLandingControllerService',
'App\\Controller\\Frontend\\OrderController' => 'getOrderControllerService',
'App\\Controller\\Frontend\\PaymentController' => 'getPaymentControllerService',
'App\\Controller\\Frontend\\PurchaseInstructionController' => 'getPurchaseInstructionController2Service',
'App\\Controller\\Frontend\\RedirectController' => 'getRedirectControllerService',
'App\\Controller\\Frontend\\ReviewController' => 'getReviewController2Service',
'App\\Controller\\Frontend\\SaleController' => 'getSaleController2Service',
'App\\Controller\\Frontend\\SearchAlertController' => 'getSearchAlertControllerService',
'App\\Controller\\Frontend\\SelectionController' => 'getSelectionController2Service',
'App\\Controller\\Frontend\\SmsAlertController' => 'getSmsAlertControllerService',
'App\\Controller\\Frontend\\UserController' => 'getUserController2Service',
'App\\Controller\\Frontend\\VehicleController' => 'getVehicleController2Service',
'App\\Controller\\Live\\ApiController' => 'getApiControllerService',
'App\\Controller\\Live\\Api\\AbstractApiController' => 'getAbstractApiControllerService',
'App\\Controller\\Live\\Api\\AuctionsController' => 'getAuctionsControllerService',
'App\\Controller\\Live\\Api\\SalesController' => 'getSalesControllerService',
'App\\Controller\\Live\\Api\\UsersController' => 'getUsersControllerService',
'App\\Controller\\Live\\Api\\VehiclesController' => 'getVehiclesControllerService',
'App\\Controller\\Live\\PortalController' => 'getPortalControllerService',
'App\\Controller\\Live\\RedirectController' => 'getRedirectController2Service',
'App\\Controller\\ProfileController' => 'getProfileControllerService',
'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
'App\\Controller\\ResettingController' => 'getResettingControllerService',
'App\\Controller\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\Showvroom\\RegistrationController' => 'getRegistrationController2Service',
'App\\Controller\\Test\\PaymentController' => 'getPaymentController2Service',
'App\\Counter\\SalesCounter' => 'getSalesCounterService',
'App\\CritAir\\Certifier\\Certifier' => 'getCertifierService',
'App\\CritAir\\Certifier\\FourWheelsCritAir\\CritAir0' => 'getCritAir0Service',
'App\\CritAir\\Certifier\\FourWheelsCritAir\\CritAir1' => 'getCritAir1Service',
'App\\CritAir\\Certifier\\FourWheelsCritAir\\CritAir2' => 'getCritAir2Service',
'App\\CritAir\\Certifier\\FourWheelsCritAir\\CritAir3' => 'getCritAir3Service',
'App\\CritAir\\Certifier\\FourWheelsCritAir\\CritAir4' => 'getCritAir4Service',
'App\\CritAir\\Certifier\\FourWheelsCritAir\\CritAir5' => 'getCritAir5Service',
'App\\CritAir\\Certifier\\FourWheelsCritAir\\Manager' => 'getManagerService',
'App\\CritAir\\Certifier\\TwoWheelsCritAir\\CritAir0' => 'getCritAir02Service',
'App\\CritAir\\Certifier\\TwoWheelsCritAir\\CritAir1' => 'getCritAir12Service',
'App\\CritAir\\Certifier\\TwoWheelsCritAir\\CritAir2' => 'getCritAir22Service',
'App\\CritAir\\Certifier\\TwoWheelsCritAir\\CritAir3' => 'getCritAir32Service',
'App\\CritAir\\Certifier\\TwoWheelsCritAir\\CritAir4' => 'getCritAir42Service',
'App\\CritAir\\Certifier\\TwoWheelsCritAir\\Manager' => 'getManager2Service',
'App\\CritAir\\CritAir' => 'getCritAirService',
'App\\CritAir\\Handler\\LightUtilityHandler' => 'getLightUtilityHandlerService',
'App\\CritAir\\Handler\\PrivateVehicleHandler' => 'getPrivateVehicleHandlerService',
'App\\CritAir\\Handler\\TwoWheelsHandler' => 'getTwoWheelsHandlerService',
'App\\CritAir\\Provider' => 'getProvider2Service',
'App\\Dictionary\\DictionaryMap' => 'getDictionaryMapService',
'App\\EventListener\\BidApiSubscriber' => 'getBidApiSubscriberService',
'App\\EventListener\\BidEventSubscriber' => 'getBidEventSubscriberService',
'App\\EventListener\\BidLogListener' => 'getBidLogListenerService',
'App\\EventListener\\PurchaseInstructionEventSubscriber' => 'getPurchaseInstructionEventSubscriberService',
'App\\EventListener\\RegistrationFilesUploadListener' => 'getRegistrationFilesUploadListenerService',
'App\\EventListener\\ReviewMailListener' => 'getReviewMailListenerService',
'App\\EventListener\\UserTermsOfServiceSubscriber' => 'getUserTermsOfServiceSubscriberService',
'App\\EventListener\\VehicleListener' => 'getVehicleListenerService',
'App\\EventListener\\VehicleStatusListener' => 'getVehicleStatusListenerService',
'App\\EventListener\\XHRCoreExceptionListener' => 'getXHRCoreExceptionListenerService',
'App\\Form\\ChoiceList\\Frontend\\VehicleChoiceList' => 'getVehicleChoiceListService',
'App\\Form\\DataTransformer\\BooleanStringTransformer' => 'getBooleanStringTransformerService',
'App\\Form\\DataTransformer\\Frontend\\RoomTransformer' => 'getRoomTransformerService',
'App\\Form\\DataTransformer\\Frontend\\SearchAlert\\ArrayStringTransformer' => 'getArrayStringTransformerService',
'App\\Form\\DataTransformer\\Frontend\\SearchAlert\\CategoryTransformer' => 'getCategoryTransformerService',
'App\\Form\\DataTransformer\\Frontend\\SearchAlert\\EnergyTransformer' => 'getEnergyTransformerService',
'App\\Form\\DataTransformer\\Frontend\\SearchAlert\\MakerTransformer' => 'getMakerTransformerService',
'App\\Form\\DataTransformer\\Frontend\\SearchAlert\\ModelTransformer' => 'getModelTransformerService',
'App\\Form\\DataTransformer\\Frontend\\SearchAlert\\SegmentSizeTransformer' => 'getSegmentSizeTransformerService',
'App\\Form\\DataTransformer\\Frontend\\VehicleToIdTransformer' => 'getVehicleToIdTransformerService',
'App\\Form\\DataTransformer\\Frontend\\VehiclesToArrayTransformer' => 'getVehiclesToArrayTransformerService',
'App\\Form\\DataTransformer\\UserToEmailTransformer' => 'getUserToEmailTransformerService',
'App\\Form\\Model\\ChangePassword' => 'getChangePasswordService',
'App\\Form\\Serializer\\FormErrorsSerializer' => 'getFormErrorsSerializerService',
'App\\Form\\Type\\AddressType' => 'getAddressTypeService',
'App\\Form\\Type\\Backend\\AnimationBidType' => 'getAnimationBidTypeService',
'App\\Form\\Type\\Backend\\AvatarFormType' => 'getAvatarFormTypeService',
'App\\Form\\Type\\Backend\\BannerType' => 'getBannerTypeService',
'App\\Form\\Type\\Backend\\BidForUserType' => 'getBidForUserTypeService',
'App\\Form\\Type\\Backend\\CleanCdnType' => 'getCleanCdnTypeService',
'App\\Form\\Type\\Backend\\FeesConverterType' => 'getFeesConverterTypeService',
'App\\Form\\Type\\Backend\\FlyersAuctioneerType' => 'getFlyersAuctioneerTypeService',
'App\\Form\\Type\\Backend\\FromDateToDateType' => 'getFromDateToDateTypeService',
'App\\Form\\Type\\Backend\\NewsType' => 'getNewsTypeService',
'App\\Form\\Type\\Backend\\ParameterSoundType' => 'getParameterSoundTypeService',
'App\\Form\\Type\\Backend\\ParameterType' => 'getParameterTypeService',
'App\\Form\\Type\\Backend\\RegistrationType' => 'getRegistrationTypeService',
'App\\Form\\Type\\Backend\\ReviewReplyType' => 'getReviewReplyTypeService',
'App\\Form\\Type\\Backend\\SaleDateType' => 'getSaleDateTypeService',
'App\\Form\\Type\\Backend\\SaleEventType' => 'getSaleEventTypeService',
'App\\Form\\Type\\Backend\\SaleExportStatsType' => 'getSaleExportStatsTypeService',
'App\\Form\\Type\\Backend\\SaleHighlightType' => 'getSaleHighlightTypeService',
'App\\Form\\Type\\Backend\\SaleImportType' => 'getSaleImportTypeService',
'App\\Form\\Type\\Backend\\UserCustomerPortalIdType' => 'getUserCustomerPortalIdTypeService',
'App\\Form\\Type\\Backend\\UserEmailType' => 'getUserEmailTypeService',
'App\\Form\\Type\\Backend\\UserRolesType' => 'getUserRolesTypeService',
'App\\Form\\Type\\Backend\\UserSalesforceIdType' => 'getUserSalesforceIdTypeService',
'App\\Form\\Type\\Backend\\VehicleAssignType' => 'getVehicleAssignTypeService',
'App\\Form\\Type\\Backend\\VehicleExcludeType' => 'getVehicleExcludeTypeService',
'App\\Form\\Type\\Backend\\VehicleRecommandType' => 'getVehicleRecommandTypeService',
'App\\Form\\Type\\Backend\\VehicleReservePriceType' => 'getVehicleReservePriceTypeService',
'App\\Form\\Type\\Backend\\VehicleStartingPriceType' => 'getVehicleStartingPriceTypeService',
'App\\Form\\Type\\Backend\\WikiImageType' => 'getWikiImageTypeService',
'App\\Form\\Type\\Backend\\WikiType' => 'getWikiTypeService',
'App\\Form\\Type\\ButtonLinkType' => 'getButtonLinkTypeService',
'App\\Form\\Type\\CheckConditionsFormType' => 'getCheckConditionsFormTypeService',
'App\\Form\\Type\\CheckProfileFormType' => 'getCheckProfileFormTypeService',
'App\\Form\\Type\\CodeMirrorType' => 'getCodeMirrorTypeService',
'App\\Form\\Type\\EWZRecaptchaCustomType' => 'getEWZRecaptchaCustomTypeService',
'App\\Form\\Type\\EndlessEmailListType' => 'getEndlessEmailListTypeService',
'App\\Form\\Type\\ForkEstimationCollectionType' => 'getForkEstimationCollectionTypeService',
'App\\Form\\Type\\ForkEstimationType' => 'getForkEstimationTypeService',
'App\\Form\\Type\\Frontend\\AnnotationType' => 'getAnnotationTypeService',
'App\\Form\\Type\\Frontend\\AuctionBidType' => 'getAuctionBidTypeService',
'App\\Form\\Type\\Frontend\\BudgetType' => 'getBudgetTypeService',
'App\\Form\\Type\\Frontend\\BuyoutType' => 'getBuyoutTypeService',
'App\\Form\\Type\\Frontend\\CgvValidationType' => 'getCgvValidationTypeService',
'App\\Form\\Type\\Frontend\\ContactProType' => 'getContactProTypeService',
'App\\Form\\Type\\Frontend\\ContactType' => 'getContactTypeService',
'App\\Form\\Type\\Frontend\\CustomerComplaintType' => 'getCustomerComplaintTypeService',
'App\\Form\\Type\\Frontend\\CustomerReviewType' => 'getCustomerReviewTypeService',
'App\\Form\\Type\\Frontend\\DeliveryCustomEstimateType' => 'getDeliveryCustomEstimateTypeService',
'App\\Form\\Type\\Frontend\\DeliveryEstimateType' => 'getDeliveryEstimateTypeService',
'App\\Form\\Type\\Frontend\\KilometerSearchType' => 'getKilometerSearchTypeService',
'App\\Form\\Type\\Frontend\\NewsletterType' => 'getNewsletterTypeService',
'App\\Form\\Type\\Frontend\\OptinType' => 'getOptinTypeService',
'App\\Form\\Type\\Frontend\\PageLimitType' => 'getPageLimitTypeService',
'App\\Form\\Type\\Frontend\\Popin\\VehicleCityLocationType' => 'getVehicleCityLocationTypeService',
'App\\Form\\Type\\Frontend\\Popin\\VehicleEnergyType' => 'getVehicleEnergyTypeService',
'App\\Form\\Type\\Frontend\\Popin\\VehicleGroupType' => 'getVehicleGroupTypeService',
'App\\Form\\Type\\Frontend\\Popin\\VehicleMakerType' => 'getVehicleMakerTypeService',
'App\\Form\\Type\\Frontend\\Popin\\VehicleOptionType' => 'getVehicleOptionTypeService',
'App\\Form\\Type\\Frontend\\Popin\\VehiclePopinAbstractType' => 'getVehiclePopinAbstractTypeService',
'App\\Form\\Type\\Frontend\\Popin\\VehicleSegmenttailleType' => 'getVehicleSegmenttailleTypeService',
'App\\Form\\Type\\Frontend\\PriceSearchType' => 'getPriceSearchTypeService',
'App\\Form\\Type\\Frontend\\ProspectingProType' => 'getProspectingProTypeService',
'App\\Form\\Type\\Frontend\\PurchaseInstructionRuleType' => 'getPurchaseInstructionRuleTypeService',
'App\\Form\\Type\\Frontend\\PurchaseInstructionType' => 'getPurchaseInstructionTypeService',
'App\\Form\\Type\\Frontend\\PurchaseSearchType' => 'getPurchaseSearchTypeService',
'App\\Form\\Type\\Frontend\\RecommandVehicleType' => 'getRecommandVehicleTypeService',
'App\\Form\\Type\\Frontend\\RecruitmentApplyType' => 'getRecruitmentApplyTypeService',
'App\\Form\\Type\\Frontend\\SaleAutoProType' => 'getSaleAutoProTypeService',
'App\\Form\\Type\\Frontend\\SaleChoiceType' => 'getSaleChoiceTypeService',
'App\\Form\\Type\\Frontend\\SearchAlertType' => 'getSearchAlertTypeService',
'App\\Form\\Type\\Frontend\\TenderPurchaseInstructionType' => 'getTenderPurchaseInstructionTypeService',
'App\\Form\\Type\\Frontend\\UserFirstnameType' => 'getUserFirstnameTypeService',
'App\\Form\\Type\\Frontend\\VehicleFreeSearchType' => 'getVehicleFreeSearchTypeService',
'App\\Form\\Type\\Frontend\\VehicleListSortType' => 'getVehicleListSortTypeService',
'App\\Form\\Type\\Frontend\\VehicleSearchType' => 'getVehicleSearchTypeService',
'App\\Form\\Type\\Frontend\\VehicleSelectType' => 'getVehicleSelectTypeService',
'App\\Form\\Type\\Frontend\\YearSearchType' => 'getYearSearchTypeService',
'App\\Form\\Type\\Live\\PatchVehicleType' => 'getPatchVehicleTypeService',
'App\\Form\\Type\\LocaleChoiceType' => 'getLocaleChoiceTypeService',
'App\\Form\\Type\\Localized\\PortugalRegistrationFormType' => 'getPortugalRegistrationFormTypeService',
'App\\Form\\Type\\Localized\\SpainRegistrationFormType' => 'getSpainRegistrationFormTypeService',
'App\\Form\\Type\\PrivateRegistrationStep2FormType' => 'getPrivateRegistrationStep2FormTypeService',
'App\\Form\\Type\\ProRegistrationStep1FormType' => 'getProRegistrationStep1FormTypeService',
'App\\Form\\Type\\ProRegistrationStep2FormType' => 'getProRegistrationStep2FormTypeService',
'App\\Form\\Type\\ProRegistrationStep2FormWithoutPasswordType' => 'getProRegistrationStep2FormWithoutPasswordTypeService',
'App\\Form\\Type\\ProRegistrationStep3FormType' => 'getProRegistrationStep3FormTypeService',
'App\\Form\\Type\\ProfileFormType' => 'getProfileFormTypeService',
'App\\Form\\Type\\RatingType' => 'getRatingTypeService',
'App\\Form\\Type\\SaleListEmailCollectionType' => 'getSaleListEmailCollectionTypeService',
'App\\Form\\Type\\SaleListEmailType' => 'getSaleListEmailTypeService',
'App\\Form\\Type\\ShippingAddressType' => 'getShippingAddressTypeService',
'App\\Form\\Upload\\Uploader' => 'getUploaderService',
'App\\Generator\\AlertGenerator' => 'getAlertGeneratorService',
'App\\Generator\\FlyerManager' => 'getFlyerManagerService',
'App\\Generator\\PdfGenerator' => 'getPdfGeneratorService',
'App\\Generator\\XlsxGenerator' => 'getXlsxGeneratorService',
'App\\Import\\ImportPro' => 'getImportProService',
'App\\LeasePlan\\LeasePlanAdapter' => 'getLeasePlanAdapterService',
'App\\LeasePlan\\LeasePlanAuctionSynchronizer' => 'getLeasePlanAuctionSynchronizerService',
'App\\LeasePlan\\LeasePlanConnector' => 'getLeasePlanConnectorService',
'App\\LeasePlan\\LeasePlanTransformer' => 'getLeasePlanTransformerService',
'App\\Live\\EntityListener' => 'getEntityListenerService',
'App\\Manager\\BehaviourManager' => 'getBehaviourManagerService',
'App\\MessageHandler\\CustomerPortalMessageHandler' => 'getCustomerPortalMessageHandlerService',
'App\\MessageHandler\\DatabaseRestoreMessageHandler' => 'getDatabaseRestoreMessageHandlerService',
'App\\MessageHandler\\PriceImportMessageHandler' => 'getPriceImportMessageHandlerService',
'App\\MessageHandler\\RmsMessageHandler' => 'getRmsMessageHandlerService',
'App\\Messenger\\CustomerPortalSerializer' => 'getCustomerPortalSerializerService',
'App\\Parameter\\Generator' => 'getGeneratorService',
'App\\Payment\\NotificationReceiver' => 'getNotificationReceiverService',
'App\\Payment\\PaymentFunnel' => 'getPaymentFunnelService',
'App\\Payment\\PaymentObjectCreator' => 'getPaymentObjectCreatorService',
'App\\Payment\\Process\\PaymentProcessStateCheckInfo' => 'getPaymentProcessStateCheckInfoService',
'App\\Payment\\Process\\PaymentProcessStatePay' => 'getPaymentProcessStatePayService',
'App\\Payment\\Process\\PaymentProcessStateReturnFailure' => 'getPaymentProcessStateReturnFailureService',
'App\\Payment\\Process\\PaymentProcessStateReturnSuccess' => 'getPaymentProcessStateReturnSuccessService',
'App\\Payment\\System\\Axepta\\Codes' => 'getCodesService',
'App\\Payment\\System\\Axepta\\Decrypt' => 'getDecryptService',
'App\\Payment\\System\\Axepta\\Encrypt' => 'getEncryptService',
'App\\Payment\\System\\Axepta\\Exception\\AxeptaException' => 'getAxeptaExceptionService',
'App\\Payment\\System\\Axepta\\Exception\\InvalidEncryptedLength' => 'getInvalidEncryptedLengthService',
'App\\Payment\\System\\Axepta\\Exception\\InvalidHmacSignature' => 'getInvalidHmacSignatureService',
'App\\Payment\\System\\Axepta\\Exception\\InvalidQueryString' => 'getInvalidQueryStringService',
'App\\Payment\\System\\Axepta\\FeedbackRetriever' => 'getFeedbackRetrieverService',
'App\\Payment\\System\\Axepta\\Finisher' => 'getFinisherService',
'App\\Payment\\System\\Axepta\\KeyHolder' => 'getKeyHolderService',
'App\\Payment\\System\\Axepta\\NotificationReceiver' => 'getNotificationReceiver2Service',
'App\\Payment\\System\\Axepta\\ParametersProvider' => 'getParametersProviderService',
'App\\Payment\\System\\Axepta\\Starter' => 'getStarterService',
'App\\Repository\\BannerRepository' => 'getBannerRepositoryService',
'App\\Repository\\BuyersGroupRepository' => 'getBuyersGroupRepositoryService',
'App\\Repository\\CategoryRepository' => 'getCategoryRepositoryService',
'App\\Repository\\CgvUserSignatureRepository' => 'getCgvUserSignatureRepositoryService',
'App\\Repository\\ColorRepository' => 'getColorRepositoryService',
'App\\Repository\\EnergyRepository' => 'getEnergyRepositoryService',
'App\\Repository\\ExternalSaleRepository' => 'getExternalSaleRepositoryService',
'App\\Repository\\ExternalVehicleRepository' => 'getExternalVehicleRepositoryService',
'App\\Repository\\FranceWikiRepository' => 'getFranceWikiRepositoryService',
'App\\Repository\\LocaleRepository' => 'getLocaleRepositoryService',
'App\\Repository\\NewsRepository' => 'getNewsRepositoryService',
'App\\Repository\\OptionRepository' => 'getOptionRepositoryService',
'App\\Repository\\PortugalWikiRepository' => 'getPortugalWikiRepositoryService',
'App\\Repository\\PrivateUserRepository' => 'getPrivateUserRepositoryService',
'App\\Repository\\RMSSaleEventRepository' => 'getRMSSaleEventRepositoryService',
'App\\Repository\\RecruitmentWikiRepository' => 'getRecruitmentWikiRepositoryService',
'App\\Repository\\ReviewRepository' => 'getReviewRepositoryService',
'App\\Repository\\RoomRepository' => 'getRoomRepositoryService',
'App\\Repository\\SaleBehaviourRepository' => 'getSaleBehaviourRepositoryService',
'App\\Repository\\SaleEventRepository' => 'getSaleEventRepositoryService',
'App\\Repository\\SaleHighlightRepository' => 'getSaleHighlightRepositoryService',
'App\\Repository\\SearchAlertRepository' => 'getSearchAlertRepositoryService',
'App\\Repository\\SelectionRepository' => 'getSelectionRepositoryService',
'App\\Repository\\SellerRepository' => 'getSellerRepositoryService',
'App\\Repository\\SmsAlertRepository' => 'getSmsAlertRepositoryService',
'App\\Repository\\TransmissionRepository' => 'getTransmissionRepositoryService',
'App\\Repository\\VehicleAlertRepository' => 'getVehicleAlertRepositoryService',
'App\\Repository\\VehicleBehaviourRepository' => 'getVehicleBehaviourRepositoryService',
'App\\Repository\\VehicleUserAlertRepository' => 'getVehicleUserAlertRepositoryService',
'App\\Repository\\WikiRepository' => 'getWikiRepositoryService',
'App\\SMS\\Api\\SMSClientInterface' => 'getSMSClientInterfaceService',
'App\\Salesforce\\Controller\\SalesForceController' => 'getSalesForceControllerService',
'App\\Salesforce\\Ftp\\ApexFTPClient' => 'getApexFTPClientService',
'App\\Salesforce\\Ftp\\ApexFTPClientMock' => 'getApexFTPClientMockService',
'App\\Salesforce\\Ftp\\SalesForcePersonalAccountsExport' => 'getSalesForcePersonalAccountsExportService',
'App\\Salesforce\\Ftp\\SalesForceProAccountsExport' => 'getSalesForceProAccountsExportService',
'App\\Salesforce\\Import\\SalesForceUserImport' => 'getSalesForceUserImportService',
'App\\Salesforce\\Object\\Hydrator\\PrivateUserHydrator' => 'getPrivateUserHydratorService',
'App\\Salesforce\\Object\\Hydrator\\ProUserHydrator' => 'getProUserHydratorService',
'App\\Search\\AliasHandler' => 'getAliasHandlerService',
'App\\Search\\SearchAlertConverter' => 'getSearchAlertConverterService',
'App\\Search\\SearchConverter' => 'getSearchConverterService',
'App\\Security\\Handler\\AuthenticationFailureHandler' => 'getAuthenticationFailureHandlerService',
'App\\Security\\Handler\\AuthenticationSuccessHandler' => 'getAuthenticationSuccessHandlerService',
'App\\Service\\BackupManager' => 'getBackupManagerService',
'App\\Service\\DataHubExportAdapter' => 'getDataHubExportAdapterService',
'App\\Service\\PrivateUserRegistrationSession' => 'getPrivateUserRegistrationSessionService',
'App\\Service\\PurchaseInstructionManager' => 'getPurchaseInstructionManagerService',
'App\\Service\\VehicleAdditionalFields' => 'getVehicleAdditionalFieldsService',
'App\\Stat\\StatCalculator' => 'getStatCalculatorService',
'App\\Template\\PagerTemplate' => 'getPagerTemplateService',
'App\\Terminal\\Controller\\AdjudicationController' => 'getAdjudicationControllerService',
'App\\Terminal\\Controller\\RegistrationController' => 'getRegistrationController3Service',
'App\\User\\Converter' => 'getConverterService',
'App\\User\\Delete' => 'getDeleteService',
'App\\Utils\\Date' => 'getDateService',
'App\\Utils\\Number' => 'getNumberService',
'App\\Utils\\PdfUnite' => 'getPdfUniteService',
'App\\Utils\\Price' => 'getPriceService',
'App\\Utils\\Slugger' => 'getSluggerService',
'App\\Utils\\Url' => 'getUrlService',
'App\\Validator\\AdIdValidator' => 'getAdIdValidatorService',
'App\\Validator\\AddressValidator' => 'getAddressValidatorService',
'App\\Validator\\GreaterThanOrEqualAmountValidator' => 'getGreaterThanOrEqualAmountValidatorService',
'App\\Validator\\MinimumPropertiesFilledValidator' => 'getMinimumPropertiesFilledValidatorService',
'App\\Validator\\VatValidator' => 'getVatValidatorService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Faker\\Generator' => 'getGenerator2Service',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController3Service',
'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',
'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_cni_recto' => 'getUniqidNamer_UserCniRectoService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_cni_verso' => 'getUniqidNamer_UserCniVersoService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_domiciliation' => 'getUniqidNamer_UserDomiciliationService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_fiscal_declaration' => 'getUniqidNamer_UserFiscalDeclarationService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_nif' => 'getUniqidNamer_UserNifService',
'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',
'app.event_listener.user_listener' => 'getApp_EventListener_UserListenerService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'console.command.public_alias.App\\Api\\Command\\DialogInsight\\GenerateDialogInsightExportCommand' => 'getGenerateDialogInsightExportCommandService',
'console.command.public_alias.App\\Api\\Command\\Etincelle\\ImportCommand' => 'getImportCommandService',
'console.command.public_alias.App\\Api\\Command\\Etincelle\\TarifGridGenerationCommand' => 'getTarifGridGenerationCommandService',
'console.command.public_alias.App\\Api\\Command\\Etincelle\\UpdateCommand' => 'getUpdateCommandService',
'console.command.public_alias.App\\Api\\Command\\SAP\\GenerateSapAdjudicationFileCommand' => 'getGenerateSapAdjudicationFileCommandService',
'console.command.public_alias.App\\Api\\Command\\SAP\\SendSapFilesCommand' => 'getSendSapFilesCommandService',
'console.command.public_alias.App\\Salesforce\\Command\\SalesForceExportFOSUserCommand' => 'getSalesForceExportFOSUserCommandService',
'console.command.public_alias.App\\Salesforce\\Command\\SalesForceGetPersonalAccountsCommand' => 'getSalesForceGetPersonalAccountsCommandService',
'console.command.public_alias.App\\Salesforce\\Command\\SalesForceGetProAccountsCommand' => 'getSalesForceGetProAccountsCommandService',
'console.command.public_alias.App\\Salesforce\\Command\\SalesForceUserImportCommand' => 'getSalesForceUserImportCommandService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'doctrine.dbal.autovista_connection' => 'getDoctrine_Dbal_AutovistaConnectionService',
'doctrine.dbal.tarif_connection' => 'getDoctrine_Dbal_TarifConnectionService',
'error_controller' => 'getErrorControllerService',
'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService',
'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService',
'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
'fos_user.listener.authentication' => 'getFosUser_Listener_AuthenticationService',
'fos_user.listener.email_confirmation' => 'getFosUser_Listener_EmailConfirmationService',
'fos_user.listener.flash' => 'getFosUser_Listener_FlashService',
'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
'jms_translation.config_factory' => 'getJmsTranslation_ConfigFactoryService',
'jms_translation.controller.api_controller' => 'getJmsTranslation_Controller_ApiControllerService',
'jms_translation.controller.translate_controller' => 'getJmsTranslation_Controller_TranslateControllerService',
'jms_translation.updater' => 'getJmsTranslation_UpdaterService',
'knp_snappy.image' => 'getKnpSnappy_ImageService',
'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
'monolog.logger.sale' => 'getMonolog_Logger_SaleService',
'monolog.logger.signalr' => 'getMonolog_Logger_SignalrService',
'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
'nelmio_api_doc.generator.iridium' => 'getNelmioApiDoc_Generator_IridiumService',
'nelmio_api_doc.generator.rms' => 'getNelmioApiDoc_Generator_RmsService',
'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
'routing.loader' => 'getRouting_LoaderService',
'security.authentication.failure_handler.main.form_login' => 'getSecurity_Authentication_FailureHandler_Main_FormLoginService',
'security.authentication.success_handler.main.form_login' => 'getSecurity_Authentication_SuccessHandler_Main_FormLoginService',
'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',
'vpauto.logger.ad_debug' => 'getVpauto_Logger_AdDebugService',
'vpauto.logger.backend_user' => 'getVpauto_Logger_BackendUserService',
'vpauto.logger.bidapi' => 'getVpauto_Logger_BidapiService',
'vpauto.logger.bids_history' => 'getVpauto_Logger_BidsHistoryService',
'vpauto.logger.cdn.upload' => 'getVpauto_Logger_Cdn_UploadService',
'vpauto.logger.customer_portal' => 'getVpauto_Logger_CustomerPortalService',
'vpauto.logger.customer_portal_companies' => 'getVpauto_Logger_CustomerPortalCompaniesService',
'vpauto.logger.import' => 'getVpauto_Logger_ImportService',
'vpauto.logger.import.external_sale' => 'getVpauto_Logger_Import_ExternalSaleService',
'vpauto.logger.import.pi' => 'getVpauto_Logger_Import_PiService',
'vpauto.logger.import.pro' => 'getVpauto_Logger_Import_ProService',
'vpauto.logger.import.user' => 'getVpauto_Logger_Import_UserService',
'vpauto.logger.import_error' => 'getVpauto_Logger_ImportErrorService',
'vpauto.logger.leaseplan.bid' => 'getVpauto_Logger_Leaseplan_BidService',
'vpauto.logger.live.award.mail' => 'getVpauto_Logger_Live_Award_MailService',
'vpauto.logger.live_api' => 'getVpauto_Logger_LiveApiService',
'vpauto.logger.pdf.generator' => 'getVpauto_Logger_Pdf_GeneratorService',
'vpauto.logger.pi_debug' => 'getVpauto_Logger_PiDebugService',
'vpauto.logger.pi_history' => 'getVpauto_Logger_PiHistoryService',
'vpauto.logger.purgate' => 'getVpauto_Logger_PurgateService',
'vpauto.logger.service_bus' => 'getVpauto_Logger_ServiceBusService',
'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\\Auctioneer\\Auctioneer' => 'vp_auto.auctioneer',
'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
'FOS\\UserBundle\\Controller\\RegistrationController' => 'App\\Controller\\RegistrationController',
'FOS\\UserBundle\\Controller\\ResettingController' => 'App\\Controller\\ResettingController',
'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
'JMS\\TranslationBundle\\Controller\\ApiController' => 'jms_translation.controller.api_controller',
'JMS\\TranslationBundle\\Controller\\TranslateController' => 'jms_translation.controller.translate_controller',
'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',
'fos_user.registration.controller' => 'App\\Controller\\RegistrationController',
'fos_user.resetting.controller' => 'App\\Controller\\ResettingController',
'fos_user.user_manager' => 'App\\Manager\\UserManager',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
'jms_serializer.instances.default' => 'jms_serializer',
'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
'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__, 6).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 6).'/src/Kernel.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset-mapper/AssetMapperInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset-mapper/AssetMapper.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset-mapper/Factory/MappedAssetFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset-mapper/Factory/CachedMappedAssetFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset-mapper/Factory/MappedAssetFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset-mapper/AssetMapperCompiler.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset-mapper/AssetMapperRepository.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset-mapper/MapperAwareAssetPackage.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset/UrlPackage.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset-mapper/AssetMapperDevServerSubscriber.php';
include_once \dirname(__DIR__, 6).'/src/EventListener/TwigRequestListener.php';
include_once \dirname(__DIR__, 6).'/src/EventListener/UserSubscriber.php';
include_once \dirname(__DIR__, 6).'/src/EventListener/RouteRequestListener.php';
include_once \dirname(__DIR__, 6).'/src/EventListener/NoCacheListener.php';
include_once \dirname(__DIR__, 6).'/src/EventListener/AjaxFlashListener.php';
include_once \dirname(__DIR__, 6).'/src/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 6).'/src/EventListener/RegistrationListener.php';
include_once \dirname(__DIR__, 6).'/src/Live/EntityFormater.php';
include_once \dirname(__DIR__, 6).'/src/Live/FlushSocketNotifierListener.php';
include_once \dirname(__DIR__, 6).'/src/Live/Formater/FormaterInterface.php';
include_once \dirname(__DIR__, 6).'/src/Live/Formater/BidFormater.php';
include_once \dirname(__DIR__, 6).'/src/Live/Formater/SaleFormater.php';
include_once \dirname(__DIR__, 6).'/src/Live/Formater/UserFormater.php';
include_once \dirname(__DIR__, 6).'/src/Live/Formater/VehicleFormater.php';
include_once \dirname(__DIR__, 6).'/src/Live/KeyGenerator.php';
include_once \dirname(__DIR__, 6).'/src/Live/SocketNotifier.php';
include_once \dirname(__DIR__, 6).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 6).'/src/Locale/LocaleEventSubscriber.php';
include_once \dirname(__DIR__, 6).'/src/Locale/LocaleSelector.php';
include_once \dirname(__DIR__, 6).'/src/Service/GeoipClient.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/CountryExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/LocaleExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/OfferExtension.php';
include_once \dirname(__DIR__, 6).'/src/Mailer/Mailer.php';
include_once \dirname(__DIR__, 6).'/src/Mailer/TranslatableMailer.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Mailer/MailerInterface.php';
include_once \dirname(__DIR__, 6).'/src/Mailer/UserMailer.php';
include_once \dirname(__DIR__, 6).'/src/Parameter/ProviderInterface.php';
include_once \dirname(__DIR__, 6).'/src/Parameter/Provider.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 6).'/src/Payment/DataCollector.php';
include_once \dirname(__DIR__, 6).'/src/Payment/PaymentContext.php';
include_once \dirname(__DIR__, 6).'/src/Utils/TaxConverter.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 6).'/src/Repository/AuctionRepository.php';
include_once \dirname(__DIR__, 6).'/src/Repository/BidRepository.php';
include_once \dirname(__DIR__, 6).'/src/Repository/PurchaseInstructionRepository.php';
include_once \dirname(__DIR__, 6).'/src/Repository/PurchaseInstructionRuleRepository.php';
include_once \dirname(__DIR__, 6).'/src/Repository/SaleRepository.php';
include_once \dirname(__DIR__, 6).'/src/Repository/TransactionRepository.php';
include_once \dirname(__DIR__, 6).'/src/Repository/UserRepository.php';
include_once \dirname(__DIR__, 6).'/src/Repository/VehicleRepository.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManagerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManager.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserManager.php';
include_once \dirname(__DIR__, 6).'/src/Manager/UserManager.php';
include_once \dirname(__DIR__, 6).'/src/VehicleInformer/RecommendationChecker.php';
include_once \dirname(__DIR__, 6).'/src/VehicleInformer/RecommendationLinker.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 6).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/UriSigner.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/mailer/MailerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/mailer/Mailer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/mailer/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/mailer/Transport/Transports.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/mailer/Transport.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 6).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 6).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/mime/MimeTypes.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Security.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-foundation/RequestMatcher.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Util/PasswordUpdaterInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Util/HashingPasswordUpdater.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Type/Parser.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/translation-bundle/Twig/TranslationExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
include_once \dirname(__DIR__, 6).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
include_once \dirname(__DIR__, 6).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
include_once \dirname(__DIR__, 6).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
include_once \dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry/src/State/HubInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry/src/State/HubAdapter.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry/src/ClientInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry/src/Client.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry/src/ClientBuilder.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry/src/Options.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 6).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 6).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
include_once \dirname(__DIR__, 6).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/monolog-bridge/Handler/FirePHPHandler.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
include_once \dirname(__DIR__, 6).'/src/Api/DataHub/DataHubApiClient.php';
include_once \dirname(__DIR__, 6).'/src/Service/VehicleMultiLocaleFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
include_once \dirname(__DIR__, 6).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
include_once \dirname(__DIR__, 6).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Util/CloneTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Util/CachedTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Serializer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Util/CorsTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset-mapper/Path/PublicAssetsPathResolverInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfonycasts/sass-bundle/src/AssetMapper/SassPublicPathAssetPathResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset-mapper/Path/PublicAssetsPathResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/messenger/TraceableMessageBus.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/messenger/MessageBus.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/SerializerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Serializer.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/src/Serializer/Normalizer/LegacyPagerfantaNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/src/Serializer/Normalizer/PagerfantaNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 6).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/ADExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/BehaviourExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/FormatExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/IntlExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/LiveExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/MenuExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/MiscExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/MoniteurLiveExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/ParameterExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/RecommendationExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/RouteNameExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/SaleExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/StarRatingExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/TarifExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/TaxExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/TextExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/UserExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/VehicleExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/WebsiteExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/Extension/WikiExtension.php';
include_once \dirname(__DIR__, 6).'/src/Twig/VPAutoExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/Extension/DebugExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Twig/Extension/TimeExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/DateTimeFormatter.php';
include_once \dirname(__DIR__, 6).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 6).'/vendor/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaExtension.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/src/Twig/UndefinedCallableHandler.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/http-foundation/Session/Session.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
return $class::do($this, $lazyLoad);
}
if ('.' === $file[-4]) {
$class = substr($class, 0, -4);
} else {
$file .= '.php';
}
$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
}
protected function createProxy($class, \Closure $factory)
{
class_exists($class, false) || require __DIR__.'/'.$class.'.php';
return $factory();
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
$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.asset_mapper.traceable', ($this->privates['cache.asset_mapper.traceable'] ?? $this->getCache_AssetMapper_TraceableService()));
$d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
$d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
$d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
$d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
$d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
$d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
$d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
$d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
$d->addInstance('api_platform.cache.route_name_resolver.traceable', ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()));
$d->addInstance('api_platform.cache.metadata.resource.traceable', ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()));
$d->addInstance('api_platform.cache.metadata.resource.legacy.traceable', ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()));
$d->addInstance('api_platform.cache.metadata.property.legacy.traceable', ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()));
$d->addInstance('api_platform.cache.subresource_operation_factory.traceable', ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()));
$d->addInstance('api_platform.cache.identifiers_extractor.traceable', ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$f->registerBus('command_bus', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$g->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add($e);
$instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
$instance->add($f);
$instance->add(($this->privates['App\\Payment\\DataCollector'] ?? $this->getDataCollectorService()));
$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 \JMS\SerializerBundle\Debug\DataCollector('default', [], ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
$instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$instance->add($g);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false);
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
$a = ($this->privates['api_platform.openapi.normalizer.api_gateway'] ?? $this->getApiPlatform_Openapi_Normalizer_ApiGatewayService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$d = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$e = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$f = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$g = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$h = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$i = ($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'];
}
$j = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$k = ($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'];
}
$l = ($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'];
}
$m = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$n = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$o = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
$p = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
$q = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($o, $b, $c, $d, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $e, NULL, $p, NULL, true, 'oauth2', 'password', '/oauth/v2/token', '', [], [], $f, true, 'page', false, 'itemsPerPage', $this->parameters['api_platform.formats'], false, 'pagination', [], $this->parameters['api_platform.swagger.versions'], $g, NULL, true, new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(($this->privates['.1_Serializer~XZc6ORm'] ?? $this->get_1SerializerXZc6ORmService()))));
$r = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
$s = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
$t = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
$u = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($t);
$v = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($t, $r, $n, $m, $u, NULL, [], $m);
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($n), 1 => new \BabDev\PagerfantaBundle\Serializer\Normalizer\LegacyPagerfantaNormalizer(new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer()), 2 => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), 3 => $a, 4 => $q, 5 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($h, [], $r), 6 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $r), 7 => $q, 8 => $a, 9 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($o, $b, $c, $s, NULL, $h, NULL, $r), 10 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($o, $i, $h), 11 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($h, true), 12 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 13 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 15 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 16 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($o, $b, $c, $i, $s, $j, $n, $r, $t, [], new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
}, 1), $k), 17 => new \ApiPlatform\Serializer\ItemNormalizer($b, $c, $i, $s, $n, $r, $t, $l, false, NULL, new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
}, 1), $o, $k), 18 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $r), 20 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($t, $r, $m, $u, NULL, [])), 21 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 24 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 25 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 26 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 27 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($j, $s, $i, NULL), 'page', 'pagination', $o, $n), $o, $s, $p), 28 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 29 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($v, $i, $j), 30 => $v], [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.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
$a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
if (isset($this->services['.container.private.session'])) {
return $this->services['.container.private.session'];
}
return $this->services['.container.private.session'] = $a->createSession();
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 6));
$a->addPath((\dirname(__DIR__, 6).'/vendor/pagerfanta/pagerfanta/lib/Twig/templates/'), 'Pagerfanta');
$a->addPath('src/Resources/views');
$a->addPath((\dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 6).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 6).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 6).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 6).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
$a->addPath((\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
$a->addPath((\dirname(__DIR__, 6).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
$a->addPath((\dirname(__DIR__, 6).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
$a->addPath((\dirname(__DIR__, 6).'/templates/bundles/TwigBundle'), 'Twig');
$a->addPath((\dirname(__DIR__, 6).'/templates/bundles/TwigBundle'), '!Twig');
$a->addPath((\dirname(__DIR__, 6).'/templates/bundles/FOSUserBundle'), 'FOSUser');
$a->addPath((\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
$a->addPath((\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
$a->addPath((\dirname(__DIR__, 6).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
$a->addPath((\dirname(__DIR__, 6).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
$a->addPath((\dirname(__DIR__, 6).'/vendor/jms/translation-bundle/Resources/views'), 'JMSTranslation');
$a->addPath((\dirname(__DIR__, 6).'/vendor/jms/translation-bundle/Resources/views'), '!JMSTranslation');
$a->addPath((\dirname(__DIR__, 6).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 6).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
$a->addPath((\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$a->addPath((\dirname(__DIR__, 6).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 6).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
$a->addPath((\dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
$a->addPath((\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/templates'), 'BabDevPagerfanta');
$a->addPath((\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/templates'), '!BabDevPagerfanta');
$a->addPath((\dirname(__DIR__, 6).'/templates'));
$a->addPath((\dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 6).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$e = ($this->services['translator'] ?? $this->getTranslatorService());
$f = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(($this->privates['asset_mapper.asset_package'] ?? $this->getAssetMapper_AssetPackageService()), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0)));
$g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$h = ($this->services['router'] ?? $this->getRouterService());
$i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$j = ($this->privates['App\\Twig\\Extension\\CountryExtension'] ?? $this->getCountryExtensionService());
$k = ($this->services['App\\Parameter\\Provider'] ?? $this->getProviderService());
$l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$l->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $g]);
$m = new \Symfony\Bridge\Twig\AppVariable();
$m->setEnvironment('dev');
$m->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$m->setTokenStorage($c);
}
if ($this->has('request_stack')) {
$m->setRequestStack($b);
}
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
$instance->addExtension($f);
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__, 6), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $h)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
$instance->addExtension(new \App\Twig\Extension\ADExtension($b, $this->getEnv('AD_URL_CONNECT'), $this->getEnv('AD_APP_ID'), $this->getEnv('AD_URL_REDIRECT')));
$instance->addExtension(new \App\Twig\Extension\AssetExtension(\dirname(__DIR__, 6)));
$instance->addExtension(new \App\Twig\Extension\BehaviourExtension($i));
$instance->addExtension($j);
$instance->addExtension(new \App\Twig\Extension\FormatExtension());
$instance->addExtension(new \App\Twig\Extension\IntlExtension($b, $j));
$instance->addExtension(new \App\Twig\Extension\LiveExtension($i, (\dirname(__DIR__, 6).'/app/Resources/auctions/')));
$instance->addExtension(($this->privates['App\\Twig\\Extension\\LocaleExtension'] ?? $this->getLocaleExtensionService()));
$instance->addExtension(new \App\Twig\Extension\MenuExtension(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))));
$instance->addExtension(new \App\Twig\Extension\MiscExtension());
$instance->addExtension(new \App\Twig\Extension\MoniteurLiveExtension());
$instance->addExtension(($this->privates['App\\Twig\\Extension\\OfferExtension'] ?? $this->getOfferExtensionService()));
$instance->addExtension(new \App\Twig\Extension\ParameterExtension($k));
$instance->addExtension(new \App\Twig\Extension\RecommendationExtension(($this->services['App\\VehicleInformer\\RecommendationLinker'] ?? $this->getRecommendationLinkerService()), ($this->services['App\\VehicleInformer\\RecommendationChecker'] ?? $this->getRecommendationCheckerService())));
$instance->addExtension(new \App\Twig\Extension\RouteNameExtension());
$instance->addExtension(new \App\Twig\Extension\SaleExtension($i, $k));
$instance->addExtension(new \App\Twig\Extension\StarRatingExtension($instance));
$instance->addExtension(new \App\Twig\Extension\TarifExtension(($this->privates['App\\Provider\\Tarif\\TarifProvider'] ?? $this->getTarifProviderService())));
$instance->addExtension(new \App\Twig\Extension\TaxExtension(($this->services['App\\Utils\\TaxConverter'] ?? $this->getTaxConverterService())));
$instance->addExtension(new \App\Twig\Extension\TextExtension());
$instance->addExtension(new \App\Twig\Extension\UserExtension($c, $h));
$instance->addExtension(new \App\Twig\Extension\VehicleExtension($c, $i));
$instance->addExtension(new \App\Twig\Extension\WebsiteExtension($this->getEnv('APP_WEBSITE')));
$instance->addExtension(new \App\Twig\Extension\WikiExtension());
$instance->addExtension(new \App\Twig\VPAutoExtension());
$instance->addExtension(new \Twig_Extensions_Extension_Text());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Twig\Extension\DebugExtension());
$instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
$instance->addExtension(($this->services['jms_translation.twig_extension'] ?? $this->getJmsTranslation_TwigExtensionService()));
$instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($e)));
$instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($f));
$instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
$instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
$instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
$instance->addExtension(new \Pagerfanta\Twig\Extension\PagerfantaExtension());
$instance->addGlobal('app', $m);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
'Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => ['privates', 'pagerfanta.twig_runtime', 'getPagerfanta_TwigRuntimeService', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
'Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => '?',
])));
$instance->addGlobal('disablemultilanguages', true);
$instance->addGlobal('js_server', $this->getEnv('JS_SERVER'));
$instance->addGlobal('default_locale', 'fr');
$instance->addGlobal('salesforce_base_url', $this->getEnv('SALESFORCE_BASE_URL'));
$instance->addGlobal('socket_server_public_url', $this->getEnv('JS_SERVER_PUBLIC_URL'));
$instance->addGlobal('sentry_dsn', $this->getEnv('SENTRY_DSN'));
$instance->addGlobal('allowed_locales', $this->parameters['allowed_locales']);
$instance->addGlobal('current_country', $this->getEnv('APP_COUNTRY'));
$instance->addGlobal('countries_domain', $this->getParameter('countries_domain'));
$instance->addGlobal('sell_my_auto_url', 'https://vendresonauto.com');
$instance->addGlobal('vpauto_report_email_authorized', 'vpauto.fr|vpauto.eu|vo360.eu');
$instance->addGlobal('azure_maps_url', $this->getEnv('AZURE_MAPS_URL'));
$instance->addGlobal('azure_maps_key', $this->getEnv('AZURE_MAPS_KEY'));
$instance->addGlobal('rudderstack_key', $this->getEnv('RUDDERSTACK_KEY'));
$instance->addGlobal('rudderstack_dataplane_url', $this->getEnv('RUDDERSTACK_DATAPLANE_URL'));
$instance->addGlobal('customer_portal_url', $this->getEnv('CUSTOMER_PORTAL_URL'));
$instance->registerUndefinedFunctionCallback([0 => new \BabDev\PagerfantaBundle\Twig\UndefinedCallableHandler(), 1 => 'onUndefinedFunction']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'App\EventListener\AjaxFlashListener' shared autowired service.
*
* @return \App\EventListener\AjaxFlashListener
*/
protected function getAjaxFlashListenerService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['App\\EventListener\\AjaxFlashListener'])) {
return $this->services['App\\EventListener\\AjaxFlashListener'];
}
return $this->services['App\\EventListener\\AjaxFlashListener'] = new \App\EventListener\AjaxFlashListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a);
}
/**
* Gets the public 'App\EventListener\LocaleListener' shared autowired service.
*
* @return \App\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
return $this->services['App\\EventListener\\LocaleListener'] = new \App\EventListener\LocaleListener('fr');
}
/**
* Gets the public 'App\EventListener\NoCacheListener' shared autowired service.
*
* @return \App\EventListener\NoCacheListener
*/
protected function getNoCacheListenerService()
{
return $this->services['App\\EventListener\\NoCacheListener'] = new \App\EventListener\NoCacheListener();
}
/**
* Gets the public 'App\EventListener\RegistrationListener' shared autowired service.
*
* @return \App\EventListener\RegistrationListener
*/
protected function getRegistrationListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['App\\EventListener\\RegistrationListener'])) {
return $this->services['App\\EventListener\\RegistrationListener'];
}
return $this->services['App\\EventListener\\RegistrationListener'] = new \App\EventListener\RegistrationListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
}
/**
* Gets the public 'App\EventListener\RouteRequestListener' shared autowired service.
*
* @return \App\EventListener\RouteRequestListener
*/
protected function getRouteRequestListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->services['App\\EventListener\\RouteRequestListener'])) {
return $this->services['App\\EventListener\\RouteRequestListener'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['App\\EventListener\\RouteRequestListener'])) {
return $this->services['App\\EventListener\\RouteRequestListener'];
}
return $this->services['App\\EventListener\\RouteRequestListener'] = new \App\EventListener\RouteRequestListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, $b);
}
/**
* Gets the public 'App\EventListener\TwigRequestListener' shared autowired service.
*
* @return \App\EventListener\TwigRequestListener
*/
protected function getTwigRequestListenerService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['App\\EventListener\\TwigRequestListener'])) {
return $this->services['App\\EventListener\\TwigRequestListener'];
}
return $this->services['App\\EventListener\\TwigRequestListener'] = new \App\EventListener\TwigRequestListener($a);
}
/**
* Gets the public 'App\EventListener\UserSubscriber' shared autowired service.
*
* @return \App\EventListener\UserSubscriber
*/
protected function getUserSubscriberService()
{
$a = ($this->services['App\\Mailer\\UserMailer'] ?? $this->getUserMailerService());
if (isset($this->services['App\\EventListener\\UserSubscriber'])) {
return $this->services['App\\EventListener\\UserSubscriber'];
}
$b = ($this->services['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
if (isset($this->services['App\\EventListener\\UserSubscriber'])) {
return $this->services['App\\EventListener\\UserSubscriber'];
}
$c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\EventListener\\UserSubscriber'])) {
return $this->services['App\\EventListener\\UserSubscriber'];
}
$d = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['App\\EventListener\\UserSubscriber'])) {
return $this->services['App\\EventListener\\UserSubscriber'];
}
$e = ($this->services['App\\Live\\SocketNotifier'] ?? $this->getSocketNotifierService());
if (isset($this->services['App\\EventListener\\UserSubscriber'])) {
return $this->services['App\\EventListener\\UserSubscriber'];
}
return $this->services['App\\EventListener\\UserSubscriber'] = new \App\EventListener\UserSubscriber($a, $b, $c, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $d, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $e);
}
/**
* Gets the public 'App\Live\EntityFormater' shared autowired service.
*
* @return \App\Live\EntityFormater
*/
protected function getEntityFormaterService()
{
$this->services['App\\Live\\EntityFormater'] = $instance = new \App\Live\EntityFormater();
$instance->addFormater(($this->services['App\\Live\\Formater\\UserFormater'] ?? $this->getUserFormaterService()));
$instance->addFormater(($this->services['App\\Live\\Formater\\SaleFormater'] ?? ($this->services['App\\Live\\Formater\\SaleFormater'] = new \App\Live\Formater\SaleFormater())));
$instance->addFormater(($this->services['App\\Live\\Formater\\VehicleFormater'] ?? $this->getVehicleFormaterService()));
$instance->addFormater(($this->services['App\\Live\\Formater\\BidFormater'] ?? $this->getBidFormaterService()));
return $instance;
}
/**
* Gets the public 'App\Live\FlushSocketNotifierListener' shared autowired service.
*
* @return \App\Live\FlushSocketNotifierListener
*/
protected function getFlushSocketNotifierListenerService()
{
$a = ($this->services['App\\Live\\SocketNotifier'] ?? $this->getSocketNotifierService());
if (isset($this->services['App\\Live\\FlushSocketNotifierListener'])) {
return $this->services['App\\Live\\FlushSocketNotifierListener'];
}
return $this->services['App\\Live\\FlushSocketNotifierListener'] = new \App\Live\FlushSocketNotifierListener($a);
}
/**
* Gets the public 'App\Live\Formater\BidFormater' shared autowired service.
*
* @return \App\Live\Formater\BidFormater
*/
protected function getBidFormaterService()
{
return $this->services['App\\Live\\Formater\\BidFormater'] = new \App\Live\Formater\BidFormater(($this->privates['App\\Provider\\Tarif\\TarifProvider'] ?? $this->getTarifProviderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public 'App\Live\Formater\SaleFormater' shared autowired service.
*
* @return \App\Live\Formater\SaleFormater
*/
protected function getSaleFormaterService()
{
return $this->services['App\\Live\\Formater\\SaleFormater'] = new \App\Live\Formater\SaleFormater();
}
/**
* Gets the public 'App\Live\Formater\UserFormater' shared autowired service.
*
* @return \App\Live\Formater\UserFormater
*/
protected function getUserFormaterService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->services['App\\Live\\Formater\\UserFormater'])) {
return $this->services['App\\Live\\Formater\\UserFormater'];
}
return $this->services['App\\Live\\Formater\\UserFormater'] = new \App\Live\Formater\UserFormater($a);
}
/**
* Gets the public 'App\Live\Formater\VehicleFormater' shared autowired service.
*
* @return \App\Live\Formater\VehicleFormater
*/
protected function getVehicleFormaterService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['App\\Live\\Formater\\VehicleFormater'])) {
return $this->services['App\\Live\\Formater\\VehicleFormater'];
}
$b = ($this->services['App\\Parameter\\Provider'] ?? $this->getProviderService());
if (isset($this->services['App\\Live\\Formater\\VehicleFormater'])) {
return $this->services['App\\Live\\Formater\\VehicleFormater'];
}
$c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\Live\\Formater\\VehicleFormater'])) {
return $this->services['App\\Live\\Formater\\VehicleFormater'];
}
$d = ($this->services['vp_auto.auctioneer'] ?? $this->getVpAuto_AuctioneerService());
if (isset($this->services['App\\Live\\Formater\\VehicleFormater'])) {
return $this->services['App\\Live\\Formater\\VehicleFormater'];
}
$e = ($this->services['App\\Service\\VehicleMultiLocaleFactory'] ?? $this->getVehicleMultiLocaleFactoryService());
if (isset($this->services['App\\Live\\Formater\\VehicleFormater'])) {
return $this->services['App\\Live\\Formater\\VehicleFormater'];
}
return $this->services['App\\Live\\Formater\\VehicleFormater'] = new \App\Live\Formater\VehicleFormater($a, $b, $c, $d, ($this->privates['App\\Provider\\Tarif\\TarifProvider'] ?? $this->getTarifProviderService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $e, $this->parameters['allowed_locales']);
}
/**
* Gets the public 'App\Live\KeyGenerator' shared autowired service.
*
* @return \App\Live\KeyGenerator
*/
protected function getKeyGeneratorService()
{
return $this->services['App\\Live\\KeyGenerator'] = new \App\Live\KeyGenerator('ThePrivateKey');
}
/**
* Gets the public 'App\Live\SocketNotifier' shared autowired service.
*
* @return \App\Live\SocketNotifier
*/
protected function getSocketNotifierService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\Live\\SocketNotifier'])) {
return $this->services['App\\Live\\SocketNotifier'];
}
$b = ($this->services['App\\Live\\EntityFormater'] ?? $this->getEntityFormaterService());
if (isset($this->services['App\\Live\\SocketNotifier'])) {
return $this->services['App\\Live\\SocketNotifier'];
}
$c = ($this->services['App\\Live\\Formater\\VehicleFormater'] ?? $this->getVehicleFormaterService());
if (isset($this->services['App\\Live\\SocketNotifier'])) {
return $this->services['App\\Live\\SocketNotifier'];
}
return $this->services['App\\Live\\SocketNotifier'] = new \App\Live\SocketNotifier($a, $b, $c, ($this->services['App\\Live\\KeyGenerator'] ?? ($this->services['App\\Live\\KeyGenerator'] = new \App\Live\KeyGenerator('ThePrivateKey'))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $this->getEnv('JS_SERVER'), $this->getEnv('bool:JS_SERVER_SEND'));
}
/**
* Gets the public 'App\Locale\LocaleEventSubscriber' shared autowired service.
*
* @return \App\Locale\LocaleEventSubscriber
*/
protected function getLocaleEventSubscriberService()
{
$a = ($this->services['App\\Locale\\LocaleSelector'] ?? $this->getLocaleSelectorService());
if (isset($this->services['App\\Locale\\LocaleEventSubscriber'])) {
return $this->services['App\\Locale\\LocaleEventSubscriber'];
}
return $this->services['App\\Locale\\LocaleEventSubscriber'] = new \App\Locale\LocaleEventSubscriber($a);
}
/**
* Gets the public 'App\Locale\LocaleSelector' shared autowired service.
*
* @return \App\Locale\LocaleSelector
*/
protected function getLocaleSelectorService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['App\\Locale\\LocaleSelector'])) {
return $this->services['App\\Locale\\LocaleSelector'];
}
return $this->services['App\\Locale\\LocaleSelector'] = new \App\Locale\LocaleSelector($this->getEnv('APP_COUNTRY'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, $this->parameters['allowed_locales'], $this->parameters['proposed_locales'], ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public 'App\Mailer\Mailer' shared autowired service.
*
* @return \App\Mailer\Mailer
*/
protected function getMailerService()
{
$a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->services['App\\Mailer\\Mailer'])) {
return $this->services['App\\Mailer\\Mailer'];
}
$b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['App\\Mailer\\Mailer'])) {
return $this->services['App\\Mailer\\Mailer'];
}
return $this->services['App\\Mailer\\Mailer'] = new \App\Mailer\Mailer($a, $b, 'no-reply@vpauto.fr', 'support@vpauto.fr');
}
/**
* Gets the public 'App\Mailer\TranslatableMailer' shared autowired service.
*
* @return \App\Mailer\TranslatableMailer
*/
protected function getTranslatableMailerService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['App\\Mailer\\TranslatableMailer'])) {
return $this->services['App\\Mailer\\TranslatableMailer'];
}
$b = ($this->services['App\\Mailer\\Mailer'] ?? $this->getMailerService());
if (isset($this->services['App\\Mailer\\TranslatableMailer'])) {
return $this->services['App\\Mailer\\TranslatableMailer'];
}
return $this->services['App\\Mailer\\TranslatableMailer'] = new \App\Mailer\TranslatableMailer($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr');
}
/**
* Gets the public 'App\Mailer\UserMailer' shared autowired service.
*
* @return \App\Mailer\UserMailer
*/
protected function getUserMailerService()
{
$a = ($this->services['App\\Mailer\\Mailer'] ?? $this->getMailerService());
if (isset($this->services['App\\Mailer\\UserMailer'])) {
return $this->services['App\\Mailer\\UserMailer'];
}
$b = ($this->services['App\\Mailer\\TranslatableMailer'] ?? $this->getTranslatableMailerService());
if (isset($this->services['App\\Mailer\\UserMailer'])) {
return $this->services['App\\Mailer\\UserMailer'];
}
$c = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['App\\Mailer\\UserMailer'])) {
return $this->services['App\\Mailer\\UserMailer'];
}
$d = ($this->privates['App\\Twig\\Extension\\CountryExtension'] ?? $this->getCountryExtensionService());
if (isset($this->services['App\\Mailer\\UserMailer'])) {
return $this->services['App\\Mailer\\UserMailer'];
}
$e = ($this->privates['App\\Twig\\Extension\\LocaleExtension'] ?? $this->getLocaleExtensionService());
if (isset($this->services['App\\Mailer\\UserMailer'])) {
return $this->services['App\\Mailer\\UserMailer'];
}
$f = ($this->services['App\\Parameter\\Provider'] ?? $this->getProviderService());
if (isset($this->services['App\\Mailer\\UserMailer'])) {
return $this->services['App\\Mailer\\UserMailer'];
}
return $this->services['App\\Mailer\\UserMailer'] = new \App\Mailer\UserMailer($a, $b, $c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d, $e, $f, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), 'adhesion@vpauto.fr');
}
/**
* Gets the public 'App\Manager\UserManager' shared autowired service.
*
* @return \App\Manager\UserManager
*/
protected function getUserManagerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\Manager\\UserManager'])) {
return $this->services['App\\Manager\\UserManager'];
}
return $this->services['App\\Manager\\UserManager'] = new \App\Manager\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), $a, 'App\\Entity\\User');
}
/**
* Gets the public 'App\Parameter\Provider' shared autowired service.
*
* @return \App\Parameter\Provider
*/
protected function getProviderService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\Parameter\\Provider'])) {
return $this->services['App\\Parameter\\Provider'];
}
return $this->services['App\\Parameter\\Provider'] = new \App\Parameter\Provider($a);
}
/**
* Gets the public 'App\Payment\PaymentContext' shared autowired service.
*
* @return \App\Payment\PaymentContext
*/
protected function getPaymentContextService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\Payment\\PaymentContext'])) {
return $this->services['App\\Payment\\PaymentContext'];
}
return $this->services['App\\Payment\\PaymentContext'] = new \App\Payment\PaymentContext(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['App\\Repository\\SaleRepository'] ?? $this->getSaleRepositoryService()), ($this->services['App\\Repository\\VehicleRepository'] ?? $this->getVehicleRepositoryService()), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['App\\Repository\\TransactionRepository'] ?? $this->getTransactionRepositoryService()), $a, ($this->services['vpauto.logger.payment'] ?? $this->getVpauto_Logger_PaymentService()), '600');
}
/**
* Gets the public 'App\Repository\AuctionRepository' shared autowired service.
*
* @return \App\Repository\AuctionRepository
*/
protected function getAuctionRepositoryService()
{
return $this->services['App\\Repository\\AuctionRepository'] = new \App\Repository\AuctionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Repository\BidRepository' shared autowired service.
*
* @return \App\Repository\BidRepository
*/
protected function getBidRepositoryService()
{
return $this->services['App\\Repository\\BidRepository'] = new \App\Repository\BidRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Repository\PurchaseInstructionRepository' shared autowired service.
*
* @return \App\Repository\PurchaseInstructionRepository
*/
protected function getPurchaseInstructionRepositoryService()
{
return $this->services['App\\Repository\\PurchaseInstructionRepository'] = new \App\Repository\PurchaseInstructionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Repository\PurchaseInstructionRuleRepository' shared autowired service.
*
* @return \App\Repository\PurchaseInstructionRuleRepository
*/
protected function getPurchaseInstructionRuleRepositoryService()
{
return $this->services['App\\Repository\\PurchaseInstructionRuleRepository'] = new \App\Repository\PurchaseInstructionRuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Repository\SaleRepository' shared autowired service.
*
* @return \App\Repository\SaleRepository
*/
protected function getSaleRepositoryService()
{
return $this->services['App\\Repository\\SaleRepository'] = new \App\Repository\SaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Repository\TransactionRepository' shared autowired service.
*
* @return \App\Repository\TransactionRepository
*/
protected function getTransactionRepositoryService()
{
return $this->services['App\\Repository\\TransactionRepository'] = new \App\Repository\TransactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Repository\UserRepository' shared autowired service.
*
* @return \App\Repository\UserRepository
*/
protected function getUserRepositoryService()
{
return $this->services['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Repository\VehicleRepository' shared autowired service.
*
* @return \App\Repository\VehicleRepository
*/
protected function getVehicleRepositoryService()
{
return $this->services['App\\Repository\\VehicleRepository'] = new \App\Repository\VehicleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Service\GeoipClient' shared autowired service.
*
* @return \App\Service\GeoipClient
*/
protected function getGeoipClientService()
{
return $this->services['App\\Service\\GeoipClient'] = new \App\Service\GeoipClient((\dirname(__DIR__, 5).'/geoip/GeoLite2-Country.mmdb'));
}
/**
* Gets the public 'App\Service\VehicleMultiLocaleFactory' shared autowired service.
*
* @return \App\Service\VehicleMultiLocaleFactory
*/
protected function getVehicleMultiLocaleFactoryService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\Service\\VehicleMultiLocaleFactory'])) {
return $this->services['App\\Service\\VehicleMultiLocaleFactory'];
}
return $this->services['App\\Service\\VehicleMultiLocaleFactory'] = new \App\Service\VehicleMultiLocaleFactory($a, $this->parameters['allowed_locales']);
}
/**
* Gets the public 'App\Utils\TaxConverter' shared autowired service.
*
* @return \App\Utils\TaxConverter
*/
protected function getTaxConverterService()
{
$a = ($this->services['App\\Parameter\\Provider'] ?? $this->getProviderService());
if (isset($this->services['App\\Utils\\TaxConverter'])) {
return $this->services['App\\Utils\\TaxConverter'];
}
return $this->services['App\\Utils\\TaxConverter'] = new \App\Utils\TaxConverter($a);
}
/**
* Gets the public 'App\VehicleInformer\RecommendationChecker' shared autowired service.
*
* @return \App\VehicleInformer\RecommendationChecker
*/
protected function getRecommendationCheckerService()
{
return $this->services['App\\VehicleInformer\\RecommendationChecker'] = new \App\VehicleInformer\RecommendationChecker($this->getEnv('RECOMMENDATION_AVAILABILITY_URL'), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Api\\DataHub\\DataHubApiClient'] ?? $this->getDataHubApiClientService()));
}
/**
* Gets the public 'App\VehicleInformer\RecommendationLinker' shared autowired service.
*
* @return \App\VehicleInformer\RecommendationLinker
*/
protected function getRecommendationLinkerService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->services['App\\VehicleInformer\\RecommendationLinker'])) {
return $this->services['App\\VehicleInformer\\RecommendationLinker'];
}
return $this->services['App\\VehicleInformer\\RecommendationLinker'] = new \App\VehicleInformer\RecommendationLinker($this->getEnv('string:RECOMMENDATION_URL').'/reportEmbed', $this->parameters['recommendation_parameters'], $this->parameters['recommendation_list_parameters'], $this->parameters['recommendation_reco_parameters'], $a);
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ZPL8uNirXn', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HcmsRdXSHE', 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(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SVom-KV38P', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.default_connection'])) {
return $this->services['doctrine.dbal.default_connection'];
}
$b = new \Doctrine\DBAL\Configuration();
$c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
$c->setConnectionName('default');
$b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
$b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c, 2 => new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] ?? $this->getTracingDriverConnectionFactoryService()))]);
return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['url' => $this->getEnv('VP_AUTO_DATABASE_URL'), 'charset' => 'UTF8', 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => 'mariadb-10.3.31', 'defaultTableOptions' => []], $b, $a, []);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 6).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/EntityManager.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 6).'/src/Entity'), 1 => (\dirname(__DIR__, 6).'/src/Api/Entity'), 2 => (\dirname(__DIR__, 6).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity')], false);
$d = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 6).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/doctrine') => 'FOS\\OAuthServerBundle\\Entity', (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml', false);
$d->setGlobalBasename('mapping');
$b->addDriver($c, 'App\\Entity');
$b->addDriver($c, 'App\\Api\\Entity');
$b->addDriver($c, 'Gedmo\\Translatable\\Entity');
$b->addDriver($d, 'FOS\\OAuthServerBundle\\Entity');
$b->addDriver($d, 'Vich\\UploaderBundle\\Entity');
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'), '.dcm.xml', true), 'FOS\\UserBundle\\Model');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'Api' => 'App\\Api\\Entity', 'GedmoTranslatable' => 'Gedmo\\Translatable\\Entity', 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
$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\DefaultNamingStrategy());
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setLazyGhostObjectEnabled(false);
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\AuctionRepository' => ['services', 'App\\Repository\\AuctionRepository', 'getAuctionRepositoryService', false],
'App\\Repository\\BannerRepository' => ['services', 'App\\Repository\\BannerRepository', 'getBannerRepositoryService', true],
'App\\Repository\\BidRepository' => ['services', 'App\\Repository\\BidRepository', 'getBidRepositoryService', false],
'App\\Repository\\BuyersGroupRepository' => ['services', 'App\\Repository\\BuyersGroupRepository', 'getBuyersGroupRepositoryService', true],
'App\\Repository\\CategoryRepository' => ['services', 'App\\Repository\\CategoryRepository', 'getCategoryRepositoryService', true],
'App\\Repository\\CgvUserSignatureRepository' => ['services', 'App\\Repository\\CgvUserSignatureRepository', 'getCgvUserSignatureRepositoryService', true],
'App\\Repository\\ColorRepository' => ['services', 'App\\Repository\\ColorRepository', 'getColorRepositoryService', true],
'App\\Repository\\EnergyRepository' => ['services', 'App\\Repository\\EnergyRepository', 'getEnergyRepositoryService', true],
'App\\Repository\\ExternalSaleRepository' => ['services', 'App\\Repository\\ExternalSaleRepository', 'getExternalSaleRepositoryService', true],
'App\\Repository\\ExternalVehicleRepository' => ['services', 'App\\Repository\\ExternalVehicleRepository', 'getExternalVehicleRepositoryService', true],
'App\\Repository\\FranceWikiRepository' => ['services', 'App\\Repository\\FranceWikiRepository', 'getFranceWikiRepositoryService', true],
'App\\Repository\\LocaleRepository' => ['services', 'App\\Repository\\LocaleRepository', 'getLocaleRepositoryService', true],
'App\\Repository\\NewsRepository' => ['services', 'App\\Repository\\NewsRepository', 'getNewsRepositoryService', true],
'App\\Repository\\OptionRepository' => ['services', 'App\\Repository\\OptionRepository', 'getOptionRepositoryService', true],
'App\\Repository\\PortugalWikiRepository' => ['services', 'App\\Repository\\PortugalWikiRepository', 'getPortugalWikiRepositoryService', true],
'App\\Repository\\PrivateUserRepository' => ['services', 'App\\Repository\\PrivateUserRepository', 'getPrivateUserRepositoryService', true],
'App\\Repository\\PurchaseInstructionRepository' => ['services', 'App\\Repository\\PurchaseInstructionRepository', 'getPurchaseInstructionRepositoryService', false],
'App\\Repository\\PurchaseInstructionRuleRepository' => ['services', 'App\\Repository\\PurchaseInstructionRuleRepository', 'getPurchaseInstructionRuleRepositoryService', false],
'App\\Repository\\RMSSaleEventRepository' => ['services', 'App\\Repository\\RMSSaleEventRepository', 'getRMSSaleEventRepositoryService', true],
'App\\Repository\\RecruitmentWikiRepository' => ['services', 'App\\Repository\\RecruitmentWikiRepository', 'getRecruitmentWikiRepositoryService', true],
'App\\Repository\\ReviewRepository' => ['services', 'App\\Repository\\ReviewRepository', 'getReviewRepositoryService', true],
'App\\Repository\\RoomRepository' => ['services', 'App\\Repository\\RoomRepository', 'getRoomRepositoryService', true],
'App\\Repository\\SaleBehaviourRepository' => ['services', 'App\\Repository\\SaleBehaviourRepository', 'getSaleBehaviourRepositoryService', true],
'App\\Repository\\SaleEventRepository' => ['services', 'App\\Repository\\SaleEventRepository', 'getSaleEventRepositoryService', true],
'App\\Repository\\SaleHighlightRepository' => ['services', 'App\\Repository\\SaleHighlightRepository', 'getSaleHighlightRepositoryService', true],
'App\\Repository\\SaleRepository' => ['services', 'App\\Repository\\SaleRepository', 'getSaleRepositoryService', false],
'App\\Repository\\SearchAlertRepository' => ['services', 'App\\Repository\\SearchAlertRepository', 'getSearchAlertRepositoryService', true],
'App\\Repository\\SelectionRepository' => ['services', 'App\\Repository\\SelectionRepository', 'getSelectionRepositoryService', true],
'App\\Repository\\SellerRepository' => ['services', 'App\\Repository\\SellerRepository', 'getSellerRepositoryService', true],
'App\\Repository\\SmsAlertRepository' => ['services', 'App\\Repository\\SmsAlertRepository', 'getSmsAlertRepositoryService', true],
'App\\Repository\\TransactionRepository' => ['services', 'App\\Repository\\TransactionRepository', 'getTransactionRepositoryService', false],
'App\\Repository\\TransmissionRepository' => ['services', 'App\\Repository\\TransmissionRepository', 'getTransmissionRepositoryService', true],
'App\\Repository\\UserRepository' => ['services', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
'App\\Repository\\VehicleAlertRepository' => ['services', 'App\\Repository\\VehicleAlertRepository', 'getVehicleAlertRepositoryService', true],
'App\\Repository\\VehicleBehaviourRepository' => ['services', 'App\\Repository\\VehicleBehaviourRepository', 'getVehicleBehaviourRepositoryService', true],
'App\\Repository\\VehicleRepository' => ['services', 'App\\Repository\\VehicleRepository', 'getVehicleRepositoryService', false],
'App\\Repository\\VehicleUserAlertRepository' => ['services', 'App\\Repository\\VehicleUserAlertRepository', 'getVehicleUserAlertRepositoryService', true],
'App\\Repository\\WikiRepository' => ['services', 'App\\Repository\\WikiRepository', 'getWikiRepositoryService', true],
], [
'App\\Repository\\AuctionRepository' => '?',
'App\\Repository\\BannerRepository' => '?',
'App\\Repository\\BidRepository' => '?',
'App\\Repository\\BuyersGroupRepository' => '?',
'App\\Repository\\CategoryRepository' => '?',
'App\\Repository\\CgvUserSignatureRepository' => '?',
'App\\Repository\\ColorRepository' => '?',
'App\\Repository\\EnergyRepository' => '?',
'App\\Repository\\ExternalSaleRepository' => '?',
'App\\Repository\\ExternalVehicleRepository' => '?',
'App\\Repository\\FranceWikiRepository' => '?',
'App\\Repository\\LocaleRepository' => '?',
'App\\Repository\\NewsRepository' => '?',
'App\\Repository\\OptionRepository' => '?',
'App\\Repository\\PortugalWikiRepository' => '?',
'App\\Repository\\PrivateUserRepository' => '?',
'App\\Repository\\PurchaseInstructionRepository' => '?',
'App\\Repository\\PurchaseInstructionRuleRepository' => '?',
'App\\Repository\\RMSSaleEventRepository' => '?',
'App\\Repository\\RecruitmentWikiRepository' => '?',
'App\\Repository\\ReviewRepository' => '?',
'App\\Repository\\RoomRepository' => '?',
'App\\Repository\\SaleBehaviourRepository' => '?',
'App\\Repository\\SaleEventRepository' => '?',
'App\\Repository\\SaleHighlightRepository' => '?',
'App\\Repository\\SaleRepository' => '?',
'App\\Repository\\SearchAlertRepository' => '?',
'App\\Repository\\SelectionRepository' => '?',
'App\\Repository\\SellerRepository' => '?',
'App\\Repository\\SmsAlertRepository' => '?',
'App\\Repository\\TransactionRepository' => '?',
'App\\Repository\\TransmissionRepository' => '?',
'App\\Repository\\UserRepository' => '?',
'App\\Repository\\VehicleAlertRepository' => '?',
'App\\Repository\\VehicleBehaviourRepository' => '?',
'App\\Repository\\VehicleRepository' => '?',
'App\\Repository\\VehicleUserAlertRepository' => '?',
'App\\Repository\\WikiRepository' => '?',
])));
$a->addCustomHydrationMode('choice_type', 'App\\Hydrator\\ChoiceTypeHydrator');
$a->addCustomHydrationMode('energy_choice_type', 'App\\Hydrator\\EnergyChoiceTypeHydrator');
$a->addCustomStringFunction('GROUP_CONCAT', 'DoctrineExtensions\\Query\\Mysql\\GroupConcat');
$a->addCustomStringFunction('REPLACE', 'DoctrineExtensions\\Query\\Mysql\\Replace');
$a->addCustomStringFunction('CHAR_LENGTH', 'DoctrineExtensions\\Query\\Mysql\\CharLength');
$a->addCustomNumericFunction('Rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
$a->addCustomNumericFunction('GREATEST', 'DoctrineExtensions\\Query\\Mysql\\Greatest');
$a->addCustomDatetimeFunction('STR_TO_DATE', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
$a->addCustomDatetimeFunction('TIMESTAMPDIFF', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
$a->addCustomDatetimeFunction('DATE', 'DoctrineExtensions\\Query\\Mysql\\Date');
$a->addCustomDatetimeFunction('YEAR', 'DoctrineExtensions\\Query\\Mysql\\Year');
$a->addCustomDatetimeFunction('MONTH', 'DoctrineExtensions\\Query\\Mysql\\Month');
$a->addCustomDatetimeFunction('DAY', 'DoctrineExtensions\\Query\\Mysql\\Day');
$instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('kernel.exception', [0 => function () {
return ($this->services['App\\EventListener\\XHRCoreExceptionListener'] ?? ($this->services['App\\EventListener\\XHRCoreExceptionListener'] = new \App\EventListener\XHRCoreExceptionListener()));
}, 1 => 'onCoreException'], 1000);
$instance->addListener('vp_auto.vehicle_behaviour', [0 => function () {
return ($this->services['App\\Manager\\BehaviourManager'] ?? $this->load('getBehaviourManagerService'));
}, 1 => 'handleVehicleBehaviour'], 0);
$instance->addListener('vp_auto.sale_behaviour', [0 => function () {
return ($this->services['App\\Manager\\BehaviourManager'] ?? $this->load('getBehaviourManagerService'));
}, 1 => 'handleSaleBehaviour'], 0);
$instance->addListener('vehicle.unsold', [0 => function () {
return ($this->services['App\\EventListener\\VehicleStatusListener'] ?? ($this->services['App\\EventListener\\VehicleStatusListener'] = new \App\EventListener\VehicleStatusListener(\dirname(__DIR__, 6))));
}, 1 => 'onUnsold'], 0);
$instance->addListener('vehicle.sold', [0 => function () {
return ($this->services['App\\EventListener\\VehicleStatusListener'] ?? ($this->services['App\\EventListener\\VehicleStatusListener'] = new \App\EventListener\VehicleStatusListener(\dirname(__DIR__, 6))));
}, 1 => 'onSold'], 0);
$instance->addListener('vehicle.reassigned', [0 => function () {
return ($this->services['App\\EventListener\\VehicleStatusListener'] ?? ($this->services['App\\EventListener\\VehicleStatusListener'] = new \App\EventListener\VehicleStatusListener(\dirname(__DIR__, 6))));
}, 1 => 'onReassign'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['App\\EventListener\\TwigRequestListener'] ?? $this->getTwigRequestListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('review.new', [0 => function () {
return ($this->services['App\\EventListener\\ReviewMailListener'] ?? $this->load('getReviewMailListenerService'));
}, 1 => 'onNewReview'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['App\\EventListener\\RouteRequestListener'] ?? $this->getRouteRequestListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['App\\EventListener\\NoCacheListener'] ?? ($this->services['App\\EventListener\\NoCacheListener'] = new \App\EventListener\NoCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('vp_auto.auction.bid', [0 => function () {
return ($this->services['App\\EventListener\\BidLogListener'] ?? $this->load('getBidLogListenerService'));
}, 1 => 'onNewBid'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['App\\EventListener\\AjaxFlashListener'] ?? $this->getAjaxFlashListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['App\\EventListener\\RegistrationListener'] ?? $this->getRegistrationListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('user.connect.without.ad_id', [0 => function () {
return ($this->services['app.event_listener.user_listener'] ?? $this->load('getApp_EventListener_UserListenerService'));
}, 1 => 'onUserConnectWithoutADId'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->services['app.event_listener.user_listener'] ?? $this->load('getApp_EventListener_UserListenerService'));
}, 1 => 'onUnknownUserAccess'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->services['app.event_listener.user_listener'] ?? $this->load('getApp_EventListener_UserListenerService'));
}, 1 => 'onADTokenExpired'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['App\\Live\\FlushSocketNotifierListener'] ?? $this->getFlushSocketNotifierListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('vp_auto.auction.bid', [0 => function () {
return ($this->services['App\\Auctioneer\\Notifier'] ?? $this->load('getNotifierService'));
}, 1 => 'sendNotifications'], 0);
$instance->addListener('review.new', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceReviewListener'] ?? $this->load('getSalesForceReviewListenerService'));
}, 1 => 'onNewReview'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
}, 1 => 'onKernelRequest'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
}, 1 => 'onKernelRequest'], 248);
$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('console.command', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
}, 1 => 'handleConsoleCommandEvent'], 128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
}, 1 => 'handleConsoleTerminateEvent'], -64);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
}, 1 => 'handleConsoleErrorEvent'], -64);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->load('getErrorListenerService'));
}, 1 => 'handleExceptionEvent'], 128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 5);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelControllerEvent'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 3);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelFinishRequestEvent'], 5);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 4);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelResponseEvent'], 15);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelTerminateEvent'], 5);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 2);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelFinishRequestEvent'], 10);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelResponseEvent'], 15);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
}, 1 => 'handleConsoleCommandEvent'], 118);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
}, 1 => 'handleConsoleTerminateEvent'], -54);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
}, 1 => 'handleWorkerMessageFailedEvent'], 50);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
}, 1 => 'handleWorkerMessageHandledEvent'], 50);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleKernelRequestEvent'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('import.data.pushed', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\ImportListener'] ?? $this->load('getImportListenerService'));
}, 1 => 'onPushedData'], 0);
$instance->addListener('import.data.persisted', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\ImportListener'] ?? $this->load('getImportListenerService'));
}, 1 => 'onPersistedData'], 0);
$instance->addListener('import.data.last', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\ImportListener'] ?? $this->load('getImportListenerService'));
}, 1 => 'onLastData'], 0);
$instance->addListener('import.end', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\ImportListener'] ?? $this->load('getImportListenerService'));
}, 1 => 'onEnd'], 0);
$instance->addListener('import.data.new', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\ImportLogListener'] ?? $this->load('getImportLogListenerService'));
}, 1 => 'onNewData'], 0);
$instance->addListener('import.data.ignored', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\ImportLogListener'] ?? $this->load('getImportLogListenerService'));
}, 1 => 'onIgnoredData'], 0);
$instance->addListener('import.data.persisted', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\ImportLogListener'] ?? $this->load('getImportLogListenerService'));
}, 1 => 'onPersistedData'], 0);
$instance->addListener('import.data.error', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\ImportLogListener'] ?? $this->load('getImportLogListenerService'));
}, 1 => 'onErrorData'], 0);
$instance->addListener('import.end', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\ImportLogListener'] ?? $this->load('getImportLogListenerService'));
}, 1 => 'onEnd'], 0);
$instance->addListener('import.data.ignored', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\ImportAlertListener'] ?? $this->load('getImportAlertListenerService'));
}, 1 => 'onIgnoredData'], 0);
$instance->addListener('import.data.persisted', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\ImportAlertListener'] ?? $this->load('getImportAlertListenerService'));
}, 1 => 'onPersistedData'], 0);
$instance->addListener('import.end', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\ImportAlertListener'] ?? $this->load('getImportAlertListenerService'));
}, 1 => 'onEnd'], 0);
$instance->addListener('sms.sent', [0 => function () {
return ($this->privates['App\\SMS\\EventListener\\SmsLogListener'] ?? $this->load('getSmsLogListenerService'));
}, 1 => 'onSentSms'], 0);
$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.view', [0 => function () {
return ($this->privates['api_platform.fos_user.event_listener'] ?? $this->load('getApiPlatform_FosUser_EventListenerService'));
}, 1 => 'onKernelView'], 24);
$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('kernel.exception', [0 => function () {
return ($this->privates['pagerfanta.event_listener.convert_not_valid_max_per_page_to_not_found'] ?? ($this->privates['pagerfanta.event_listener.convert_not_valid_max_per_page_to_not_found'] = new \BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener()));
}, 1 => 'onKernelException'], 512);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['pagerfanta.event_listener.convert_not_valid_current_page_to_not_found'] ?? ($this->privates['pagerfanta.event_listener.convert_not_valid_current_page_to_not_found'] = new \BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener()));
}, 1 => 'onKernelException'], 512);
$instance->addListener('Symfony\\Component\\AssetMapper\\Event\\PreAssetsCompileEvent', [0 => function () {
return ($this->privates['sass.listener.pre_assets_compile'] ?? $this->load('getSass_Listener_PreAssetsCompileService'));
}, 1 => '__invoke'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['asset_mapper.dev_server_subscriber'] ?? $this->getAssetMapper_DevServerSubscriberService());
}, 1 => 'onKernelRequest'], 35);
$instance->addListener('fos_user.registration.success', [0 => function () {
return ($this->services['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService'));
}, 1 => 'onRegistrationSuccess'], 0);
$instance->addListener('fos_user.registration.confirm', [0 => function () {
return ($this->services['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService'));
}, 1 => 'onRegistrationConfirm'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->services['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->services['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
return ($this->services['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.profile.edit.completed', [0 => function () {
return ($this->services['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->services['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->services['App\\EventListener\\UserSubscriber'] ?? $this->getUserSubscriberService());
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->services['App\\EventListener\\UserSubscriber'] ?? $this->getUserSubscriberService());
}, 1 => 'onRegistrationCompleted'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['App\\EventListener\\UserSubscriber'] ?? $this->getUserSubscriberService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('user.terms_of_service.accepted', [0 => function () {
return ($this->services['App\\EventListener\\UserTermsOfServiceSubscriber'] ?? $this->load('getUserTermsOfServiceSubscriberService'));
}, 1 => 'termsOfServiceAccepted'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['App\\EventListener\\LocaleListener'] ?? ($this->services['App\\EventListener\\LocaleListener'] = new \App\EventListener\LocaleListener('fr')));
}, 1 => 'onKernelRequest'], 17);
$instance->addListener('fos_user.registration.confirmed', [0 => function () {
return ($this->services['App\\EventListener\\RegistrationListener'] ?? $this->getRegistrationListenerService());
}, 1 => 'onUserRegistrationConfirmed'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['App\\Locale\\LocaleEventSubscriber'] ?? $this->getLocaleEventSubscriberService());
}, 1 => 'onKernelRequest'], 10);
$instance->addListener('customerComplaint.new', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceComplaintSubscriber'] ?? $this->load('getSalesForceComplaintSubscriberService'));
}, 1 => 'onNewCustomerComplaint'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceExceptionListener'] ?? $this->load('getSalesForceExceptionListenerService'));
}, 1 => 'onSoapFault'], -127);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceFOSListener'] ?? $this->load('getSalesForceFOSListenerService'));
}, 1 => 'onUserRegistrationComplete'], 0);
$instance->addListener('fos_user.registration.confirmed', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceFOSListener'] ?? $this->load('getSalesForceFOSListenerService'));
}, 1 => 'onUserRegistrationConfirmed'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceFOSListener'] ?? $this->load('getSalesForceFOSListenerService'));
}, 1 => 'onUserInteractiveLogin'], 0);
$instance->addListener('user.edit.completed', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceFOSListener'] ?? $this->load('getSalesForceFOSListenerService'));
}, 1 => 'onUserProfileEditComplete'], 0);
$instance->addListener('user.update.service_bus', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceFOSListener'] ?? $this->load('getSalesForceFOSListenerService'));
}, 1 => 'onUserProfileEditComplete'], 0);
$instance->addListener('user.update.id_salesforce', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceFOSListener'] ?? $this->load('getSalesForceFOSListenerService'));
}, 1 => 'onUserProfileEditComplete'], 0);
$instance->addListener('user.create.service_bus', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceFOSListener'] ?? $this->load('getSalesForceFOSListenerService'));
}, 1 => 'onUserCustomerPortalComplete'], 0);
$instance->addListener('user.convert.completed', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceFOSListener'] ?? $this->load('getSalesForceFOSListenerService'));
}, 1 => 'onUserConversionComplete'], 0);
$instance->addListener('user.delete.completed', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceFOSListener'] ?? $this->load('getSalesForceFOSListenerService'));
}, 1 => 'onUserDeletionComplete'], 0);
$instance->addListener('user.optin.edited', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceFOSListener'] ?? $this->load('getSalesForceFOSListenerService'));
}, 1 => 'onOptinChanged'], 0);
$instance->addListener('user.change.company', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceFOSListener'] ?? $this->load('getSalesForceFOSListenerService'));
}, 1 => 'onChangeCompany'], 0);
$instance->addListener('user.catch_up.salesforce', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceFOSListener'] ?? $this->load('getSalesForceFOSListenerService'));
}, 1 => 'onUserRegistrationComplete'], 0);
$instance->addListener('import.data.last', [0 => function () {
return ($this->privates['App\\Salesforce\\EventListener\\SalesForceImportListener'] ?? $this->load('getSalesForceImportListenerService'));
}, 1 => 'onLastData'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
}, 1 => 'onKernelRequest'], 48);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
}, 1 => 'onMessageFailed'], -100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageFailed'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
}, 1 => 'onKernelView'], 30);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
}, 1 => 'onMessage'], 0);
$instance->addListener('fos_user.security.implicit_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onImplicitLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
}, 1 => 'onResettingResetInitialize'], 0);
$instance->addListener('fos_user.resetting.reset.success', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
}, 1 => 'onResettingResetSuccess'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\DataHubFOSListener'] ?? $this->load('getDataHubFOSListenerService'));
}, 1 => 'onUserRegistrationComplete'], 0);
$instance->addListener('fos_user.registration.confirmed', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\DataHubFOSListener'] ?? $this->load('getDataHubFOSListenerService'));
}, 1 => 'onUserRegistrationConfirmed'], 0);
$instance->addListener('user.edit.completed', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\DataHubFOSListener'] ?? $this->load('getDataHubFOSListenerService'));
}, 1 => 'onUserProfileEditComplete'], 0);
$instance->addListener('user.convert.society', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\DataHubFOSListener'] ?? $this->load('getDataHubFOSListenerService'));
}, 1 => 'onUserConversionSociety'], 0);
$instance->addListener('user.update.salesforce', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\DataHubFOSListener'] ?? $this->load('getDataHubFOSListenerService'));
}, 1 => 'onUserUpdateBySalesforce'], 0);
$instance->addListener('user.send_id.salesforce', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\DataHubFOSListener'] ?? $this->load('getDataHubFOSListenerService'));
}, 1 => 'onUserSendIdBySalesforce'], 0);
$instance->addListener('user.send_id.salesforce.after_bus', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\DataHubFOSListener'] ?? $this->load('getDataHubFOSListenerService'));
}, 1 => 'onUserChangeIdSalesforceByOther'], 0);
$instance->addListener('user.update.id_salesforce', [0 => function () {
return ($this->privates['App\\Api\\EventListener\\DataHubFOSListener'] ?? $this->load('getDataHubFOSListenerService'));
}, 1 => 'onUserChangeIdSalesforceByOther'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'fos_rest.view_handler' shared service.
*
* @return \FOS\RestBundle\View\ViewHandler
*/
protected function getFosRest_ViewHandlerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['fos_rest.view_handler'])) {
return $this->services['fos_rest.view_handler'];
}
return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create($a, new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory()))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false], 400, 204, false, ['serializeNullStrategy' => false]);
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 8)), $b));
}
/**
* Gets the public 'jms_serializer' shared service.
*
* @return \JMS\Serializer\Serializer
*/
protected function getJmsSerializerService()
{
$a = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
$b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
$c = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
$d = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($c);
$e = ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService());
$f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
$f->setOptions(1216);
$g = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
$g->setFormatOutput(true);
$h = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
$h->setOptions(0);
return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [2 => new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a, $b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $d, $e, $c), 1 => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a, $b, $d, $e, $c)], ['json' => $f, 'xml' => $g], ['json' => $h, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the public 'jms_serializer.deserialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_DeserializationContextFactoryService()
{
return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.serialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_SerializationContextFactoryService()
{
return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_translation.twig_extension' shared service.
*
* @return \JMS\TranslationBundle\Twig\TranslationExtension
*/
protected function getJmsTranslation_TwigExtensionService()
{
return $this->services['jms_translation.twig_extension'] = new \JMS\TranslationBundle\Twig\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()), true);
}
/**
* Gets the public 'messenger.default_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessenger_DefaultBusService()
{
return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['command_bus.middleware.traceable'] ?? $this->load('getCommandBus_Middleware_TraceableService'));
yield 1 => ($this->privates['command_bus.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['command_bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('command_bus')));
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['command_bus.middleware.doctrine_ping_connection'] ?? $this->load('getCommandBus_Middleware_DoctrinePingConnectionService'));
yield 6 => ($this->privates['command_bus.middleware.doctrine_close_connection'] ?? $this->load('getCommandBus_Middleware_DoctrineCloseConnectionService'));
yield 7 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
yield 8 => ($this->privates['command_bus.middleware.handle_message'] ?? $this->load('getCommandBus_Middleware_HandleMessageService'));
}, 9)));
}
/**
* Gets the public 'monolog.logger.auction' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_AuctionService()
{
$this->services['monolog.logger.auction'] = $instance = new \Symfony\Bridge\Monolog\Logger('auction');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.auction'] ?? $this->getMonolog_Handler_AuctionService()));
$instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
$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 'vp_auto.auctioneer' shared service.
*
* @return \App\Auctioneer\Auctioneer
*/
protected function getVpAuto_AuctioneerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['vp_auto.auctioneer'] = $this->createProxy('Auctioneer_e0420e8', function () {
return \Auctioneer_e0420e8::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getVpAuto_AuctioneerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 6).'/src/Auctioneer/Auctioneer.php';
return new \App\Auctioneer\Auctioneer(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Repository\\AuctionRepository'] ?? $this->getAuctionRepositoryService()), ($this->services['App\\Repository\\BidRepository'] ?? $this->getBidRepositoryService()), ($this->services['App\\Repository\\PurchaseInstructionRepository'] ?? $this->getPurchaseInstructionRepositoryService()), ($this->services['App\\Repository\\PurchaseInstructionRuleRepository'] ?? $this->getPurchaseInstructionRuleRepositoryService()), ($this->services['monolog.logger.auction'] ?? $this->getMonolog_Logger_AuctionService()));
}
/**
* Gets the public 'vpauto.logger.datahub' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getVpauto_Logger_DatahubService()
{
$this->services['vpauto.logger.datahub'] = $instance = new \Symfony\Bridge\Monolog\Logger('datahub');
$instance->pushHandler(new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 5).'/log/datahub.log')));
return $instance;
}
/**
* Gets the public 'vpauto.logger.payment' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getVpauto_Logger_PaymentService()
{
$this->services['vpauto.logger.payment'] = $instance = new \Symfony\Bridge\Monolog\Logger('payment');
$instance->pushHandler(new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 5).'/log/payment.log')));
return $instance;
}
/**
* Gets the private '.1_Serializer~XZc6ORm' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_1SerializerXZc6ORmService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['.1_Serializer~XZc6ORm'])) {
return $this->privates['.1_Serializer~XZc6ORm'];
}
return $this->privates['.1_Serializer~XZc6ORm'] = 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.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
$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(new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.service_locator.XtXJe9H' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XtXJe9HService()
{
return $this->privates['.service_locator.XtXJe9H'] = 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.live_api' => ['privates', 'security.firewall.map.context.live_api', 'getSecurity_Firewall_Map_Context_LiveApiService', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
'security.firewall.map.context.oauth_authorize' => ['privates', 'security.firewall.map.context.oauth_authorize', 'getSecurity_Firewall_Map_Context_OauthAuthorizeService', true],
'security.firewall.map.context.oauth_token' => ['privates', 'security.firewall.map.context.oauth_token', 'getSecurity_Firewall_Map_Context_OauthTokenService', true],
'security.firewall.map.context.public_api_platform' => ['privates', 'security.firewall.map.context.public_api_platform', 'getSecurity_Firewall_Map_Context_PublicApiPlatformService', true],
], [
'security.firewall.map.context.api' => '?',
'security.firewall.map.context.live_api' => '?',
'security.firewall.map.context.main' => '?',
'security.firewall.map.context.oauth_authorize' => '?',
'security.firewall.map.context.oauth_token' => '?',
'security.firewall.map.context.public_api_platform' => '?',
]);
}
/**
* Gets the private 'App\Api\DataHub\DataHubApiClient' shared service.
*
* @return \App\Api\DataHub\DataHubApiClient
*/
protected function getDataHubApiClientService()
{
return $this->privates['App\\Api\\DataHub\\DataHubApiClient'] = new \App\Api\DataHub\DataHubApiClient(($this->services['vpauto.logger.datahub'] ?? $this->getVpauto_Logger_DatahubService()), true, $this->getEnv('DATAHUB_BASE_URL'), $this->getEnv('DATAHUB_CLIENT_ID'), $this->getEnv('DATAHUB_CLIENT_SECRET'), $this->getEnv('DATAHUB_SUBSCRIPTION_KEY'), $this->getEnv('DATAHUB_RESOURCE'));
}
/**
* Gets the private 'App\Payment\DataCollector' shared autowired service.
*
* @return \App\Payment\DataCollector
*/
protected function getDataCollectorService()
{
$a = ($this->services['App\\Payment\\PaymentContext'] ?? $this->getPaymentContextService());
if (isset($this->privates['App\\Payment\\DataCollector'])) {
return $this->privates['App\\Payment\\DataCollector'];
}
return $this->privates['App\\Payment\\DataCollector'] = new \App\Payment\DataCollector($a);
}
/**
* Gets the private 'App\Provider\Tarif\TarifProvider' shared service.
*
* @return \App\Provider\Tarif\TarifProvider
*/
protected function getTarifProviderService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['App\\Provider\\Tarif\\TarifProvider'] = $this->createProxy('TarifProvider_57d1865', function () {
return \TarifProvider_57d1865::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getTarifProviderService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 6).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 6).'/src/Provider/Tarif/TarifProvider.php';
$instance = new \App\Provider\Tarif\TarifProvider();
$instance->setContainer($this);
return $instance;
}
/**
* Gets the private 'App\Twig\Extension\CountryExtension' shared autowired service.
*
* @return \App\Twig\Extension\CountryExtension
*/
protected function getCountryExtensionService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['App\\Twig\\Extension\\CountryExtension'])) {
return $this->privates['App\\Twig\\Extension\\CountryExtension'];
}
return $this->privates['App\\Twig\\Extension\\CountryExtension'] = new \App\Twig\Extension\CountryExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['App\\Service\\GeoipClient'] ?? ($this->services['App\\Service\\GeoipClient'] = new \App\Service\GeoipClient((\dirname(__DIR__, 5).'/geoip/GeoLite2-Country.mmdb')))), $this->getEnv('APP_COUNTRY'), \dirname(__DIR__, 6), ($this->privates['routing.loader.yml'] ?? $this->getRouting_Loader_YmlService()), $a);
}
/**
* Gets the private 'App\Twig\Extension\LocaleExtension' shared autowired service.
*
* @return \App\Twig\Extension\LocaleExtension
*/
protected function getLocaleExtensionService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Twig\\Extension\\LocaleExtension'])) {
return $this->privates['App\\Twig\\Extension\\LocaleExtension'];
}
$b = ($this->services['App\\Locale\\LocaleSelector'] ?? $this->getLocaleSelectorService());
if (isset($this->privates['App\\Twig\\Extension\\LocaleExtension'])) {
return $this->privates['App\\Twig\\Extension\\LocaleExtension'];
}
return $this->privates['App\\Twig\\Extension\\LocaleExtension'] = new \App\Twig\Extension\LocaleExtension($a, $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'App\Twig\Extension\OfferExtension' shared autowired service.
*
* @return \App\Twig\Extension\OfferExtension
*/
protected function getOfferExtensionService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Twig\\Extension\\OfferExtension'])) {
return $this->privates['App\\Twig\\Extension\\OfferExtension'];
}
return $this->privates['App\\Twig\\Extension\\OfferExtension'] = new \App\Twig\Extension\OfferExtension($a, ($this->services['App\\Repository\\BidRepository'] ?? $this->getBidRepositoryService()), ($this->services['App\\Repository\\PurchaseInstructionRepository'] ?? $this->getPurchaseInstructionRepositoryService()), ($this->services['App\\Repository\\VehicleRepository'] ?? $this->getVehicleRepositoryService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\LoginListener
*/
protected function getLoginListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\RequestListener
*/
protected function getRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\SubRequestListener
*/
protected function getSubRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\TracingRequestListener
*/
protected function getTracingRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
*/
protected function getTracingSubRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory
*/
protected function getTracingDriverConnectionFactoryService()
{
return $this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] = new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\State\HubInterface' shared service.
*
* @return \Sentry\State\HubInterface
*/
protected function getHubInterfaceService()
{
$this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
$a = new \Sentry\Options(['ignore_exceptions' => [0 => 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException', 1 => 'Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException', 2 => 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException'], 'integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([0 => new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], true), 'prefixes' => [0 => \dirname(__DIR__, 6), 1 => '.', 2 => '/usr/local/lib/php'], 'environment' => 'dev', 'release' => $this->getEnv('default::SENTRY_RELEASE'), 'ignore_transactions' => [], 'tags' => [], 'in_app_exclude' => [0 => $this->targetDir.'', 1 => (\dirname(__DIR__, 6).'/vendor'), 2 => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => [], 'dsn' => $this->getEnv('SENTRY_DSN')]);
$b = new \Sentry\ClientBuilder($a);
$b->setSdkIdentifier('sentry.php.symfony');
$b->setSdkVersion('5.0.1');
$b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
if ($this->has('Psr\\Log\\NullLogger')) {
$b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger', /* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
}
$instance->bindClient($b->getClient());
return $instance;
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
}
/**
* 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_IdentifiersExtractor_TraceableService()
{
return $this->privates['api_platform.cache.identifiers_extractor.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VYQhLLbAfr', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()
{
return $this->privates['api_platform.cache.metadata.property.legacy.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('33VP-on5yM', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()
{
return $this->privates['api_platform.cache.metadata.resource.legacy.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aWwVrVmJEk', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Resource_TraceableService()
{
return $this->privates['api_platform.cache.metadata.resource.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AR2SWHywVF', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_RouteNameResolver_TraceableService()
{
return $this->privates['api_platform.cache.route_name_resolver.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aSDmO8dWZV', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()
{
return $this->privates['api_platform.cache.subresource_operation_factory.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZXTqadWpkh', 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()
{
$a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
if (isset($this->privates['api_platform.hydra.listener.response.add_link_header'])) {
return $this->privates['api_platform.hydra.listener.response.add_link_header'];
}
return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener($a);
}
/**
* 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.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService()), 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()
{
$a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
return $this->privates['api_platform.listener.request.read.legacy'];
}
$b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
return $this->privates['api_platform.listener.request.read.legacy'];
}
$c = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
return $this->privates['api_platform.listener.request.read.legacy'];
}
$d = ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService());
if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
return $this->privates['api_platform.listener.request.read.legacy'];
}
return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), $d, ($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.extractor.yaml.legacy' shared service.
*
* @return \ApiPlatform\Core\Metadata\Extractor\YamlExtractor
*/
protected function getApiPlatform_Metadata_Extractor_Yaml_LegacyService()
{
return $this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([0 => (\dirname(__DIR__, 6).'/config/api_platform/resources/auction.yml'), 1 => (\dirname(__DIR__, 6).'/config/api_platform/resources/sale.yml'), 2 => (\dirname(__DIR__, 6).'/config/api_platform/resources/sale_event.yml'), 3 => (\dirname(__DIR__, 6).'/config/api_platform/resources/vehicle.yml')], $this);
}
/**
* 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.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()), 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->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), 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.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()), 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.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()), 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->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), 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.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), 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.openapi.normalizer.api_gateway' shared service.
*
* @return \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer
*/
protected function getApiPlatform_Openapi_Normalizer_ApiGatewayService()
{
$a = ($this->privates['.1_Serializer~XZc6ORm'] ?? $this->get_1SerializerXZc6ORmService());
if (isset($this->privates['api_platform.openapi.normalizer.api_gateway'])) {
return $this->privates['api_platform.openapi.normalizer.api_gateway'];
}
return $this->privates['api_platform.openapi.normalizer.api_gateway'] = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer($a));
}
/**
* Gets the private 'api_platform.operation_path_resolver.custom' shared service.
*
* @return \ApiPlatform\PathResolver\CustomOperationPathResolver
*/
protected function getApiPlatform_OperationPathResolver_CustomService()
{
return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
}
/**
* Gets the private 'api_platform.operation_path_resolver.router' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
*/
protected function getApiPlatform_OperationPathResolver_RouterService()
{
$a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
return $this->privates['api_platform.operation_path_resolver.router'];
}
$b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
return $this->privates['api_platform.operation_path_resolver.router'];
}
return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $b);
}
/**
* Gets the private 'api_platform.resource_class_resolver' shared service.
*
* @return \ApiPlatform\Api\ResourceClassResolver
*/
protected function getApiPlatform_ResourceClassResolverService()
{
return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
}
/**
* Gets the private 'api_platform.router' shared service.
*
* @return \ApiPlatform\Symfony\Routing\Router
*/
protected function getApiPlatform_RouterService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['api_platform.router'])) {
return $this->privates['api_platform.router'];
}
return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a, 1);
}
/**
* Gets the private 'api_platform.security.listener.request.deny_access' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
*/
protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
{
$a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
return $this->privates['api_platform.security.listener.request.deny_access'];
}
return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
}
/**
* Gets the private 'api_platform.security.resource_access_checker' shared service.
*
* @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
*/
protected function getApiPlatform_Security_ResourceAccessCheckerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['api_platform.security.resource_access_checker'])) {
return $this->privates['api_platform.security.resource_access_checker'];
}
return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
}
/**
* Gets the private 'api_platform.serializer.context_builder.filter' shared service.
*
* @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
*/
protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
{
$a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
}
/**
* Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
*
* @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
{
return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
}
/**
* Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
*/
protected function getApiPlatform_SubresourceOperationFactory_CachedService()
{
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
return $this->privates['api_platform.subresource_operation_factory.cached'];
}
$b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
return $this->privates['api_platform.subresource_operation_factory.cached'];
}
return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, $b, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
}
/**
* Gets the private 'asset_mapper' shared service.
*
* @return \Symfony\Component\AssetMapper\AssetMapper
*/
protected function getAssetMapperService()
{
$a = ($this->privates['sass.public_asset_path_resolver'] ?? $this->getSass_PublicAssetPathResolverService());
return $this->privates['asset_mapper'] = new \Symfony\Component\AssetMapper\AssetMapper(($this->privates['asset_mapper.repository'] ?? $this->getAssetMapper_RepositoryService()), new \Symfony\Component\AssetMapper\Factory\CachedMappedAssetFactory(new \Symfony\Component\AssetMapper\Factory\MappedAssetFactory($a, new \Symfony\Component\AssetMapper\AssetMapperCompiler(new RewindableGenerator(function () {
yield 0 => ($this->privates['sass.css_asset_compiler'] ?? $this->load('getSass_CssAssetCompilerService'));
yield 1 => ($this->privates['asset_mapper.compiler.css_asset_url_compiler'] ?? $this->load('getAssetMapper_Compiler_CssAssetUrlCompilerService'));
yield 2 => ($this->privates['asset_mapper.compiler.source_mapping_urls_compiler'] ?? ($this->privates['asset_mapper.compiler.source_mapping_urls_compiler'] = new \Symfony\Component\AssetMapper\Compiler\SourceMappingUrlsCompiler()));
yield 3 => ($this->privates['asset_mapper.compiler.javascript_import_path_compiler'] ?? $this->load('getAssetMapper_Compiler_JavascriptImportPathCompilerService'));
}, 4), function () {
return ($this->privates['asset_mapper'] ?? $this->getAssetMapperService());
})), ($this->targetDir.''.'/asset_mapper'), true), $a);
}
/**
* Gets the private 'asset_mapper.asset_package' shared service.
*
* @return \Symfony\Component\AssetMapper\MapperAwareAssetPackage
*/
protected function getAssetMapper_AssetPackageService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['asset_mapper.asset_package'] = new \Symfony\Component\AssetMapper\MapperAwareAssetPackage(new \Symfony\Component\Asset\UrlPackage([0 => $this->getEnv('ASSET_VPAUTO_BASE_URL')], new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy($this->getEnv('ASSET_VERSION_FOR_CACHE'), '%s?%s'), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), ($this->privates['asset_mapper'] ?? $this->getAssetMapperService()));
}
/**
* Gets the private 'asset_mapper.dev_server_subscriber' shared service.
*
* @return \Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber
*/
protected function getAssetMapper_DevServerSubscriberService()
{
return $this->privates['asset_mapper.dev_server_subscriber'] = new \Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber(($this->privates['asset_mapper'] ?? $this->getAssetMapperService()), '/assets/', [], ($this->privates['cache.asset_mapper.traceable'] ?? $this->getCache_AssetMapper_TraceableService()));
}
/**
* Gets the private 'asset_mapper.repository' shared service.
*
* @return \Symfony\Component\AssetMapper\AssetMapperRepository
*/
protected function getAssetMapper_RepositoryService()
{
return $this->privates['asset_mapper.repository'] = new \Symfony\Component\AssetMapper\AssetMapperRepository(['assets/' => '', 'src/VPAutoBundle/Resources/assets' => 'bundles/vpauto-assets', (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/public') => 'bundles/ewzrecaptcha', (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/jsrouting-bundle/Resources/public') => 'bundles/fosjsrouting', (\dirname(__DIR__, 6).'/vendor/jms/translation-bundle/Resources/public') => 'bundles/jmstranslation', (\dirname(__DIR__, 6).'/vendor/nelmio/api-doc-bundle/public') => 'bundles/nelmioapidoc', (\dirname(__DIR__, 6).'/src/VPAutoBundle/Resources/public') => 'bundles/vpauto', (\dirname(__DIR__, 6).'/src/VPAutoTerminalBundle/Resources/public') => 'bundles/vpautoterminal', (\dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/public') => 'bundles/apiplatform', (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/public') => 'bundles/babdevpagerfanta'], \dirname(__DIR__, 6), []);
}
/**
* Gets the private 'cache.annotations.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Annotations_TraceableService()
{
return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Qb0RLAmU6T', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.asset_mapper.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AssetMapper_TraceableService()
{
return $this->privates['cache.asset_mapper.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vSJjN4oaDn', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
{
return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
}
/**
* Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
{
return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
}
/**
* Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('i0xtOU2kOS', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
}
/**
* Gets the private 'cache.property_info.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfo_TraceableService()
{
return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NWIzsBoLoq', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguage_TraceableService()
{
return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IXPjsF0gAS', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.serializer.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Serializer_TraceableService()
{
return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0feMiBdr9o', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.validator.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Validator_TraceableService()
{
return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bE1BvNQbIw', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.api_platform.collection_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
*/
protected function getDebug_ApiPlatform_CollectionDataProviderService()
{
return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
}, 1)));
}
/**
* Gets the private 'debug.api_platform.data_persister' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
*/
protected function getDebug_ApiPlatform_DataPersisterService()
{
return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
yield 1 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
}, 2)));
}
/**
* Gets the private 'debug.api_platform.item_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
*/
protected function getDebug_ApiPlatform_ItemDataProviderService()
{
return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
}, 1)));
}
/**
* Gets the private 'debug.api_platform.subresource_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
*/
protected function getDebug_ApiPlatform_SubresourceDataProviderService()
{
return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
}, 1)));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 6), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
yield 3 => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\EditSaleVoter'] ?? $this->load('getEditSaleVoterService'));
yield 4 => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\EditVehicleVoter'] ?? $this->load('getEditVehicleVoterService'));
yield 5 => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\ViewBackendUserVoter'] ?? $this->load('getViewBackendUserVoterService'));
yield 6 => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\ViewSaleVoter'] ?? $this->load('getViewSaleVoterService'));
yield 7 => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\ViewVehicleVoter'] ?? $this->load('getViewVehicleVoterService'));
}, 8), 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'];
}
$c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
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, $c);
}
/**
* Gets the private 'doctrine.dbal.connection_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
*/
protected function getDoctrine_Dbal_ConnectionFactoryService()
{
return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite']));
}
/**
* Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventListener\\BidApiSubscriber' => ['services', 'App\\EventListener\\BidApiSubscriber', 'getBidApiSubscriberService', true],
'App\\EventListener\\BidEventSubscriber' => ['services', 'App\\EventListener\\BidEventSubscriber', 'getBidEventSubscriberService', true],
'App\\EventListener\\PurchaseInstructionEventSubscriber' => ['services', 'App\\EventListener\\PurchaseInstructionEventSubscriber', 'getPurchaseInstructionEventSubscriberService', true],
'App\\EventListener\\RegistrationFilesUploadListener' => ['services', 'App\\EventListener\\RegistrationFilesUploadListener', 'getRegistrationFilesUploadListenerService', true],
'App\\EventListener\\VehicleListener' => ['services', 'App\\EventListener\\VehicleListener', 'getVehicleListenerService', true],
'App\\Live\\EntityListener' => ['services', 'App\\Live\\EntityListener', 'getEntityListenerService', true],
'App\\Salesforce\\EventListener\\SalesForceDoctrineListener' => ['privates', 'App\\Salesforce\\EventListener\\SalesForceDoctrineListener', 'getSalesForceDoctrineListenerService', true],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', 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],
'stof_doctrine_extensions.listener.translatable' => ['privates', 'stof_doctrine_extensions.listener.translatable', 'getStofDoctrineExtensions_Listener_TranslatableService', false],
'vich_uploader.listener.clean.user_avatar' => ['privates', 'vich_uploader.listener.clean.user_avatar', 'getVichUploader_Listener_Clean_UserAvatarService', true],
'vich_uploader.listener.clean.user_cni_recto' => ['privates', 'vich_uploader.listener.clean.user_cni_recto', 'getVichUploader_Listener_Clean_UserCniRectoService', true],
'vich_uploader.listener.clean.user_cni_verso' => ['privates', 'vich_uploader.listener.clean.user_cni_verso', 'getVichUploader_Listener_Clean_UserCniVersoService', true],
'vich_uploader.listener.clean.user_domiciliation' => ['privates', 'vich_uploader.listener.clean.user_domiciliation', 'getVichUploader_Listener_Clean_UserDomiciliationService', true],
'vich_uploader.listener.clean.user_fiscal_declaration' => ['privates', 'vich_uploader.listener.clean.user_fiscal_declaration', 'getVichUploader_Listener_Clean_UserFiscalDeclarationService', true],
'vich_uploader.listener.clean.user_nif' => ['privates', 'vich_uploader.listener.clean.user_nif', 'getVichUploader_Listener_Clean_UserNifService', true],
'vich_uploader.listener.remove.user_avatar' => ['privates', 'vich_uploader.listener.remove.user_avatar', 'getVichUploader_Listener_Remove_UserAvatarService', true],
'vich_uploader.listener.remove.user_cni_recto' => ['privates', 'vich_uploader.listener.remove.user_cni_recto', 'getVichUploader_Listener_Remove_UserCniRectoService', true],
'vich_uploader.listener.remove.user_cni_verso' => ['privates', 'vich_uploader.listener.remove.user_cni_verso', 'getVichUploader_Listener_Remove_UserCniVersoService', true],
'vich_uploader.listener.remove.user_domiciliation' => ['privates', 'vich_uploader.listener.remove.user_domiciliation', 'getVichUploader_Listener_Remove_UserDomiciliationService', true],
'vich_uploader.listener.remove.user_fiscal_declaration' => ['privates', 'vich_uploader.listener.remove.user_fiscal_declaration', 'getVichUploader_Listener_Remove_UserFiscalDeclarationService', true],
'vich_uploader.listener.remove.user_nif' => ['privates', 'vich_uploader.listener.remove.user_nif', 'getVichUploader_Listener_Remove_UserNifService', true],
'vich_uploader.listener.upload.user_avatar' => ['privates', 'vich_uploader.listener.upload.user_avatar', 'getVichUploader_Listener_Upload_UserAvatarService', true],
'vich_uploader.listener.upload.user_cni_recto' => ['privates', 'vich_uploader.listener.upload.user_cni_recto', 'getVichUploader_Listener_Upload_UserCniRectoService', true],
'vich_uploader.listener.upload.user_cni_verso' => ['privates', 'vich_uploader.listener.upload.user_cni_verso', 'getVichUploader_Listener_Upload_UserCniVersoService', true],
'vich_uploader.listener.upload.user_domiciliation' => ['privates', 'vich_uploader.listener.upload.user_domiciliation', 'getVichUploader_Listener_Upload_UserDomiciliationService', true],
'vich_uploader.listener.upload.user_fiscal_declaration' => ['privates', 'vich_uploader.listener.upload.user_fiscal_declaration', 'getVichUploader_Listener_Upload_UserFiscalDeclarationService', true],
'vich_uploader.listener.upload.user_nif' => ['privates', 'vich_uploader.listener.upload.user_nif', 'getVichUploader_Listener_Upload_UserNifService', true],
], [
'App\\EventListener\\BidApiSubscriber' => '?',
'App\\EventListener\\BidEventSubscriber' => '?',
'App\\EventListener\\PurchaseInstructionEventSubscriber' => '?',
'App\\EventListener\\RegistrationFilesUploadListener' => '?',
'App\\EventListener\\VehicleListener' => '?',
'App\\Live\\EntityListener' => '?',
'App\\Salesforce\\EventListener\\SalesForceDoctrineListener' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'fos_user.user_listener' => '?',
'stof_doctrine_extensions.listener.sluggable' => '?',
'stof_doctrine_extensions.listener.timestampable' => '?',
'stof_doctrine_extensions.listener.translatable' => '?',
'vich_uploader.listener.clean.user_avatar' => '?',
'vich_uploader.listener.clean.user_cni_recto' => '?',
'vich_uploader.listener.clean.user_cni_verso' => '?',
'vich_uploader.listener.clean.user_domiciliation' => '?',
'vich_uploader.listener.clean.user_fiscal_declaration' => '?',
'vich_uploader.listener.clean.user_nif' => '?',
'vich_uploader.listener.remove.user_avatar' => '?',
'vich_uploader.listener.remove.user_cni_recto' => '?',
'vich_uploader.listener.remove.user_cni_verso' => '?',
'vich_uploader.listener.remove.user_domiciliation' => '?',
'vich_uploader.listener.remove.user_fiscal_declaration' => '?',
'vich_uploader.listener.remove.user_nif' => '?',
'vich_uploader.listener.upload.user_avatar' => '?',
'vich_uploader.listener.upload.user_cni_recto' => '?',
'vich_uploader.listener.upload.user_cni_verso' => '?',
'vich_uploader.listener.upload.user_domiciliation' => '?',
'vich_uploader.listener.upload.user_fiscal_declaration' => '?',
'vich_uploader.listener.upload.user_nif' => '?',
]), [0 => 'vich_uploader.listener.clean.user_avatar', 1 => 'vich_uploader.listener.clean.user_cni_recto', 2 => 'vich_uploader.listener.clean.user_cni_verso', 3 => 'vich_uploader.listener.clean.user_domiciliation', 4 => 'vich_uploader.listener.clean.user_fiscal_declaration', 5 => 'vich_uploader.listener.clean.user_nif', 6 => 'App\\EventListener\\VehicleListener', 7 => 'App\\EventListener\\PurchaseInstructionEventSubscriber', 8 => 'App\\EventListener\\BidEventSubscriber', 9 => 'App\\EventListener\\BidApiSubscriber', 10 => 'App\\Live\\EntityListener', 11 => 'App\\Salesforce\\EventListener\\SalesForceDoctrineListener', 12 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 13 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 14 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 15 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 16 => 'vich_uploader.listener.remove.user_avatar', 17 => 'vich_uploader.listener.upload.user_avatar', 18 => 'vich_uploader.listener.remove.user_cni_recto', 19 => 'vich_uploader.listener.upload.user_cni_recto', 20 => 'vich_uploader.listener.remove.user_cni_verso', 21 => 'vich_uploader.listener.upload.user_cni_verso', 22 => 'vich_uploader.listener.remove.user_domiciliation', 23 => 'vich_uploader.listener.upload.user_domiciliation', 24 => 'vich_uploader.listener.remove.user_fiscal_declaration', 25 => 'vich_uploader.listener.upload.user_fiscal_declaration', 26 => 'vich_uploader.listener.remove.user_nif', 27 => 'vich_uploader.listener.upload.user_nif', 28 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\RegistrationFilesUploadListener'], 29 => [0 => [0 => 'preUpdate'], 1 => 'App\\EventListener\\RegistrationFilesUploadListener'], 30 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 31 => [0 => [0 => 'prePersist'], 1 => 'fos_user.user_listener'], 32 => [0 => [0 => 'preUpdate'], 1 => 'fos_user.user_listener'], 33 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 34 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 35 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 36 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.sluggable'], 37 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.sluggable'], 38 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.sluggable'], 39 => [0 => [0 => 'postLoad'], 1 => 'stof_doctrine_extensions.listener.translatable'], 40 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.translatable'], 41 => [0 => [0 => 'preFlush'], 1 => 'stof_doctrine_extensions.listener.translatable'], 42 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.translatable'], 43 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.translatable']]);
}
/**
* Gets the private 'esi_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
*/
protected function getEsiListenerService()
{
return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
}
/**
* 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 'fos_rest.body_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\BodyListener
*/
protected function getFosRest_BodyListenerService()
{
$this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fos_rest.decoder.json' => ['privates', 'fos_rest.decoder.json', 'getFosRest_Decoder_JsonService', true],
'fos_rest.decoder.xml' => ['privates', 'fos_rest.decoder.xml', 'getFosRest_Decoder_XmlService', true],
], [
'fos_rest.decoder.json' => '?',
'fos_rest.decoder.xml' => '?',
]), ['json' => 'fos_rest.decoder.json', 'xml' => 'fos_rest.decoder.xml']), false);
$instance->setDefaultFormat(NULL);
return $instance;
}
/**
* Gets the private 'fos_rest.view_response_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ViewResponseListener
*/
protected function getFosRest_ViewResponseListenerService()
{
$a = ($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService());
if (isset($this->privates['fos_rest.view_response_listener'])) {
return $this->privates['fos_rest.view_response_listener'];
}
return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener($a, true, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'fos_rest.zone_matcher_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ZoneMatcherListener
*/
protected function getFosRest_ZoneMatcherListenerService()
{
$this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
$instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/live/api/'));
$instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/'));
return $instance;
}
/**
* Gets the private 'fos_user.util.canonical_fields_updater' shared service.
*
* @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
*/
protected function getFosUser_Util_CanonicalFieldsUpdaterService()
{
$a = new \FOS\UserBundle\Util\Canonicalizer();
return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
}
/**
* Gets the private 'fos_user.util.password_updater' shared service.
*
* @return \FOS\UserBundle\Util\HashingPasswordUpdater
*/
protected function getFosUser_Util_PasswordUpdaterService()
{
return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'fragment.listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
*/
protected function getFragment_ListenerService()
{
return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
}
/**
* Gets the private 'jms_serializer.event_dispatcher' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
*/
protected function getJmsSerializer_EventDispatcherService()
{
$this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', true],
'jms_serializer.traceable_runs_listener' => ['privates', 'jms_serializer.traceable_runs_listener', 'getJmsSerializer_TraceableRunsListenerService', false],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', true],
], [
'jms_serializer.stopwatch_subscriber' => '?',
'jms_serializer.traceable_runs_listener' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
]));
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ORM\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\MongoDB\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\PHPCR\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'ProxyManager\\Proxy\\LazyLoadingInterface');
$instance->addListener('serializer.pre_deserialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.post_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], NULL, NULL, NULL);
return $instance;
}
/**
* Gets the private 'jms_serializer.expression_evaluator' shared service.
*
* @return \JMS\Serializer\Expression\ExpressionEvaluator
*/
protected function getJmsSerializer_ExpressionEvaluatorService()
{
$a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
$a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
}
/**
* Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableFileLocator
*/
protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
{
return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator([]));
}
/**
* Gets the private 'jms_serializer.traceable_handler_registry' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
*/
protected function getJmsSerializer_TraceableHandlerRegistryService()
{
$this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', true],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', true],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', true],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', true],
'pagerfanta.serializer.handler' => ['privates', 'pagerfanta.serializer.handler', 'getPagerfanta_Serializer_HandlerService', true],
'fos_rest.serializer.form_error_handler' => ['privates', 'fos_rest.serializer.form_error_handler', 'getFosRest_Serializer_FormErrorHandlerService', true],
], [
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'pagerfanta.serializer.handler' => '?',
'fos_rest.serializer.form_error_handler' => '?',
])));
$instance->registerHandler(1, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']);
$instance->registerHandler(1, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Pagerfanta\\Pagerfanta', 'json', [0 => 'pagerfanta.serializer.handler', 1 => 'serializeToJson']);
$instance->registerHandler(1, 'Pagerfanta\\PagerfantaInterface', 'json', [0 => 'pagerfanta.serializer.handler', 1 => 'serializeToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToXml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorTojson']);
$instance->registerHandler(2, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson']);
$instance->registerHandler(2, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']);
$instance->registerHandler(2, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson']);
$instance->registerHandler(2, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']);
$instance->registerHandler(2, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson']);
$instance->registerHandler(2, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']);
$instance->registerHandler(2, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson']);
$instance->registerHandler(2, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']);
$instance->registerHandler(2, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
$instance->registerHandler(2, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
*/
protected function getJmsSerializer_TraceableMetadataFactoryService()
{
$a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['privates', 'jms_serializer.metadata.typed_properties_driver', 'getJmsSerializer_Metadata_TypedPropertiesDriverService', true],
], [
'metadata_driver' => '?',
]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
$a->setIncludeInterfaces(false);
return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
}
/**
* Gets the private 'jms_serializer.traceable_runs_listener' shared service.
*
* @return \JMS\SerializerBundle\Debug\RunsListener
*/
protected function getJmsSerializer_TraceableRunsListenerService()
{
return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListener2Service()
{
$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_URL')]);
}
/**
* 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.auction' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_AuctionService()
{
$this->privates['monolog.handler.auction'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 5).'/log/auction.log'), 'debug', true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
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.firephp' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\FirePHPHandler
*/
protected function getMonolog_Handler_FirephpService()
{
$this->privates['monolog.handler.firephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\FirePHPHandler('info', true);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 5).'/log/dev.log'), 'debug', true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
$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.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.doctrine' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DoctrineService()
{
$this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
$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.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'nelmio_cors.cors_listener' shared service.
*
* @return \Nelmio\CorsBundle\EventListener\CorsListener
*/
protected function getNelmioCors_CorsListenerService()
{
return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('ROUTER_REQUEST_CONTEXT_BASE_URL'), $this->getEnv('ROUTER_REQUEST_CONTEXT_HOST'), $this->getEnv('ROUTER_REQUEST_CONTEXT_SCHEME'), 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
$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__, 6), true);
}
/**
* Gets the private 'routing.loader.yml' shared service.
*
* @return \Symfony\Component\Routing\Loader\YamlFileLoader
*/
protected function getRouting_Loader_YmlService()
{
return $this->privates['routing.loader.yml'] = new \Symfony\Component\Routing\Loader\YamlFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), 'dev');
}
/**
* Gets the private 'sass.public_asset_path_resolver' shared service.
*
* @return \Symfonycasts\SassBundle\AssetMapper\SassPublicPathAssetPathResolver
*/
protected function getSass_PublicAssetPathResolverService()
{
return $this->privates['sass.public_asset_path_resolver'] = new \Symfonycasts\SassBundle\AssetMapper\SassPublicPathAssetPathResolver(new \Symfony\Component\AssetMapper\Path\PublicAssetsPathResolver(\dirname(__DIR__, 6), '/assets/', '/public/'));
}
/**
* 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.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
$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.XtXJe9H'] ?? $this->get_ServiceLocator_XtXJe9HService());
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.live_api' => ($this->privates['.security.request_matcher.cAHnYwP'] ?? ($this->privates['.security.request_matcher.cAHnYwP'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/live/api(?!/users/token)')));
yield 'security.firewall.map.context.oauth_token' => ($this->privates['.security.request_matcher.0Awr3sc'] ?? ($this->privates['.security.request_matcher.0Awr3sc'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/token')));
yield 'security.firewall.map.context.oauth_authorize' => ($this->privates['.security.request_matcher.LDTCWMb'] ?? ($this->privates['.security.request_matcher.LDTCWMb'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/auth')));
yield 'security.firewall.map.context.public_api_platform' => ($this->privates['.security.request_matcher.E6Jv.fL'] ?? ($this->privates['.security.request_matcher.E6Jv.fL'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/sales$')));
yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.ixpZVxT'] ?? ($this->privates['.security.request_matcher.ixpZVxT'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api(?!/doc)')));
yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.egPQlB3'] ?? ($this->privates['.security.request_matcher.egPQlB3'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(|live/client|live-redirect)')));
}, 6));
}
/**
* 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', '/security/logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.password_hasher_factory' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
*/
protected function getSecurity_PasswordHasherFactoryService()
{
return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['legacy' => ['algorithm' => 'sha512', 'encode_as_base64' => false, 'iterations' => 1, 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL], 'FOS\\UserBundle\\Model\\UserInterface' => ['algorithm' => 'bcrypt', 'migrate_from' => [0 => 'legacy'], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
$b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
$b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'serializer.name_converter.metadata_aware' shared service.
*
* @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
*/
protected function getSerializer_NameConverter_MetadataAwareService()
{
return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'session.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
$a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
if (isset($this->privates['session.factory'])) {
return $this->privates['session.factory'];
}
return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [0 => $a, 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
*
* @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
*/
protected function getStofDoctrineExtensions_EventListener_LocaleService()
{
return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
}
/**
* Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
*
* @return \Gedmo\Translatable\TranslatableListener
*/
protected function getStofDoctrineExtensions_Listener_TranslatableService()
{
$this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
$instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->setDefaultLocale('fr');
$instance->setTranslatableLocale('fr');
$instance->setTranslationFallback(true);
$instance->setPersistDefaultLocaleTranslation(false);
$instance->setSkipOnLoad(false);
return $instance;
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ar.xliff'), 6 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), 7 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ar.xliff')], 'az' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.az.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.az.xliff')], 'be' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.bg.xliff'), 7 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ca.xliff'), 7 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), 8 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ca.xliff')], 'cs' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.cs.xliff'), 7 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 8 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.cs.xliff')], 'cy' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.da.xliff'), 6 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.de.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), 7 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.de.xliff'), 8 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 9 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.de.xliff'), 10 => (\dirname(__DIR__, 6).'/src/Resources/translations/dictionary.de.yml'), 11 => (\dirname(__DIR__, 6).'/src/Resources/translations/messages.de.yml'), 12 => (\dirname(__DIR__, 6).'/src/Resources/translations/validators.de.yml'), 13 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/landing.de.xliff'), 14 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/mail.de.xliff'), 15 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/menu.de.xliff'), 16 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages+intl-icu.de.xliff'), 17 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages.de.xliff'), 18 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/seo.de.xliff'), 19 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/validators.de.xliff')], 'el' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml')], 'en' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.en.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), 7 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.en.xliff'), 8 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 9 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.en.xliff'), 10 => (\dirname(__DIR__, 6).'/src/Resources/translations/dictionary.en.yml'), 11 => (\dirname(__DIR__, 6).'/src/Resources/translations/messages.en.yml'), 12 => (\dirname(__DIR__, 6).'/src/Resources/translations/validators.en.yml'), 13 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/landing.en.xliff'), 14 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/mail.en.xliff'), 15 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/menu.en.xliff'), 16 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages+intl-icu.en.xliff'), 17 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages.en.xliff'), 18 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/seo.en.xliff'), 19 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/validators.en.xliff')], 'es' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.es.xliff'), 7 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 8 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.es.xliff'), 9 => (\dirname(__DIR__, 6).'/src/Resources/translations/dictionary.es.yml'), 10 => (\dirname(__DIR__, 6).'/src/Resources/translations/messages.es.yml'), 11 => (\dirname(__DIR__, 6).'/src/Resources/translations/validators.es.yml'), 12 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/landing.es.xliff'), 13 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/mail.es.xliff'), 14 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/menu.es.xliff'), 15 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages+intl-icu.es.xliff'), 16 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages.es.xliff'), 17 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/seo.es.xliff'), 18 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/validators.es.xliff')], 'et' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.eu.xliff'), 6 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.fi.xliff'), 6 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), 7 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.fr.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), 7 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.fr.xliff'), 8 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 9 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.fr.xliff'), 10 => (\dirname(__DIR__, 6).'/src/Resources/translations/dictionary.fr.yml'), 11 => (\dirname(__DIR__, 6).'/src/Resources/translations/messages.fr.yml'), 12 => (\dirname(__DIR__, 6).'/src/Resources/translations/validators.fr.yml'), 13 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/api.fr.xliff'), 14 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/landing.fr.xliff'), 15 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/mail.fr.xliff'), 16 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/menu.fr.xliff'), 17 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages+intl-icu.fr.xliff'), 18 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages.fr.xliff'), 19 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/seo.fr.xliff'), 20 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/validators.fr.xliff')], 'gl' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.gl.xliff')], 'he' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml')], 'hr' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.hu.xliff'), 6 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 7 => (\dirname(__DIR__, 6).'/src/Resources/translations/dictionary.hu.yml'), 8 => (\dirname(__DIR__, 6).'/src/Resources/translations/messages.hu.yml'), 9 => (\dirname(__DIR__, 6).'/src/Resources/translations/validators.hu.yml'), 10 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/landing.hu.xliff'), 11 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/mail.hu.xliff'), 12 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/menu.hu.xliff'), 13 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages+intl-icu.hu.xliff'), 14 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages.hu.xliff'), 15 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/seo.hu.xliff'), 16 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/validators.hu.xliff')], 'hy' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.it.xliff'), 6 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 7 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.it.xliff'), 8 => (\dirname(__DIR__, 6).'/src/Resources/translations/dictionary.it.yml'), 9 => (\dirname(__DIR__, 6).'/src/Resources/translations/messages.it.yml'), 10 => (\dirname(__DIR__, 6).'/src/Resources/translations/validators.it.yml'), 11 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/landing.it.xliff'), 12 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/mail.it.xliff'), 13 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/menu.it.xliff'), 14 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages+intl-icu.it.xliff'), 15 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages.it.xliff'), 16 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/seo.it.xliff'), 17 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/validators.it.xliff')], 'ja' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml')], 'lt' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.lt.xliff'), 6 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml')], 'mk' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nb.xliff')], 'nl' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.nl.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), 7 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nl.xliff'), 8 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 9 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.nl.xliff'), 10 => (\dirname(__DIR__, 6).'/src/Resources/translations/dictionary.nl.yml'), 11 => (\dirname(__DIR__, 6).'/src/Resources/translations/messages.nl.yml'), 12 => (\dirname(__DIR__, 6).'/src/Resources/translations/validators.nl.yml'), 13 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/landing.nl.xliff'), 14 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/mail.nl.xliff'), 15 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/menu.nl.xliff'), 16 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages+intl-icu.nl.xliff'), 17 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages.nl.xliff'), 18 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/seo.nl.xliff'), 19 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/validators.nl.xliff')], 'nn' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nn.xliff')], 'no' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pl.xliff'), 7 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 8 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.pl.xliff'), 9 => (\dirname(__DIR__, 6).'/src/Resources/translations/dictionary.pl.yml'), 10 => (\dirname(__DIR__, 6).'/src/Resources/translations/messages.pl.yml'), 11 => (\dirname(__DIR__, 6).'/src/Resources/translations/validators.pl.yml'), 12 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/landing.pl.xliff'), 13 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/mail.pl.xliff'), 14 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/menu.pl.xliff'), 15 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages+intl-icu.pl.xliff'), 16 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages.pl.xliff'), 17 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/seo.pl.xliff'), 18 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/validators.pl.xliff')], 'pt' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt.xliff'), 6 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), 7 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.pt.xliff'), 8 => (\dirname(__DIR__, 6).'/src/Resources/translations/dictionary.pt.yml'), 9 => (\dirname(__DIR__, 6).'/src/Resources/translations/messages.pt.yml'), 10 => (\dirname(__DIR__, 6).'/src/Resources/translations/validators.pt.yml'), 11 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/landing.pt.xliff'), 12 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/mail.pt.xliff'), 13 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/menu.pt.xliff'), 14 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages+intl-icu.pt.xliff'), 15 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages.pt.xliff'), 16 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/seo.pt.xliff'), 17 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/validators.pt.xliff')], 'pt_BR' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ro.xliff'), 7 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ro.xliff'), 8 => (\dirname(__DIR__, 6).'/src/Resources/translations/dictionary.ro.yml'), 9 => (\dirname(__DIR__, 6).'/src/Resources/translations/messages.ro.yml'), 10 => (\dirname(__DIR__, 6).'/src/Resources/translations/validators.ro.yml'), 11 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/landing.ro.xliff'), 12 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/mail.ro.xliff'), 13 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/menu.ro.xliff'), 14 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages+intl-icu.ro.xliff'), 15 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages.ro.xliff'), 16 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/seo.ro.xliff'), 17 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/validators.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ru.xliff'), 7 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 8 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ru.xliff')], 'sk' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sk.xliff'), 7 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sk.xliff')], 'sl' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.sl.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml'), 7 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sl.xliff'), 8 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), 9 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sl.xliff')], 'sq' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sr_Cyrl.xliff')], 'sr_Latn' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sr_Latn.xliff')], 'sv' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sv.xliff'), 6 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.th.xliff'), 6 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.th.xliff')], 'tl' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.tr.xliff'), 7 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), 8 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.tr.xliff')], 'uk' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.uk.xliff'), 7 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 8 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.uk.xliff')], 'ur' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.vi.xliff')], 'zh_CN' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml'), 6 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_CN.xliff'), 7 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.zh_CN.xliff')], 'zh_TW' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 3 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_TW.xliff')], 'bn' => [0 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), 1 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml')], 'bn_BD' => [0 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), 1 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [0 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), 1 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml'), 2 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.eo.xliff')], 'ky' => [0 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), 1 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml'), 2 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ky.xliff')], 'bs_Latn_BA' => [0 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.bs_Latn_BA.xliff')], 'hr_HR' => [0 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.hr_HR.xliff')], 'pt_PT' => [0 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt_PT.xliff')], 'sr_Latin' => [0 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sr_Latin.xliff')], 'zh' => [0 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh.xliff')], 'zh_HK' => [0 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_HK.xliff')], 'vn' => [0 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'oc' => [0 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.oc.xliff')], 'sw' => [0 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sw.xliff')], 'fr_BE' => [0 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages.fr_BE.xliff')], 'nl_BE' => [0 => (\dirname(__DIR__, 6).'/translations/translations-vpauto/messages.nl_BE.xliff')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 6).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 6).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'), 5 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle/translations'), 8 => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle/translations'), 9 => (\dirname(__DIR__, 6).'/src/Resources/translations'), 10 => (\dirname(__DIR__, 6).'/translations/translations-vpauto'), 11 => (\dirname(__DIR__, 6).'/vendor/symfony/framework-bundle/translations'), 12 => (\dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__, 6).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 14 => (\dirname(__DIR__, 6).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 16 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/rest-bundle/translations'), 17 => (\dirname(__DIR__, 6).'/vendor/symfony/twig-bundle/translations'), 18 => (\dirname(__DIR__, 6).'/vendor/jms/serializer-bundle/translations'), 19 => (\dirname(__DIR__, 6).'/vendor/jms/translation-bundle/translations'), 20 => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 21 => (\dirname(__DIR__, 6).'/vendor/nelmio/api-doc-bundle/translations'), 22 => (\dirname(__DIR__, 6).'/vendor/nelmio/cors-bundle/translations'), 23 => (\dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src/translations'), 24 => (\dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src/translations'), 25 => (\dirname(__DIR__, 6).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 26 => (\dirname(__DIR__, 6).'/vendor/symfony/monolog-bundle/translations'), 27 => (\dirname(__DIR__, 6).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 28 => (\dirname(__DIR__, 6).'/src/VPAutoBundle/translations'), 29 => (\dirname(__DIR__, 6).'/src/VPAutoSalesforceBundle/translations'), 30 => (\dirname(__DIR__, 6).'/src/VPAutoApiBundle/translations'), 31 => (\dirname(__DIR__, 6).'/src/VPAutoSMSBundle/translations'), 32 => (\dirname(__DIR__, 6).'/src/VPAutoTerminalBundle/translations'), 33 => (\dirname(__DIR__, 6).'/vendor/symfony/web-profiler-bundle/translations'), 34 => (\dirname(__DIR__, 6).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 35 => (\dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 36 => (\dirname(__DIR__, 6).'/vendor/aymdev/messenger-azure-bundle/src/translations'), 37 => (\dirname(__DIR__, 6).'/vendor/symfonycasts/sass-bundle/src/translations'), 38 => (\dirname(__DIR__, 6).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 39 => (\dirname(__DIR__, 6).'/vendor/hautelook/alice-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/excelwebzone/recaptcha-bundle/src/Resources/translations', 4 => 'vendor/friendsofsymfony/oauth-server-bundle/Resources/translations', 5 => 'vendor/friendsofsymfony/user-bundle/src/Resources/translations', 6 => 'vendor/knplabs/knp-time-bundle/src/Resources/translations', 7 => 'vendor/vich/uploader-bundle/translations', 8 => 'vendor/babdev/pagerfanta-bundle/translations', 9 => 'src/Resources/translations', 10 => 'translations/translations-vpauto', 11 => 'vendor/symfony/framework-bundle/translations', 12 => 'vendor/doctrine/doctrine-bundle/translations', 13 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 14 => 'vendor/symfony/security-bundle/translations', 15 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 16 => 'vendor/friendsofsymfony/rest-bundle/translations', 17 => 'vendor/symfony/twig-bundle/translations', 18 => 'vendor/jms/serializer-bundle/translations', 19 => 'vendor/jms/translation-bundle/translations', 20 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 21 => 'vendor/nelmio/api-doc-bundle/translations', 22 => 'vendor/nelmio/cors-bundle/translations', 23 => 'vendor/sensio/framework-extra-bundle/src/translations', 24 => 'vendor/sentry/sentry-symfony/src/translations', 25 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 26 => 'vendor/symfony/monolog-bundle/translations', 27 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 28 => 'src/VPAutoBundle/translations', 29 => 'src/VPAutoSalesforceBundle/translations', 30 => 'src/VPAutoApiBundle/translations', 31 => 'src/VPAutoSMSBundle/translations', 32 => 'src/VPAutoTerminalBundle/translations', 33 => 'vendor/symfony/web-profiler-bundle/translations', 34 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations', 35 => 'vendor/api-platform/core/src/Symfony/Bundle/translations', 36 => 'vendor/aymdev/messenger-azure-bundle/src/translations', 37 => 'vendor/symfonycasts/sass-bundle/src/translations', 38 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations', 39 => 'vendor/hautelook/alice-bundle/src/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales($this->parameters['proposed_locales']);
return $instance;
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Validator\\AdIdValidator' => ['services', 'App\\Validator\\AdIdValidator', 'getAdIdValidatorService', true],
'App\\Validator\\AddressValidator' => ['services', 'App\\Validator\\AddressValidator', 'getAddressValidatorService', true],
'App\\Validator\\GreaterThanOrEqualAmountValidator' => ['services', 'App\\Validator\\GreaterThanOrEqualAmountValidator', 'getGreaterThanOrEqualAmountValidatorService', true],
'App\\Validator\\MinimumPropertiesFilledValidator' => ['services', 'App\\Validator\\MinimumPropertiesFilledValidator', 'getMinimumPropertiesFilledValidatorService', true],
'App\\Validator\\VatValidator' => ['services', 'App\\Validator\\VatValidator', 'getVatValidatorService', true],
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'ewz_recaptcha.true' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
'ewz_recaptcha.v3.true' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'App\\Validator\\AdIdValidator' => '?',
'App\\Validator\\AddressValidator' => '?',
'App\\Validator\\GreaterThanOrEqualAmountValidator' => '?',
'App\\Validator\\MinimumPropertiesFilledValidator' => '?',
'App\\Validator\\VatValidator' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'ewz_recaptcha.true' => '?',
'ewz_recaptcha.v3.true' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 6).'/vendor/symfony/form/Resources/config/validation.xml'), 1 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml'), 2 => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), 1 => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
$instance->addXmlMapping((\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
return $instance;
}
/**
* Gets the private 'vich_uploader.metadata_reader' shared service.
*
* @return \Vich\UploaderBundle\Metadata\MetadataReader
*/
protected function getVichUploader_MetadataReaderService()
{
$a = new \Metadata\Driver\FileLocator([]);
$b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), 3 => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
$b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
$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()), NULL);
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'countries_domain' => false,
'country' => false,
'current_website' => false,
'salesforce_enabled' => false,
'salesforce_use_mock' => false,
'salesforce_environment' => false,
'salesforce_username' => false,
'salesforce_password' => false,
'salesforce_security_token' => false,
'salesforce_base_url' => false,
'apex_ftp_server' => false,
'apex_ftp_user' => false,
'apex_ftp_password' => false,
'estimation_price_offset' => false,
'argus_price_offset' => false,
'sass.bin' => false,
'ruby.bin' => false,
'sap.ftp.host' => false,
'sap.ftp.port' => false,
'sap.ftp.login' => false,
'sap.ftp.password' => false,
'sap.ftp.passive' => false,
'dialoginsight.sftp.host' => false,
'dialoginsight.sftp.port' => false,
'dialoginsight.sftp.login' => false,
'dialoginsight.sftp.password' => false,
'live_pdf_guide' => false,
'price.default_tarif' => false,
'sms_enabled' => false,
'router.request_context.host' => false,
'router.request_context.scheme' => false,
'router.request_context.base_url' => false,
'sentry_dsn' => false,
'purchase_api_location' => false,
'purchase_api_token' => false,
'upload_registration_doc_dir' => false,
'delivery_api_location' => false,
'delivery_api_token' => false,
'cdn_upload_files_endpoint' => false,
'cdn_upload_files_token' => false,
'sale_wsdl_location' => false,
'vehicle_wsdl_location' => false,
'tarif_wsdl_location' => false,
'cdnDocPro_wsdl_location' => false,
'vat_wsdl_location' => false,
'vat_check_enabled' => false,
'translation.client_id' => false,
'translation.client_secret' => false,
'translation.resource' => false,
'translation.apim.subscription_key' => false,
'vpauto.website_base_uri' => false,
'showvroom.website_base_uri' => false,
'ecat.website_base_uri' => false,
'datahub.base_url' => false,
'datahub.client_id' => false,
'datahub.client_secret' => false,
'datahub.subscription_key' => false,
'datahub.resource' => false,
'showvroom.alliance_auto.login_url' => false,
'showvroom.vpauto.homepage_pro_url' => false,
'leaseplan_user_bidder_id' => false,
'leaseplan_signalr_base_url' => false,
'leaseplan_default_vehicle_category_id' => false,
'leaseplan_fees' => false,
'leaseplan_cookie_name' => false,
'leaseplan_cookie_domain' => false,
'recommendation_availability_url' => false,
'recommendation_url' => false,
'rms_token_url' => false,
'rms_bid_url' => false,
'rms_client_id' => false,
'rms_client_secret' => false,
'rms_resource' => false,
'rms_user_bidder_id' => false,
'secret' => false,
'base_uri' => false,
'website_base_uri' => false,
'js_server' => false,
'js_server_public_url' => false,
'js_server_send' => false,
'ad_app_id' => false,
'ad_app_secret' => false,
'ad_grant_type' => false,
'ad_url_redirect' => false,
'ad_url_connect' => false,
'ad_token_url' => 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,
'knp_snappy.pdf.binary' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'countries_domain': $value = [
'de' => $this->getEnv('DOMAIN_DE'),
'be' => $this->getEnv('DOMAIN_BE'),
'es' => $this->getEnv('DOMAIN_ES'),
'fr' => $this->getEnv('DOMAIN_FR'),
'en' => $this->getEnv('DOMAIN_EN'),
'it' => $this->getEnv('DOMAIN_IT'),
'nl' => $this->getEnv('DOMAIN_NL'),
'pl' => $this->getEnv('DOMAIN_PL'),
'pt' => $this->getEnv('DOMAIN_PT'),
'ro' => $this->getEnv('DOMAIN_RO'),
]; break;
case 'country': $value = $this->getEnv('APP_COUNTRY'); break;
case 'current_website': $value = $this->getEnv('APP_WEBSITE'); break;
case 'salesforce_enabled': $value = $this->getEnv('bool:SALESFORCE_ENABLED'); break;
case 'salesforce_use_mock': $value = $this->getEnv('bool:SALESFORCE_USE_MOCK'); break;
case 'salesforce_environment': $value = $this->getEnv('SALESFORCE_ENVIRONMENT'); break;
case 'salesforce_username': $value = $this->getEnv('SALESFORCE_USERNAME'); break;
case 'salesforce_password': $value = $this->getEnv('SALESFORCE_PASSWORD'); break;
case 'salesforce_security_token': $value = $this->getEnv('SALESFORCE_SECURITY_TOKEN'); break;
case 'salesforce_base_url': $value = $this->getEnv('SALESFORCE_BASE_URL'); break;
case 'apex_ftp_server': $value = $this->getEnv('APEX_FTP_SERVER'); break;
case 'apex_ftp_user': $value = $this->getEnv('APEX_FTP_USER'); break;
case 'apex_ftp_password': $value = $this->getEnv('APEX_FTP_PASSWORD'); break;
case 'estimation_price_offset': $value = $this->getEnv('ESTIMATION_PRICE_OFFSET'); break;
case 'argus_price_offset': $value = $this->getEnv('ARGUS_PRICE_OFFSET'); break;
case 'sass.bin': $value = $this->getEnv('SASS_BIN'); break;
case 'ruby.bin': $value = $this->getEnv('RUBY_BIN'); break;
case 'sap.ftp.host': $value = $this->getEnv('SAP_FTP_HOST'); break;
case 'sap.ftp.port': $value = $this->getEnv('SAP_FTP_PORT'); break;
case 'sap.ftp.login': $value = $this->getEnv('SAP_FTP_LOGIN'); break;
case 'sap.ftp.password': $value = $this->getEnv('SAP_FTP_PASSWORD'); break;
case 'sap.ftp.passive': $value = $this->getEnv('bool:SAP_FTP_PASSIVE'); break;
case 'dialoginsight.sftp.host': $value = $this->getEnv('DIALOGINSIGHT_SFTP_HOST'); break;
case 'dialoginsight.sftp.port': $value = $this->getEnv('DIALOGINSIGHT_SFTP_PORT'); break;
case 'dialoginsight.sftp.login': $value = $this->getEnv('DIALOGINSIGHT_SFTP_LOGIN'); break;
case 'dialoginsight.sftp.password': $value = $this->getEnv('DIALOGINSIGHT_SFTP_PASSWORD'); break;
case 'live_pdf_guide': $value = $this->getEnv('LIVE_PDF_GUIDE'); break;
case 'price.default_tarif': $value = $this->getEnv('PRICE_DEFAULT_TARIF'); break;
case 'sms_enabled': $value = $this->getEnv('bool:SMS_ENABLED'); break;
case 'router.request_context.host': $value = $this->getEnv('ROUTER_REQUEST_CONTEXT_HOST'); break;
case 'router.request_context.scheme': $value = $this->getEnv('ROUTER_REQUEST_CONTEXT_SCHEME'); break;
case 'router.request_context.base_url': $value = $this->getEnv('ROUTER_REQUEST_CONTEXT_BASE_URL'); break;
case 'sentry_dsn': $value = $this->getEnv('SENTRY_DSN'); break;
case 'purchase_api_location': $value = $this->getEnv('PURCHASE_API_LOCATION'); break;
case 'purchase_api_token': $value = $this->getEnv('PURCHASE_API_TOKEN'); break;
case 'upload_registration_doc_dir': $value = $this->getEnv('UPLOAD_REGISTRATION_DOC_DIR'); break;
case 'delivery_api_location': $value = $this->getEnv('DELIVERY_API_LOCATION'); break;
case 'delivery_api_token': $value = $this->getEnv('DELIVERY_API_TOKEN'); break;
case 'cdn_upload_files_endpoint': $value = $this->getEnv('CDN_UPLOAD_FILES_ENDPOINT'); break;
case 'cdn_upload_files_token': $value = $this->getEnv('CDN_UPLOAD_FILES_TOKEN'); break;
case 'sale_wsdl_location': $value = $this->getEnv('SALE_WSDL_LOCATION'); break;
case 'vehicle_wsdl_location': $value = $this->getEnv('VEHICLE_WSDL_LOCATION'); break;
case 'tarif_wsdl_location': $value = $this->getEnv('TARIF_WSDL_LOCATION'); break;
case 'cdnDocPro_wsdl_location': $value = $this->getEnv('CDNDOCPRO_WSDL_LOCATION'); break;
case 'vat_wsdl_location': $value = $this->getEnv('VAT_WSDL_LOCATION'); break;
case 'vat_check_enabled': $value = $this->getEnv('bool:VAT_CHECK_ENABLED'); break;
case 'translation.client_id': $value = $this->getEnv('string:TRANSLATION_CLIENT_ID').'n'; break;
case 'translation.client_secret': $value = $this->getEnv('TRANSLATION_CLIENT_SECRET'); break;
case 'translation.resource': $value = $this->getEnv('TRANSLATION_RESOURCE'); break;
case 'translation.apim.subscription_key': $value = $this->getEnv('TRANSLATION_APIM_SUBSCRIPTION_KEY'); break;
case 'vpauto.website_base_uri': $value = $this->getEnv('VPAUTO_WEBSITE_BASE_URI'); break;
case 'showvroom.website_base_uri': $value = $this->getEnv('SHOWVROOM_WEBSITE_BASE_URI'); break;
case 'ecat.website_base_uri': $value = $this->getEnv('ECAT_WEBSITE_BASE_URI'); break;
case 'datahub.base_url': $value = $this->getEnv('DATAHUB_BASE_URL'); break;
case 'datahub.client_id': $value = $this->getEnv('DATAHUB_CLIENT_ID'); break;
case 'datahub.client_secret': $value = $this->getEnv('DATAHUB_CLIENT_SECRET'); break;
case 'datahub.subscription_key': $value = $this->getEnv('DATAHUB_SUBSCRIPTION_KEY'); break;
case 'datahub.resource': $value = $this->getEnv('DATAHUB_RESOURCE'); break;
case 'showvroom.alliance_auto.login_url': $value = $this->getEnv('SHOWVROOM_ALLIANCE_AUTO_LOGIN_URL'); break;
case 'showvroom.vpauto.homepage_pro_url': $value = $this->getEnv('SHOWVROOM_VPAUTO_HOMEPAGE_PRO_URL'); break;
case 'leaseplan_user_bidder_id': $value = $this->getEnv('LEASEPLAN_USER_BIDDER_ID'); break;
case 'leaseplan_signalr_base_url': $value = $this->getEnv('LEASEPLAN_SIGNALR_BASE_URL'); break;
case 'leaseplan_default_vehicle_category_id': $value = $this->getEnv('LEASEPLAN_DEFAULT_VEHICLE_CATEGORY_ID'); break;
case 'leaseplan_fees': $value = $this->getEnv('LEASEPLAN_FEES'); break;
case 'leaseplan_cookie_name': $value = $this->getEnv('LEASEPLAN_COOKIE_NAME'); break;
case 'leaseplan_cookie_domain': $value = $this->getEnv('LEASEPLAN_COOKIE_DOMAIN'); break;
case 'recommendation_availability_url': $value = $this->getEnv('RECOMMENDATION_AVAILABILITY_URL'); break;
case 'recommendation_url': $value = $this->getEnv('string:RECOMMENDATION_URL').'/reportEmbed'; break;
case 'rms_token_url': $value = $this->getEnv('RMS_TOKEN_URL'); break;
case 'rms_bid_url': $value = $this->getEnv('RMS_BID_URL'); break;
case 'rms_client_id': $value = $this->getEnv('RMS_CLIENT_ID'); break;
case 'rms_client_secret': $value = $this->getEnv('RMS_CLIENT_SECRET'); break;
case 'rms_resource': $value = $this->getEnv('RMS_RESOURCE'); break;
case 'rms_user_bidder_id': $value = $this->getEnv('RMS_USER_BIDDER_ID'); break;
case 'secret': $value = $this->getEnv('APP_SECRET'); break;
case 'base_uri': $value = $this->getEnv('VPAUTO_WEBSITE_BASE_URI'); break;
case 'website_base_uri': $value = $this->getEnv('VPAUTO_WEBSITE_BASE_URI'); break;
case 'js_server': $value = $this->getEnv('JS_SERVER'); break;
case 'js_server_public_url': $value = $this->getEnv('JS_SERVER_PUBLIC_URL'); break;
case 'js_server_send': $value = $this->getEnv('bool:JS_SERVER_SEND'); break;
case 'ad_app_id': $value = $this->getEnv('AD_APP_ID'); break;
case 'ad_app_secret': $value = $this->getEnv('AD_APP_SECRET'); break;
case 'ad_grant_type': $value = $this->getEnv('AD_GRANT_TYPE'); break;
case 'ad_url_redirect': $value = $this->getEnv('AD_URL_REDIRECT'); break;
case 'ad_url_connect': $value = $this->getEnv('AD_URL_CONNECT'); break;
case 'ad_token_url': $value = $this->getEnv('AD_TOKEN_URL'); 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 'knp_snappy.pdf.binary': $value = $this->getEnv('WKHTMLTOPDF_PATH'); 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__, 6),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 5).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'JMSTranslationBundle' => 'JMS\\TranslationBundle\\JMSTranslationBundle',
'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'VPAutoBundle' => 'App\\VPAutoBundle\\VPAutoBundle',
'VPAutoSalesforceBundle' => 'App\\VPAutoSalesforceBundle\\VPAutoSalesforceBundle',
'VPAutoApiBundle' => 'App\\VPAutoApiBundle\\VPAutoApiBundle',
'VPAutoSMSBundle' => 'App\\VPAutoSMSBundle\\VPAutoSMSBundle',
'VPAutoTerminalBundle' => 'App\\VPAutoTerminalBundle\\VPAutoTerminalBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
'AymDevMessengerAzureBundle' => 'AymDev\\MessengerAzureBundle\\AymDevMessengerAzureBundle',
'BabDevPagerfantaBundle' => 'BabDev\\PagerfantaBundle\\BabDevPagerfantaBundle',
'SymfonycastsSassBundle' => 'Symfonycasts\\SassBundle\\SymfonycastsSassBundle',
'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'EWZRecaptchaBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/excelwebzone/recaptcha-bundle/src'),
'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
],
'FOSJsRoutingBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/jsrouting-bundle'),
'namespace' => 'FOS\\JsRoutingBundle',
],
'FOSOAuthServerBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/oauth-server-bundle'),
'namespace' => 'FOS\\OAuthServerBundle',
],
'FOSRestBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/rest-bundle'),
'namespace' => 'FOS\\RestBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'FOSUserBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/friendsofsymfony/user-bundle/src'),
'namespace' => 'FOS\\UserBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'JMSTranslationBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/jms/translation-bundle'),
'namespace' => 'JMS\\TranslationBundle',
],
'KnpSnappyBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-snappy-bundle/src'),
'namespace' => 'Knp\\Bundle\\SnappyBundle',
],
'KnpTimeBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/knplabs/knp-time-bundle/src'),
'namespace' => 'Knp\\Bundle\\TimeBundle',
],
'NelmioApiDocBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/nelmio/api-doc-bundle'),
'namespace' => 'Nelmio\\ApiDocBundle',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'SentryBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/sentry/sentry-symfony/src'),
'namespace' => 'Sentry\\SentryBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'VPAutoBundle' => [
'path' => (\dirname(__DIR__, 6).'/src/VPAutoBundle'),
'namespace' => 'App\\VPAutoBundle',
],
'VPAutoSalesforceBundle' => [
'path' => (\dirname(__DIR__, 6).'/src/VPAutoSalesforceBundle'),
'namespace' => 'App\\VPAutoSalesforceBundle',
],
'VPAutoApiBundle' => [
'path' => (\dirname(__DIR__, 6).'/src/VPAutoApiBundle'),
'namespace' => 'App\\VPAutoApiBundle',
],
'VPAutoSMSBundle' => [
'path' => (\dirname(__DIR__, 6).'/src/VPAutoSMSBundle'),
'namespace' => 'App\\VPAutoSMSBundle',
],
'VPAutoTerminalBundle' => [
'path' => (\dirname(__DIR__, 6).'/src/VPAutoTerminalBundle'),
'namespace' => 'App\\VPAutoTerminalBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'NelmioAliceBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/nelmio/alice/src/Bridge/Symfony'),
'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
],
'ApiPlatformBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/api-platform/core/src/Symfony/Bundle'),
'namespace' => 'ApiPlatform\\Symfony\\Bundle',
],
'AymDevMessengerAzureBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/aymdev/messenger-azure-bundle/src'),
'namespace' => 'AymDev\\MessengerAzureBundle',
],
'BabDevPagerfantaBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/babdev/pagerfanta-bundle'),
'namespace' => 'BabDev\\PagerfantaBundle',
],
'SymfonycastsSassBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/symfonycasts/sass-bundle/src'),
'namespace' => 'Symfonycasts\\SassBundle',
],
'FidryAliceDataFixturesBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
],
'HautelookAliceBundle' => [
'path' => (\dirname(__DIR__, 6).'/vendor/hautelook/alice-bundle/src'),
'namespace' => 'Hautelook\\AliceBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'container.autowiring.strict_mode' => true,
'container.dumper.inline_class_loader' => true,
'countries_code' => [
'Germany' => 'de',
'Belgium' => 'be',
'Spain' => 'es',
'France' => 'fr',
'International' => 'en',
'Italy' => 'it',
'Netherlands' => 'nl',
'Poland' => 'pl',
'Portugal' => 'pt',
'Romania' => 'ro',
],
'menu' => [
'b2c' => [
'default' => [
0 => 'frontend_understand_auction',
1 => 'frontend_company',
2 => 'frontend_online_purchase',
3 => 'frontend_engagements',
4 => 'frontend_services',
5 => 'frontend_salesrooms',
6 => 'frontend_guarantee',
7 => 'frontend_contact',
8 => 'frontend_vehicle_provenance',
9 => 'frontend_faq',
10 => 'frontend_expertise',
],
'fr' => [
0 => 'frontend_understand_auction',
1 => 'frontend_company',
2 => 'frontend_online_purchase',
3 => 'frontend_engagements',
4 => 'frontend_services',
5 => 'frontend_salesrooms',
6 => 'frontend_guarantee',
7 => 'frontend_visit_vehicle',
8 => 'frontend_vehicle_provenance',
9 => 'frontend_faq',
10 => 'frontend_expertise',
11 => 'frontend_contact',
],
'be' => [
0 => 'frontend_understand_auction',
1 => 'frontend_company',
2 => 'frontend_online_purchase',
3 => 'frontend_engagements',
4 => 'frontend_salesrooms',
5 => 'frontend_contact',
6 => 'frontend_vehicle_provenance',
7 => 'frontend_faq',
],
'es' => [
0 => 'frontend_understand_auction',
1 => 'frontend_company',
2 => 'frontend_online_purchase',
3 => 'frontend_engagements',
4 => 'frontend_services',
5 => 'frontend_salesrooms',
6 => 'frontend_contact',
7 => 'frontend_vehicle_provenance',
8 => 'frontend_faq',
9 => 'frontend_expertise',
],
],
'b2b' => [
'default' => [
0 => 'frontend_company_pro',
1 => 'frontend_estimation_pro',
2 => 'frontend_customer_space_pro',
3 => 'frontend_salesrooms',
4 => 'frontend_more_vpautopro',
5 => 'frontend_vehicle_provenance_pro',
6 => 'frontend_customer_complaint_pro',
7 => 'frontend_engagement_pro',
8 => 'frontend_purchase_format_pro',
9 => 'frontend_faq_pro',
10 => 'frontend_contact_pro',
11 => 'frontend_vehicle_inspection_pro',
12 => 'frontend_withdrawal_vo_pro',
13 => 'live_portal_next_sales_pro',
],
'pt' => [
0 => 'frontend_company_pro',
1 => 'frontend_estimation_pro',
2 => 'frontend_customer_space_pro',
3 => 'frontend_salesrooms',
4 => 'frontend_more_vpautopro',
5 => 'frontend_vehicle_provenance_pro',
6 => 'frontend_customer_complaint_pro',
7 => 'frontend_engagement_pro',
8 => 'frontend_purchase_format_pro',
9 => 'frontend_faq_pro',
10 => 'frontend_contact_pro',
11 => 'frontend_vehicle_inspection_pro',
12 => 'frontend_withdrawal_vo_pro',
13 => 'live_portal_next_sales_pro',
14 => 'frontend_transport_pro',
],
],
'b2becat' => [
'default' => [
0 => 'frontend_engagement_pro',
1 => 'frontend_withdrawal_vo_pro',
2 => 'frontend_vehicle_inspection_pro',
3 => 'live_portal_next_sales_pro',
4 => 'frontend_estimation_pro',
5 => 'frontend_customer_space_pro',
6 => 'frontend_vehicle_provenance_pro',
7 => 'frontend_customer_complaint_pro',
],
],
],
'allowed_locales' => [
0 => 'fr',
1 => 'de',
2 => 'en',
3 => 'es',
4 => 'hu',
5 => 'it',
6 => 'pl',
7 => 'pt',
8 => 'ro',
9 => 'nl',
],
'proposed_locales' => [
0 => 'fr',
],
'leaseplan_base_url' => 'http://wiremock:8080/leaseplan',
'leaseplan_username' => 'testusername',
'leaseplan_password' => 'thisisapassword',
'leaseplan_saleeventtitle_id' => '1',
'recommendation_parameters' => [
'reportId' => 'c5171064-27d4-4350-b4f9-de0142aa9b3d',
'autoAuth' => 'true',
'ctid' => '768705a8-2b11-4d97-a67c-85ed663efe76',
'config' => 'eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly93YWJpLWZyYW5jZS1jZW50cmFsLWEtcHJpbWFyeS1yZWRpcmVjdC5hbmFseXNpcy53aW5kb3dzLm5ldC8ifQ==',
'filter' => 'GOLD_RECO_TEST_FINAL/VIN eq \'%s\'',
],
'recommendation_list_parameters' => [
'reportId' => '9413081d-4a5b-4e08-98cc-183a7864aa03',
'autoAuth' => 'true',
'ctid' => '768705a8-2b11-4d97-a67c-85ed663efe76',
'config' => 'eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly93YWJpLWZyYW5jZS1jZW50cmFsLWEtcHJpbWFyeS1yZWRpcmVjdC5hbmFseXNpcy53aW5kb3dzLm5ldC8ifQ==',
'filter' => 'User_Information/SALESMAN_ID eq %d',
],
'recommendation_reco_parameters' => [
'reportId' => '3db5a049-044e-48c4-9252-2e531f738a96',
'autoAuth' => 'true',
'ctid' => '768705a8-2b11-4d97-a67c-85ed663efe76',
'config' => 'eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly93YWJpLWZyYW5jZS1jZW50cmFsLWEtcHJpbWFyeS1yZWRpcmVjdC5hbmFseXNpcy53aW5kb3dzLm5ldC8ifQ==',
'filter' => 'GOLD_RECO_OUTIL_RECO_3/RECO_INFO_SALESMAN_ID eq %d',
],
'bids_archiving_salesperson_list' => [
'adonis' => [
'old' => 47803,
'new' => 152126,
],
'eric' => [
'old' => 66687,
'new' => 152141,
],
'carl' => [
'old' => 94775,
'new' => 152143,
],
],
'etincelle_mock_dir' => (\dirname(__DIR__, 6).'/src/Api/Resources/fixtures'),
'purchase_mock_dir' => (\dirname(__DIR__, 6).'/src/Api/Resources/fixtures/purchase'),
'allowed_domains' => [
],
'bids_pdf_folder' => (\dirname(__DIR__, 6).'/app/Resources/auctions/'),
'app.parameters.path' => (\dirname(__DIR__, 6).'/config/app_parameters.yaml'),
'vpauto.live.award.postsale.staff' => [
0 => 'info@vpauto.fr',
],
'assetic.filter.compass.images_dir' => (\dirname(__DIR__, 6).'/web/images'),
'assetic.filter.compass.http_path' => '/images',
'vpauto.alert.email.from' => 'no-reply@vpauto.fr',
'vpauto.contact_optimvo.email.to' => 'contactoptimvo@vpauto.eu',
'vpauto.contact.email.to' => 'contact@vpauto.fr',
'vpauto.pro.subscription.email.from' => 'adhesion@vpauto.fr',
'vpauto.administrator.email' => 'contact@vpauto.fr',
'vpauto.confirm_alert.email' => [
0 => 'ehamelin@vpauto.fr',
],
'vpauto.it.email' => 'support@vpauto.fr',
'api_token' => 'guignard',
'vpauto.delivery_custom_estimate.email.from' => 'no-reply@vpauto.fr',
'vpauto.delivery_custom_estimate.email.to' => 'transport@vpauto.fr',
'vpauto.import.importable_languages' => [
0 => 'fr',
1 => 'de',
2 => 'en',
3 => 'es',
4 => 'hu',
5 => 'it',
6 => 'pl',
7 => 'pt',
8 => 'ro',
9 => 'nl',
],
'vpauto.languages.disablemulti' => true,
'js_server_private_key' => 'ThePrivateKey',
'auction_timeout' => 120,
'auction_predifined_steps' => [
0 => 50,
1 => 100,
2 => 200,
3 => 500,
4 => 750,
5 => 1000,
],
'salesforce_token' => '01c0ec3facf812d8da34c3871a7ba469',
'vpauto.salesforce.ftp.email.from' => 'no-reply@vpauto.fr',
'vpauto.salesforce.ftp.email.to' => [
0 => 'help@vpauto.fr',
],
'vpauto.live.award.bcc' => [
0 => 'ehamelin30@gmail.com',
],
'vpauto.live.award.interbid' => [
0 => 'info@vpauto.eu',
],
'vpauto.live.test_user' => 'test-live',
'vpauto.review.email.to' => [
0 => 'clenadant@vpauto.fr',
1 => 'info@vpauto.fr',
],
'vpauto.report.email.authorized' => 'vpauto.fr|vpauto.eu|vo360.eu',
'vpauto.flyer.base_path' => (\dirname(__DIR__, 6).'/public/assets/pdf/'),
'vpauto.axepta.mid' => 'undefined',
'vpauto.axepta.hmac' => 'undefined',
'vpauto.axepta.blowfish' => 'undefined',
'sell_my_auto_url' => 'https://vendresonauto.com',
'vpauto_particular' => 'B2C',
'vpauto_professional' => 'B2B',
'banner_active' => '#75b77a',
'banner_inactive' => '#f5777a',
'banner_planned' => '#ffffff',
'fos_user.validator.password.class' => 'App\\Validator\\PasswordValidator',
'vpauto.soap.wsdl.getvehiclebysale' => 'http://webservices:aodGq1Lm@extranet.vpauto.fr/Etincelle/EtincelleLorient.nsf/getVehiclesBySaleUTF8WSDL',
'vpauto.soap.wsdl.getsaleinformation' => 'http://webservices:aodGq1Lm@extranet.vpauto.fr/Etincelle/EtincelleLorient.nsf/getSaleInformationUTF8WSDL',
'vpauto.soap.wsdl.gettarifs' => 'http://webservices:aodGq1Lm@extranet.vpauto.fr/Etincelle/EtincelleLorient.nsf/getTarifsWSDL',
'vpauto.soap.username' => 'webservices',
'vpauto.soap.password' => 'aodGq1Lm',
'default_locale' => 'fr',
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'fr',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 6).'/translations/translations-vpauto'),
'debug.error_handler.throw_at' => -1,
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_httponly' => true,
'gc_probability' => 1,
],
'session.save_path' => (\dirname(__DIR__, 5).'/sessions'),
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
'tarif' => 'doctrine.dbal.tarif_connection',
'autovista' => 'doctrine.dbal.autovista_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.enable_lazy_ghost_objects' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'security.role_hierarchy.roles' => [
'ROLE_LIVE_DEMO_USER' => [
0 => 'ROLE_LIVE_USER',
],
'ROLE_LIVE_SALESPERSON' => [
0 => 'ROLE_LIVE_USER',
],
'ROLE_LIVE_OPERATOR' => [
0 => 'ROLE_LIVE_SALESPERSON',
],
'ROLE_LIVE_AUCTIONEER' => [
0 => 'ROLE_LIVE_SALESPERSON',
],
'ROLE_LIVE_ADMIN' => [
0 => 'ROLE_LIVE_OPERATOR',
1 => 'ROLE_LIVE_AUCTIONEER',
],
'ROLE_API_RMS' => [
0 => 'ROLE_USER',
],
'ROLE_API' => [
0 => 'ROLE_USER',
],
'ROLE_API_BID' => [
0 => 'ROLE_USER',
],
'ROLE_TOOLS_USER' => [
0 => 'ROLE_USER',
],
'ROLE_TERMINAL_USER' => [
0 => 'ROLE_USER',
],
'ROLE_MANAGER' => [
0 => 'ROLE_USER',
],
'ROLE_ACCESS' => [
0 => 'ROLE_TOOLS_USER',
],
'ROLE_MARKETING' => [
0 => 'ROLE_ACCESS',
],
'ROLE_STRANGER_SALESPERSON' => [
0 => 'ROLE_TOOLS_USER',
],
'ROLE_SALESPERSON' => [
0 => 'ROLE_ACCESS',
1 => 'ROLE_LIVE_SALESPERSON',
2 => 'ROLE_STRANGER_SALESPERSON',
],
'ROLE_SALESMANAGER' => [
0 => 'ROLE_SALESPERSON',
],
'ROLE_ADMIN' => [
0 => 'ROLE_TERMINAL_USER',
1 => 'ROLE_MARKETING',
2 => 'ROLE_SALESMANAGER',
3 => 'ROLE_LIVE_ADMIN',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_MANAGER',
2 => 'ROLE_API_RMS',
3 => 'ROLE_API',
4 => 'ROLE_API_BID',
],
],
'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 => 'live_api',
1 => 'oauth_token',
2 => 'oauth_authorize',
3 => 'public_api_platform',
4 => 'api',
5 => 'main',
],
'security.live_api._indexed_authenticators' => [
],
'security.oauth_authorize._indexed_authenticators' => [
],
'security.public_api_platform._indexed_authenticators' => [
],
'security.api._indexed_authenticators' => [
],
'security.main._indexed_authenticators' => [
],
'ewz_recaptcha.public_key' => '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI',
'ewz_recaptcha.private_key' => '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe',
'ewz_recaptcha.locale_from_request' => true,
'ewz_recaptcha.enabled' => true,
'ewz_recaptcha.verify_host' => false,
'ewz_recaptcha.ajax' => false,
'ewz_recaptcha.locale_key' => 'fr',
'ewz_recaptcha.api_host' => 'www.google.com',
'ewz_recaptcha.version' => 2,
'ewz_recaptcha.hide_badge' => false,
'ewz_recaptcha.score_threshold' => 0.5,
'ewz_recaptcha.timeout' => NULL,
'ewz_recaptcha.trusted_roles' => [
],
'ewz_recaptcha.http_proxy' => [
'host' => NULL,
'port' => NULL,
'auth' => NULL,
],
'ewz_recaptcha.service_definition' => [
],
'twig.form.resources' => [
0 => '@VichUploader/Form/fields.html.twig',
1 => 'form_div_layout.html.twig',
2 => '/Form/fields.html.twig',
3 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
],
'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
'fos_js_routing.request_context_base_url' => NULL,
'fos_js_routing.cache_control' => [
'enabled' => false,
],
'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
'fos_oauth_server.server.options' => [
],
'fos_oauth_server.model_manager_name' => NULL,
'fos_oauth_server.model.client.class' => 'App\\Api\\Entity\\OAuthServer\\Client',
'fos_oauth_server.model.access_token.class' => 'App\\Api\\Entity\\OAuthServer\\AccessToken',
'fos_oauth_server.model.refresh_token.class' => 'App\\Api\\Entity\\OAuthServer\\RefreshToken',
'fos_oauth_server.model.auth_code.class' => 'App\\Api\\Entity\\OAuthServer\\AuthCode',
'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
'fos_oauth_server.authorize.form.validation_groups' => [
0 => 'Authorize',
1 => 'Default',
],
'twig.default_path' => (\dirname(__DIR__, 6).'/templates'),
'fos_user.backend_type_orm' => true,
'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
'fos_user.resetting.email.template' => '/Resetting/email.html.twig',
'fos_user.registration.confirmation.template' => 'FOSUserBundle/Registration/email.txt.twig',
'fos_user.registration.confirmation.from_email' => [
'noreply@vpauto.fr' => 'VPAuto',
],
'fos_user.resetting.email.from_email' => [
'noreply@vpauto.fr' => 'VPAuto',
],
'fos_user.registration.confirmation.from_address' => [
'address' => 'noreply@vpauto.fr',
'sender_name' => 'VPAuto',
],
'fos_user.resetting.email.from_address' => [
'address' => 'noreply@vpauto.fr',
'sender_name' => 'VPAuto',
],
'fos_user.storage' => 'orm',
'fos_user.firewall_name' => 'main',
'fos_user.model_manager_name' => NULL,
'fos_user.model.user.class' => 'App\\Entity\\User',
'fos_user.profile.form.type' => 'App\\Form\\Type\\ProfileFormType',
'fos_user.profile.form.name' => 'fos_user_profile_form',
'fos_user.profile.form.validation_groups' => [
0 => 'Profile',
1 => 'Default',
],
'fos_user.registration.confirmation.enabled' => true,
'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
'fos_user.registration.form.name' => 'fos_user_registration_form',
'fos_user.registration.form.validation_groups' => [
0 => 'Registration',
1 => 'Default',
],
'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
'fos_user.change_password.form.name' => 'fos_user_change_password_form',
'fos_user.change_password.form.validation_groups' => [
0 => 'ChangePassword',
1 => 'Default',
],
'fos_user.resetting.retry_ttl' => 7200,
'fos_user.resetting.token_ttl' => 3600,
'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
'fos_user.resetting.form.name' => 'fos_user_resetting_form',
'fos_user.resetting.form.validation_groups' => [
0 => 'ResetPassword',
1 => 'Default',
],
'jms_serializer.twig_enabled' => 'default',
'jms_translation.twig_extension.class' => 'JMS\\TranslationBundle\\Twig\\TranslationExtension',
'jms_translation.controller.translate_controller.class' => 'JMS\\TranslationBundle\\Controller\\TranslateController',
'jms_translation.controller.api_controller.class' => 'JMS\\TranslationBundle\\Controller\\ApiController',
'jms_translation.extractor_manager.class' => 'JMS\\TranslationBundle\\Translation\\ExtractorManager',
'jms_translation.extractor.file_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\FileExtractor',
'jms_translation.extractor.file.default_php_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\DefaultPhpFileExtractor',
'jms_translation.extractor.file.translation_container_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\TranslationContainerExtractor',
'jms_translation.extractor.file.twig_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\TwigFileExtractor',
'jms_translation.extractor.file.form_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\FormExtractor',
'jms_translation.extractor.file.validation_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\ValidationExtractor',
'jms_translation.extractor.file.authentication_message_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\AuthenticationMessagesExtractor',
'jms_translation.loader.symfony.xliff_loader.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\Symfony\\XliffLoader',
'jms_translation.loader.xliff_loader.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\XliffLoader',
'jms_translation.loader.symfony_adapter.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\SymfonyLoaderAdapter',
'jms_translation.loader_manager.class' => 'JMS\\TranslationBundle\\Translation\\LoaderManager',
'jms_translation.dumper.php_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\PhpDumper',
'jms_translation.dumper.xliff_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\XliffDumper',
'jms_translation.dumper.yaml_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\YamlDumper',
'jms_translation.dumper.symfony_adapter.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\SymfonyDumperAdapter',
'jms_translation.file_writer.class' => 'JMS\\TranslationBundle\\Translation\\FileWriter',
'jms_translation.updater.class' => 'JMS\\TranslationBundle\\Translation\\Updater',
'jms_translation.config_factory.class' => 'JMS\\TranslationBundle\\Translation\\ConfigFactory',
'jms_translation.file_source_factory.class' => 'JMS\\TranslationBundle\\Translation\\FileSourceFactory',
'jms_translation.source_language' => 'en',
'jms_translation.locales' => [
],
'jms_translation.dumper.add_references' => false,
'jms_translation.dumper.add_date' => true,
'knp_snappy.pdf.options' => [
],
'knp_snappy.pdf.env' => [
],
'knp_snappy.image.binary' => 'wkhtmltoimage',
'knp_snappy.image.options' => [
],
'knp_snappy.image.env' => [
],
'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
'nelmio_api_doc.areas' => [
0 => 'default',
1 => 'rms',
2 => 'iridium',
],
'nelmio_api_doc.use_validation_groups' => false,
'nelmio_cors.map' => [
'^/live/api/' => [
'allow_origin' => true,
'allow_headers' => true,
'allow_methods' => [
0 => 'POST',
1 => 'PUT',
2 => 'PATCH',
3 => 'GET',
4 => 'DELETE',
],
'max_age' => 3600,
],
],
'nelmio_cors.defaults' => [
'allow_origin' => [
],
'allow_credentials' => false,
'allow_headers' => [
],
'allow_private_network' => false,
'expose_headers' => [
],
'allow_methods' => [
],
'max_age' => 0,
'hosts' => [
],
'origin_regex' => false,
'forced_allow_origin_value' => NULL,
'skip_same_as_origin' => true,
],
'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
'env(SENTRY_RELEASE)' => '1.0.0+no-version-set@{no ref',
'sentry.tracing.enabled' => true,
'sentry.tracing.dbal.enabled' => true,
'sentry.tracing.dbal.connections' => [
],
'sentry.tracing.cache.enabled' => true,
'sentry.tracing.http_client.enabled' => true,
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
'stof_doctrine_extensions.default_locale' => 'fr',
'stof_doctrine_extensions.translation_fallback' => true,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'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',
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
3 => 'sale',
4 => 'auction',
],
],
'monolog.handler.auction' => [
'type' => 'inclusive',
'elements' => [
0 => 'auction',
],
],
'monolog.handler.sale' => [
'type' => 'inclusive',
'elements' => [
0 => 'sale',
],
],
'monolog.handler.signalr' => [
'type' => 'inclusive',
'elements' => [
0 => 'signalr',
],
],
'monolog.handler.firephp' => NULL,
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.mappings' => [
'user_avatar' => [
'uri_prefix' => '/assets/images/avatar',
'upload_destination' => (\dirname(__DIR__, 6).'/web/assets/images/avatar'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => NULL,
'options' => NULL,
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'user_cni_recto' => [
'uri_prefix' => '/documents/cni_recto',
'upload_destination' => (\dirname(__DIR__, 5).'/documents/cni_recto'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_cni_recto',
'options' => [
],
],
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'user_cni_verso' => [
'uri_prefix' => '/documents/cni_verso',
'upload_destination' => (\dirname(__DIR__, 5).'/documents/cni_verso'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_cni_verso',
'options' => [
],
],
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'user_domiciliation' => [
'uri_prefix' => '/documents/domiciliation',
'upload_destination' => (\dirname(__DIR__, 5).'/documents/domiciliation'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_domiciliation',
'options' => [
],
],
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'user_fiscal_declaration' => [
'uri_prefix' => '/documents/fiscal_declaration',
'upload_destination' => (\dirname(__DIR__, 5).'/documents/fiscal_declaration'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_fiscal_declaration',
'options' => [
],
],
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'user_nif' => [
'uri_prefix' => '/documents/nif',
'upload_destination' => (\dirname(__DIR__, 5).'/documents/nif'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.user_nif',
'options' => [
],
],
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
],
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'vp_auto.allowed_domains' => [
],
'vpauto.sms.credentials.application_key' => '7ueyGrAqeXpeV2Yv',
'vpauto.sms.credentials.application_secret' => 'V9q1j4MIHvLRnvby1jBLxynO1rjznQFa',
'vpauto.sms.credentials.endpoint' => 'ovh-eu',
'vpauto.sms.credentials.consumer_key' => '1yPOFIOp2eLbOCFQi15T4YvPj2rZGv1U',
'vpauto.sms.credentials.service_name' => 'sms-he64299-1',
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'nelmio_alice.functions_blacklist' => [
0 => 'current',
1 => 'shuffle',
2 => 'date',
3 => 'time',
4 => 'file',
5 => 'md5',
6 => 'sha1',
],
'nelmio_alice.locale' => 'en_US',
'nelmio_alice.seed' => 1,
'nelmio_alice.loading_limit' => 5,
'nelmio_alice.max_unique_values_retry' => 150,
'api_platform.metadata_backward_compatibility_layer' => true,
'api_platform.enable_entrypoint' => true,
'api_platform.enable_docs' => true,
'api_platform.title' => 'VPAuto',
'api_platform.description' => '',
'api_platform.version' => '0.0.2',
'api_platform.show_webby' => false,
'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__, 6).'/vendor/friendsofsymfony/oauth-server-bundle/Entity'),
1 => (\dirname(__DIR__, 6).'/config/api_platform/resources'),
],
'api_platform.oauth.enabled' => true,
'api_platform.oauth.clientId' => '1_30dkovr9eyecskcwk4ccwwok4ccs08wocckcogw84gs404k8sw',
'api_platform.oauth.clientSecret' => '3m0e5wirggow88gkossk8cs0kgwcg4k8o0kc4s4g0s4ocsg4w8',
'api_platform.oauth.type' => 'oauth2',
'api_platform.oauth.flow' => 'password',
'api_platform.oauth.tokenUrl' => '/oauth/v2/token',
'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,
'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
'hautelook_alice.fixtures_path' => [
0 => 'fixtures',
1 => 'fixtures',
],
'hautelook_alice.root_dirs' => [
0 => \dirname(__DIR__, 6),
],
'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.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'App\\Payment\\DataCollector' => [
0 => 'app.payment_collector',
1 => 'frontend/data_collector/payment.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'jms_serializer.data_collector' => [
0 => 'jms_serializer',
1 => '@JMSSerializer/Collector/panel.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'App\\Command\\AuctionsAwardCommand',
1 => 'App\\Command\\AuctionsNotifyCommand',
2 => 'App\\Command\\CatchUpSFAccountsCommand',
3 => 'App\\Command\\CheckDatahubCommand',
4 => 'App\\Command\\ClearSalesPersonsBidsCommand',
5 => 'App\\Command\\ClearTranslationCommand',
6 => 'App\\Command\\CreateUserInCustomerPortalCommand',
7 => 'App\\Command\\CriteoExportCommand',
8 => 'App\\Command\\DumpAlertsCommand',
9 => 'App\\Command\\ExportProCommand',
10 => 'App\\Command\\ExportPurchaseFilePostSaleCommand',
11 => 'App\\Command\\ExportSalesStatsCommand',
12 => 'App\\Command\\FullImportTarifsCommand',
13 => 'App\\Command\\FullPerformanceExportCommand',
14 => 'App\\Command\\GenerateAfterSalePIMailsCommand',
15 => 'App\\Command\\GenerateBehaviourFileCommand',
16 => 'App\\Command\\GenerateFlyerPdfCommand',
17 => 'App\\Command\\GeneratePdfCommand',
18 => 'App\\Command\\GenerateSaleEndSapFilesCommand',
19 => 'App\\Command\\ImportExternalSaleCommand',
20 => 'App\\Command\\ImportProCommand',
21 => 'App\\Command\\ImportPurchaseInstructionCommand',
22 => 'App\\Command\\ImportRMSTestCommand',
23 => 'App\\Command\\ImportTarifNamesCommand',
24 => 'App\\Command\\ImportTarifsCommand',
25 => 'App\\Command\\LeasePlanSignalRCommand',
26 => 'App\\Command\\LeasePlanUpdateLotCommand',
27 => 'App\\Command\\LeasePlanUpdateSaleLotsPricesCommand',
28 => 'App\\Command\\LiveAwardMailCommand',
29 => 'App\\Command\\LiveStatsCommand',
30 => 'App\\Command\\PurgateCommand',
31 => 'App\\Command\\RMSEndOfSaleCommand',
32 => 'App\\Command\\SaveBidsCommand',
33 => 'App\\Command\\SendLiveSmsPrealertCommand',
34 => 'App\\Command\\SendLiveSmsSaleAlertCommand',
35 => 'App\\Command\\SlugifyCommand',
36 => 'App\\Command\\UpdateAlertsCommand',
37 => 'App\\Command\\UpdateAppParametersCommand',
38 => 'App\\Command\\UserCheckCPCommand',
39 => 'App\\Command\\UserProSfCheckCompanyInformationCommand',
40 => 'App\\Command\\UserProSynchroVpCpCommand',
41 => 'App\\Command\\UserProSynchroVpCpDuplicateCommand',
42 => 'App\\Command\\UserProUpdateAddressCommand',
43 => 'App\\Command\\UserProVpVsCpCommand',
44 => 'App\\Command\\UserProWithoutSFAccountIdCommand',
45 => 'App\\Command\\VehicleCo2StandardCommand',
46 => 'console.command.public_alias.App\\Salesforce\\Command\\SalesForceExportFOSUserCommand',
47 => 'console.command.public_alias.App\\Salesforce\\Command\\SalesForceGetPersonalAccountsCommand',
48 => 'console.command.public_alias.App\\Salesforce\\Command\\SalesForceGetProAccountsCommand',
49 => 'console.command.public_alias.App\\Salesforce\\Command\\SalesForceUserImportCommand',
50 => 'console.command.public_alias.App\\Api\\Command\\DialogInsight\\GenerateDialogInsightExportCommand',
51 => 'console.command.public_alias.App\\Api\\Command\\Etincelle\\ImportCommand',
52 => 'console.command.public_alias.App\\Api\\Command\\Etincelle\\TarifGridGenerationCommand',
53 => 'console.command.public_alias.App\\Api\\Command\\Etincelle\\UpdateCommand',
54 => 'console.command.public_alias.App\\Api\\Command\\SAP\\GenerateSapAdjudicationFileCommand',
55 => 'console.command.public_alias.App\\Api\\Command\\SAP\\SendSapFilesCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}