- CheckoutBundle
- InventoryBundle
- PaymentBundle
- PricingBundle
- ProductBundle
- SaleBundle
- ShippingBundle
- ShoppingListBundle
- The
CheckoutGridListener::onBuildAfter
[?] method was removed.
- The
InventoryLevelNormalizer::__construct(FieldHelper $fieldHelper, ProductUnitLabelFormatter $formatter, QuantityRoundingService $roundingService)
[?] method was changed toInventoryLevelNormalizer::__construct(FieldHelper $fieldHelper, UnitLabelFormatterInterface $formatter, QuantityRoundingService $roundingService)
[?]
- The
TwigSandboxConfigurationPass::process
[?] method was removed.
- The following classes were removed:
- The
UserCurrencyManager::getUserCurrency(Website $website = null, $fallbackToDefault = true)
[?] method was changed toUserCurrencyManager::getUserCurrency(Website $website = null)
[?] - The
ProductPriceFormatter::__construct(NumberFormatter $numberFormatter, ProductUnitLabelFormatter $unitLabelFormatter, ProductUnitValueFormatter $unitValueFormatter)
[?] method was changed toProductPriceFormatter::__construct(NumberFormatter $numberFormatter, UnitLabelFormatterInterface $unitLabelFormatter, UnitValueFormatterInterface $unitValueFormatter)
[?] - The
ProductPriceFilterType::__construct(TranslatorInterface $translator, ManagerRegistry $registry, ProductUnitLabelFormatter $formatter)
[?] method was changed toProductPriceFilterType::__construct(TranslatorInterface $translator, ManagerRegistry $registry, UnitLabelFormatterInterface $formatter)
[?] - The
ProductFormExtension::__construct(ManagerRegistry $registry, ShardManager $shardManager, PriceManager $priceManager)
[?] method was changed toProductFormExtension::__construct(ManagerRegistry $registry, ShardManager $shardManager, PriceManager $priceManager, AuthorizationCheckerInterface $authorizationChecker)
[?] - The
ProductPriceFilter::__construct(FormFactoryInterface $factory, FilterUtility $util, ProductUnitLabelFormatter $formatter, PriceListRequestHandler $priceListRequestHandler)
[?] method was changed toProductPriceFilter::__construct(FormFactoryInterface $factory, FilterUtility $util, UnitLabelFormatterInterface $formatter, PriceListRequestHandler $priceListRequestHandler)
[?] - The
FormViewListener::__construct(TranslatorInterface $translator, DoctrineHelper $doctrineHelper, PriceAttributePricesProvider $provider)
[?] method was changed toFormViewListener::__construct(TranslatorInterface $translator, DoctrineHelper $doctrineHelper, PriceAttributePricesProvider $provider, AuthorizationCheckerInterface $authorizationChecker)
[?] - The
ProductPriceDatagridListener::__construct(TranslatorInterface $translator, PriceListRequestHandler $priceListRequestHandler, DoctrineHelper $doctrineHelper, ShardManager $shardManager)
[?] method was changed toProductPriceDatagridListener::__construct(TranslatorInterface $translator, PriceListRequestHandler $priceListRequestHandler, DoctrineHelper $doctrineHelper, ShardManager $shardManager, AuthorizationCheckerInterface $authorizationChecker)
[?] - The
CombinedProductPriceProvider::__construct(CombinedProductPriceRepository $combinedProductPriceRepository, NumberFormatter $numberFormatter, UnitLabelFormatter $unitLabelFormatter, UnitValueFormatter $unitValueFormatter)
[?] method was changed toCombinedProductPriceProvider::__construct(CombinedProductPriceRepository $combinedProductPriceRepository, NumberFormatter $numberFormatter, UnitLabelFormatterInterface $unitLabelFormatter, UnitValueFormatterInterface $unitValueFormatter)
[?] - The
EnableShardingOnConfig::__construct(ShardManager $shardManager, PriceListIDContextStorageInterface $priceListIDContextStorage)
[?] method was changed toEnableShardingOnConfig::__construct(ShardManager $shardManager)
[?] - The
EnableShardingOnQuery::__construct(ShardManager $shardManager, PriceListIDContextStorageInterface $priceListIDContextStorage)
[?] method was changed toEnableShardingOnQuery::__construct(ShardManager $shardManager)
[?] - The
NormalizeInputProductPriceId::__construct(PriceListIDContextStorageInterface $priceListIDContextStorage, DoctrineHelper $doctrineHelper, ValidatorInterface $validator)
[?] method was changed toNormalizeInputProductPriceId::__construct(DoctrineHelper $doctrineHelper, ValidatorInterface $validator)
[?] - The
StorePriceListInContextByFilter::__construct(PriceListIDContextStorageInterface $priceListIDContextStorage, DoctrineHelper $doctrineHelper)
[?] method was changed toStorePriceListInContextByFilter::__construct(DoctrineHelper $doctrineHelper)
[?] - The
ProductPriceUnitSelectorType::getAllProductEnabledUnits(ProductUnitPrecision $primaryUnitPrecision, $additionalUnitPrecisions)
[?] method was changed toProductPriceUnitSelectorType::getAllProductEnabledUnits(ProductUnitPrecision $primaryUnitPrecision = null, $additionalUnitPrecisions)
[?] - The
AbstractRuleEntityListener::$fieldProvider
[?] property was removed. - The
LoadNormalizedProductPriceWithNormalizedId::__construct
[?] method was removed. - The
NormalizeOutputProductPriceId::__construct
[?] method was removed. - The
StorePriceListInContextByProductPrice::__construct
[?] method was removed. - The following interfaces were removed:
- The following classes were removed:
- The
ProductUnitLabelExtension::getFormatter
[?] method was removed. - The following methods in class
FinderDatabaseStrategy
[?] were removed: - The
FinderStrategyInterface::find
[?] method was removed. - The
ProductUnitLabelExtension::__construct(ContainerInterface $container)
[?] method was changed toProductUnitLabelExtension::__construct(UnitLabelFormatterInterface $unitLabelFormatter)
[?] - The
ProductUnitsProvider::__construct(ManagerRegistry $registry, ProductUnitLabelFormatter $formatter)
[?] method was changed toProductUnitsProvider::__construct(ManagerRegistry $registry, UnitLabelFormatterInterface $formatter)
[?] - The
ProductUnitSelectType::__construct(ProductUnitLabelFormatter $productUnitLabelFormatter)
[?] method was changed toProductUnitSelectType::__construct(UnitLabelFormatterInterface $productUnitLabelFormatter)
[?] - The
ProductUnitSelectionType::__construct(ProductUnitLabelFormatter $productUnitFormatter, TranslatorInterface $translator)
[?] method was changed toProductUnitSelectionType::__construct(UnitLabelFormatterInterface $productUnitFormatter, TranslatorInterface $translator)
[?] - The
RestrictProductVariationsEventListener::__construct(ConfigManager $configManager, FrontendHelper $frontendHelper)
[?] method was changed toRestrictProductVariationsEventListener::__construct(ConfigManager $configManager, FrontendHelper $frontendHelper, QueryBuilderModifierInterface $dbQueryBuilderModifier)
[?] - The
ProductUnitLabelExtension::$container
[?] property was removed. - The
FinderStrategyInterface::findIds
[?] interface method was added.
- The
QuoteProductFormatter::__construct(TranslatorInterface $translator, NumberFormatter $numberFormatter, ProductUnitValueFormatter $productUnitValueFormatter, ProductUnitLabelFormatter $productUnitLabelFormatter)
[?] method was changed toQuoteProductFormatter::__construct(TranslatorInterface $translator, NumberFormatter $numberFormatter, UnitValueFormatterInterface $productUnitValueFormatter, UnitLabelFormatterInterface $productUnitLabelFormatter)
[?] - The
QuoteProductDemandOfferChoiceType::__construct(ProductUnitValueFormatter $unitValueFormatter, TranslatorInterface $translator, UnitVisibilityInterface $unitVisibility)
[?] method was changed toQuoteProductDemandOfferChoiceType::__construct(UnitValueFormatterInterface $unitValueFormatter, TranslatorInterface $translator, UnitVisibilityInterface $unitVisibility)
[?] - The
QuoteProductType::__construct(TranslatorInterface $translator, ProductUnitLabelFormatter $labelFormatter, QuoteProductFormatter $formatter, ManagerRegistry $registry)
[?] method was changed toQuoteProductType::__construct(TranslatorInterface $translator, UnitLabelFormatterInterface $labelFormatter, QuoteProductFormatter $formatter, ManagerRegistry $registry)
[?]
- The
AbstractShippingOptionSelectType::__construct(MeasureUnitProvider $unitProvider, UnitLabelFormatter $formatter)
[?] method was changed toAbstractShippingOptionSelectType::__construct(MeasureUnitProvider $unitProvider, UnitLabelFormatterInterface $formatter)
[?]
- The
FrontendLineItemWidgetType::__construct(ManagerRegistry $registry, TranslatorInterface $translator, AclHelper $aclHelper, ShoppingListManager $shoppingListManager)
[?] method was changed toFrontendLineItemWidgetType::__construct(ManagerRegistry $registry, TranslatorInterface $translator, ShoppingListManager $shoppingListManager)
[?] - The
FrontendLineItemWidgetType::$aclHelper
[?] property was removed.