- CMSBundle
- CalendarCommerce
- CatalogBundle
- Checkout
- CheckoutBundle
- CommerceBundle
- CustomThemeBundle
- FedexShippingBundle
- FixedProductShippingBundle
- FlatRateShippingBundle
- FrontendLocalizationBundle
- FrontendTestFrameworkBundle
- InventoryBundle
- OrderBundle
- PayPalBundle
- PaymentBundle
- PaymentTermBundle
- PricingBundle
- ProductBundle
- PromotionBundle
- RFPBundle
- RedirectBundle
- RuleBundle
- SEOBundle
- SaleBundle
- ShippingBundle
- ShoppingListBundle
- TaxBundle
- UPSBundle
- VisibilityBundle
- WebCatalogBundle
- WebsiteSearchBundle
- The
WYSIWYGProcessedEntityDTO::__construct(EntityManager $entityManager, PropertyAccessorInterface $propertyAccessor, $entity, $changeSet = null)
[?] method was changed toWYSIWYGProcessedEntityDTO::__construct(EntityManagerInterface $entityManager, PropertyAccessorInterface $propertyAccessor, $entity, $changeSet = null)
[?] - The
WidgetExtension::__construct(ContentWidgetRenderer $contentWidgetRenderer)
[?] method was changed toWidgetExtension::__construct(ContentWidgetRenderer $contentWidgetRenderer, WysiwygWidgetIconRenderer $widgetIconRenderer)
[?] - The following methods in class
ImageSlide
[?] were removed: - The
ContentBlockRenderer::setLogger
[?] method was removed. - The
ImageSlide::$title
[?] property was removed.
- The following methods in class
OroCalendarCommerceBridgeBundleInstaller
[?] were removed: - The following methods in class
OroCalendarCommerceBridgeBundle
[?] were removed: - The following properties in class
OroCalendarCommerceBridgeBundleInstaller
[?] were removed: - The
OroCalendarCommerceBridgeBundle::$activityExtension
[?] property was removed.
- The
CategoryProvider::__construct(RequestProductHandler $requestProductHandler, ManagerRegistry $registry, CategoryTreeProvider $categoryTreeProvider, TokenAccessorInterface $tokenAccessor, MasterCatalogRootProviderInterface $masterCatalogRootProvider)
[?] method was changed toCategoryProvider::__construct(RequestProductHandler $requestProductHandler, ManagerRegistry $registry, CategoryTreeProvider $categoryTreeProvider, TokenAccessorInterface $tokenAccessor, MasterCatalogRootProviderInterface $masterCatalogRootProvider, CategoryProviderBCAdapter $providerBCAdapter)
[?] - The
FormViewListener::__construct(TranslatorInterface $translator, DoctrineHelper $doctrineHelper, AuthorizationCheckerInterface $authorizationChecker)
[?] method was changed toFormViewListener::__construct(TranslatorInterface $translator, DoctrineHelper $doctrineHelper, AuthorizationCheckerInterface $authorizationChecker, FieldAclHelper $fieldAclHelper)
[?] - The following methods in class
CategoryType
[?] were removed: - The following properties in class
CategoryType
[?] were removed: - The following properties in class
FormViewListener
[?] were removed:
- The
AbstractCheckoutProvider
[?] class was removed. - The
CheckoutDataProviderInterface::getData($entity)
[?] method was changed toCheckoutDataProviderInterface::getData($entity)
[?]
- The following classes were removed:
- The
CheckoutErrorHandler::__construct(FlashBagInterface $flashBag)
[?] method was changed toCheckoutErrorHandler::__construct(RequestStack $requestStack)
[?] - The
MainOrderPromotionDiscountsProviderDecorator::getDiscounts($sourceEntity, DiscountContextInterface $context)
[?] method was changed toMainOrderPromotionDiscountsProviderDecorator::getDiscounts($sourceEntity, DiscountContextInterface $context)
[?] - The
CheckoutSubtotalUpdater::__construct(ManagerRegistry $managerRegistry, CheckoutSubtotalProvider $subtotalProvider, UserCurrencyManager $currencyManager)
[?] method was changed toCheckoutSubtotalUpdater::__construct(ManagerRegistry $managerRegistry, SubtotalProvider $subtotalProvider, UserCurrencyManager $currencyManager)
[?] - The
CheckoutForgotPasswordCheckEmailProvider::__construct(RequestStack $requestStack, Session $session)
[?] method was changed toCheckoutForgotPasswordCheckEmailProvider::__construct(RequestStack $requestStack)
[?] - The
HasPriceInShoppingLineItemsListener::__construct(ProductPriceProviderInterface $productPriceProvider, UserCurrencyManager $userCurrencyManager, ProductPriceScopeCriteriaRequestHandler $scopeCriteriaRequestHandler)
[?] method was changed toHasPriceInShoppingLineItemsListener::__construct(ProductPriceProviderInterface $productPriceProvider, ProductPriceScopeCriteriaRequestHandler $scopeCriteriaRequestHandler, ProductPriceCriteriaFactoryInterface $productPriceCriteriaFactory)
[?] - The
FrontendLineItemsGridExtension::__construct(ManagerRegistry $registry, ConfigManager $configManager, CheckoutLineItemsManager $checkoutLineItemsManager)
[?] method was changed toFrontendLineItemsGridExtension::__construct(ManagerRegistry $registry, ConfigManager $configManager, CheckoutLineItemsProvider $checkoutLineItemsProvider)
[?] - The
CheckoutLineItemsManager::__construct($providers, CheckoutLineItemsConverter $checkoutLineItemsConverter, UserCurrencyManager $userCurrencyManager, ConfigManager $configManager)
[?] method was changed toCheckoutLineItemsManager::__construct($providers, CheckoutLineItemsConverter $checkoutLineItemsConverter, UserCurrencyManager $userCurrencyManager, ConfigManager $configManager, MemoryCacheProviderInterface $memoryCacheProvider)
[?] - The
OrderLineItemConverter::__construct(ConfigManager $configManager, InventoryQuantityProviderInterface $quantityProvider, AuthorizationCheckerInterface $authorizationChecker, EntityFallbackResolver $entityFallbackResolver, $configPath)
[?] method was changed toOrderLineItemConverter::__construct(InventoryQuantityProviderInterface $quantityProvider, EntityFallbackResolver $entityFallbackResolver, ProductKitItemLineItemConverter $productKitItemLineItemConverter, ValidatorInterface $validator, CheckoutValidationGroupsBySourceEntityProvider $validationGroupsProvider)
[?] - The
CheckoutErrorHandler::$flashBag
[?] property was removed. - The following properties in class
OrderLineItemConverter
[?] were removed: - The following methods in class
CheckoutWorkflowHelper
[?] were removed: - The
OrderLineItemConverter::isLineItemAvailable
[?] method was removed.
- The
ExtendEntityCacheWarmer::warmUp($cacheDir)
[?] method was changed toExtendEntityCacheWarmer::warmUp($cacheDir)
[?]
- The
OroCustomThemeBundle
[?] class was removed.
-
The following methods in class
ConvertToFedexUnitsShippingLineItemCollectionModifier
[?] were changed:__construct(MeasureUnitConversion $measureUnitConverter, FedexToShippingUnitTransformerInterface $weightUnitTransformer, FedexToShippingUnitTransformerInterface $dimensionsUnitTransformer, ShippingLineItemCollectionFactoryInterface $collectionFactory, ShippingLineItemBuilderFactoryInterface $lineItemBuilderFactory)
[?]__construct(MeasureUnitConversion $measureUnitConverter, FedexToShippingUnitTransformerInterface $weightUnitTransformer, FedexToShippingUnitTransformerInterface $dimensionsUnitTransformer)
[?]
-
The
FedexPackagesByLineItemsAndPackageSettingsFactory::create(ShippingLineItemCollectionInterface $lineItemCollection, FedexPackageSettingsInterface $packageSettings)
[?] method was changed toFedexPackagesByLineItemsAndPackageSettingsFactory::create(Collection $lineItemCollection, FedexPackageSettingsInterface $packageSettings)
[?] -
The
ShippingPackagesByLineItemBuilder::addLineItem(ShippingLineItemInterface $lineItem)
[?] method was changed toShippingPackagesByLineItemBuilder::addLineItem(ShippingLineItem $lineItem)
[?] -
The
ShippingLineItemCollectionBySettingsModifierInterface::modify(ShippingLineItemCollectionInterface $lineItems, FedexIntegrationSettings $settings)
[?] method was changed toShippingLineItemCollectionBySettingsModifierInterface::modify(Collection $shippingLineItems, FedexIntegrationSettings $settings)
[?] -
The
FedexPackagesByLineItemsAndPackageSettingsFactoryInterface::create(ShippingLineItemCollectionInterface $lineItemCollection, FedexPackageSettingsInterface $packageSettings)
[?] method was changed toFedexPackagesByLineItemsAndPackageSettingsFactoryInterface::create(Collection $lineItemCollection, FedexPackageSettingsInterface $packageSettings)
[?] -
The
ShippingPackagesByLineItemBuilderInterface::addLineItem(ShippingLineItemInterface $lineItem)
[?] method was changed toShippingPackagesByLineItemBuilderInterface::addLineItem(ShippingLineItem $lineItem)
[?]
- The
ShippingCostProvider::getCalculatedProductShippingCost(ShippingLineItemCollectionInterface $lineItems, $currency)
[?] method was changed toShippingCostProvider::getCalculatedProductShippingCost(Collection $lineItems, $currency)
[?] - The
FixedProductMethod::__construct($identifier, $label, $icon, $enabled, RoundingServiceInterface $roundingService, ShippingCostProvider $shippingCostProvider)
[?] method was changed toFixedProductMethod::__construct($identifier, $name, $label, $icon, $enabled, RoundingServiceInterface $roundingService, ShippingCostProvider $shippingCostProvider)
[?] - The
ProductFormExtension::__construct(ManagerRegistry $registry)
[?] method was changed toProductFormExtension::__construct(ManagerRegistry $registry, FieldAclHelper $fieldAclHelper)
[?] - The
FormViewListener::__construct(TranslatorInterface $translator, ManagerRegistry $registry, PriceAttributePricesProvider $priceAttributePricesProvider)
[?] method was changed toFormViewListener::__construct(TranslatorInterface $translator, ManagerRegistry $registry, PriceAttributePricesProvider $priceAttributePricesProvider, FieldAclHelper $fieldAclHelper)
[?]
- The
FlatRateMethod::__construct($identifier, $label, $icon, $enabled)
[?] method was changed toFlatRateMethod::__construct($identifier, $name, $label, $icon, $enabled)
[?]
- The
UserLocalizationManager::__construct(Session $session, TokenStorageInterface $tokenStorage, ManagerRegistry $doctrine, ConfigManager $configManager, WebsiteManager $websiteManager, LocalizationManager $localizationManager)
[?] method was changed toUserLocalizationManager::__construct(RequestStack $requestStack, TokenStorageInterface $tokenStorage, ManagerRegistry $doctrine, ConfigManager $configManager, WebsiteManager $websiteManager, LocalizationManager $localizationManager)
[?] - The following properties in class
UserLocalizationManager
[?] were removed:
- The following methods in class
Client
[?] were removed: - The
FrontendWebTestCase::updateCustomerUserSecurityToken($email)
[?] method was changed toFrontendWebTestCase::updateCustomerUserSecurityToken($email)
[?]
- The following classes were removed:
- The following methods in class
LowInventoryCheckoutLineItemValidator
[?] were removed: - The
UpcomingLabelCheckoutLineItemValidator::getMessageIfLineItemUpcoming
[?] method was removed. - The
CreateOrderEventListener::onBeforeOrderCreate
[?] method was removed. - The
UpdateEntityConfigRelationsWarmer::warmUp($cacheDir)
[?] method was changed toUpdateEntityConfigRelationsWarmer::warmUp($cacheDir)
[?]
- The following classes were removed:
- The
LineItemProduct::$priceNotFoundMessage
[?] property was removed. - The
PriceMatcher::$provider
[?] property was removed. - The following methods in class
PriceMatcher
[?] were removed: - The
OrderLineItemType::getName
[?] method was removed. - The following methods in class
FillOrderLineItemPrice
[?] were removed: - The
PriceMatcher::__construct(MatchingPriceProvider $provider, ProductPriceScopeCriteriaFactoryInterface $priceScopeCriteriaFactory, LoggerInterface $logger)
[?] method was changed toPriceMatcher::__construct(ProductLineItemPriceProviderInterface $productLineItemPriceProvider, ProductPriceScopeCriteriaFactoryInterface $priceScopeCriteriaFactory)
[?] - The
OrderLineItemType::__construct(ProductUnitsProvider $productUnitsProvider)
[?] method was changed toOrderLineItemType::__construct(ProductUnitsProvider $productUnitsProvider, EventSubscriberInterface $orderLineItemProductListener, EventSubscriberInterface $orderLineItemChecksumListener)
[?] - The
OrderDataStorageExtension::addItem(Product $product, $entity, $itemData = [])
[?] method was changed toOrderDataStorageExtension::addItem(Product $product, $entity, $itemData)
[?] - The
OrderShippingContextFactory::__construct(ManagerRegistry $doctrine, OrderShippingLineItemConverterInterface $shippingLineItemConverter, ShippingContextBuilderFactoryInterface $shippingContextBuilderFactory)
[?] method was changed toOrderShippingContextFactory::__construct(ManagerRegistry $doctrine, OrderShippingLineItemConverterInterface $shippingLineItemConverter, ShippingContextBuilderFactoryInterface $shippingContextBuilderFactory, SystemShippingOriginProvider $systemShippingOriginProvider)
[?] - The
BasicOrderPaymentLineItemConverter::__construct(PaymentLineItemCollectionFactoryInterface $paymentLineItemCollectionFactory, PaymentLineItemBuilderFactoryInterface $paymentLineItemBuilderFactory)
[?] method was changed toBasicOrderPaymentLineItemConverter::__construct(PaymentLineItemFromProductLineItemFactoryInterface $paymentLineItemFactory)
[?] - The
BasicOrderShippingLineItemConverter::__construct(ShippingLineItemCollectionFactoryInterface $shippingLineItemCollectionFactory, ShippingLineItemBuilderFactoryInterface $shippingLineItemBuilderFactory)
[?] method was changed toBasicOrderShippingLineItemConverter::__construct(ShippingLineItemFromProductLineItemFactoryInterface $shippingLineItemFactory)
[?] - The
UpdateOrderLineItemProduct::__construct(DoctrineHelper $doctrineHelper)
[?] method was changed toUpdateOrderLineItemProduct::__construct(DoctrineHelper $doctrineHelper, AclHelper $aclHelper)
[?]
- The
LineItemOptionsProvider::__construct(PaymentOrderLineItemOptionsProvider $paymentOrderLineItemOptionsProvider, TaxAmountProvider $taxAmountProvider, TaxationSettingsProvider $taxationSettingsProvider, TranslatorInterface $translator, LineItemOptionsFormatter $lineItemOptionsFormatter)
[?] method was changed toLineItemOptionsProvider::__construct(PaymentOrderLineItemOptionsProvider $paymentOrderLineItemOptionsProvider, TaxAmountProvider $taxAmountProvider, TranslatorInterface $translator, LineItemOptionsFormatter $lineItemOptionsFormatter)
[?] - The
PayPalCreditCardPaymentMethod::__construct(Gateway $gateway, PayPalCreditCardConfigInterface $config, RouterInterface $router)
[?] method was changed toPayPalCreditCardPaymentMethod::__construct(Gateway $gateway, PayPalCreditCardConfigInterface $config, RouterInterface $router, TransactionOptionProvider $transactionOptionProvider)
[?] - The
PayPalExpressCheckoutPaymentMethod::__construct(Gateway $gateway, PayPalExpressCheckoutConfigInterface $config, RouterInterface $router, DoctrineHelper $doctrineHelper, OptionsProviderInterface $optionsProvider, SurchargeProvider $surchargeProvider, PropertyAccessorInterface $propertyAccessor)
[?] method was changed toPayPalExpressCheckoutPaymentMethod::__construct(Gateway $gateway, PayPalExpressCheckoutConfigInterface $config, PropertyAccessor $propertyAccessor, TransactionOptionProvider $transactionOptionProvider)
[?] - The
BasicPayPalCreditCardPaymentMethodFactory::__construct(Gateway $gateway, RouterInterface $router)
[?] method was changed toBasicPayPalCreditCardPaymentMethodFactory::__construct(Gateway $gateway, RouterInterface $router, TransactionOptionProvider $transactionOptionProvider)
[?] - The
BasicPayPalExpressCheckoutPaymentMethodFactory::__construct(Gateway $gateway, RouterInterface $router, DoctrineHelper $doctrineHelper, OptionsProviderInterface $optionsProvider, SurchargeProvider $surchargeProvider, PropertyAccessorInterface $propertyAccessor)
[?] method was changed toBasicPayPalExpressCheckoutPaymentMethodFactory::__construct(Gateway $gateway, PropertyAccessor $propertyAccessor, TransactionOptionProvider $transactionOptionProvider)
[?] - The
PayflowExpressCheckoutRedirectListener::__construct(Session $session, PaymentMethodProviderInterface $paymentMethodProvider, PaymentResultMessageProviderInterface $messageProvider)
[?] method was changed toPayflowExpressCheckoutRedirectListener::__construct(RequestStack $requestStack, PaymentMethodProviderInterface $paymentMethodProvider, PaymentResultMessageProviderInterface $messageProvider)
[?] - The
PayflowListener::__construct(Session $session, PaymentMethodProviderInterface $paymentMethodProvider)
[?] method was changed toPayflowListener::__construct(RequestStack $requestStack, PaymentMethodProviderInterface $paymentMethodProvider)
[?] - The
RedirectListener::__construct(Session $session, PaymentMethodProviderInterface $paymentMethodProvider)
[?] method was changed toRedirectListener::__construct(RequestStack $requestStack, PaymentMethodProviderInterface $paymentMethodProvider)
[?] - The following methods in class
PayPalExpressCheckoutPaymentMethod
[?] were removed: - The following properties in class
PayPalExpressCheckoutPaymentMethod
[?] were removed: - The following properties in class
PayflowExpressCheckoutRedirectListener
[?] were removed: - The following properties in class
PayflowListener
[?] were removed: - The following properties in class
RedirectListener
[?] were removed:
-
The following classes were removed:
-
The
ApplicablePaymentMethodsProvider::__construct(PaymentMethodProviderInterface $paymentMethodProvider, MethodsConfigsRulesByContextProviderInterface $paymentMethodsConfigsRulesProvider)
[?] method was changed toApplicablePaymentMethodsProvider::__construct(PaymentMethodProviderInterface $paymentMethodProvider, MethodsConfigsRulesByContextProviderInterface $paymentMethodsConfigsRulesProvider, MemoryCacheProviderInterface $memoryCacheProvider)
[?] -
The
DecoratedProductLineItemFactory::createPaymentLineItemWithDecoratedProduct(PaymentLineItemInterface $lineItem, $products)
[?] method was changed toDecoratedProductLineItemFactory::createPaymentLineItemWithDecoratedProduct(PaymentLineItem $paymentLineItem, $products)
[?] -
The
RedirectListener::__construct(Session $session, PaymentResultMessageProviderInterface $messageProvider)
[?] method was changed toRedirectListener::__construct(RequestStack $requestStack, PaymentResultMessageProviderInterface $messageProvider)
[?] -
The
PaymentLineItem::__construct($parameters)
[?] method was changed toPaymentLineItem::__construct(ProductUnit $productUnit, $quantity, ProductHolderInterface $productHolder)
[?] -
The following methods in class
BasicPaymentContextBuilder
[?] were changed: -
The
PaymentContextBuilderInterface::setLineItems(PaymentLineItemCollectionInterface $lineItemCollection)
[?] method was changed toPaymentContextBuilderInterface::setLineItems(Collection $lineItemCollection)
[?] -
The following properties in class
RedirectListener
[?] were removed: -
The
BasicPaymentContextBuilderFactory::__construct
[?] method was removed. -
The following interfaces were removed:
- The
PaymentTermExtension::setExtendExtension
[?] method was removed. - The
PaymentTermExtension::addPaymentTermAssociation(Schema $schema, $targetTableName, $options = [])
[?] method was changed toPaymentTermExtension::addPaymentTermAssociation(Schema $schema, $targetTableName, $options = [])
[?] - The
PaymentTermExtension::$extendExtension
[?] property was removed.
-
The following classes were removed:
-
The
LineItemNotPricedSubtotalProvider::prepareProductsPriceCriteria
[?] method was removed. -
The
PriceListScheduleResolver::processSchedule
[?] method was removed. -
The
FrontendProductPricesDataProvider::getProductsPricesCriteria
[?] method was removed. -
The following methods in class
ProductPriceProvider
[?] were removed: -
The
MergePricesCombiningStrategy::isFallbackMergeAllowed
[?] method was removed. -
The following methods in class
AjaxProductPriceController
[?] were removed: -
The
PriceListRuleCompiler::restrictBySupportedQuantity
[?] method was removed. -
The
LineItemNotPricedSubtotalProvider::__construct(TranslatorInterface $translator, RoundingServiceInterface $rounding, ProductPriceProviderInterface $productPriceProvider, SubtotalProviderConstructorArguments $arguments, ProductPriceScopeCriteriaFactoryInterface $priceScopeCriteriaFactory)
[?] method was changed toLineItemNotPricedSubtotalProvider::__construct(SubtotalProviderConstructorArguments $arguments, TranslatorInterface $translator, ProductLineItemPriceProviderInterface $productLineItemsPriceProvider)
[?] -
The
FrontendProductPricesDataProvider::__construct(ProductPriceProviderInterface $productPriceProvider, UserCurrencyManager $userCurrencyManager, ProductPriceScopeCriteriaRequestHandler $scopeCriteriaRequestHandler)
[?] method was changed toFrontendProductPricesDataProvider::__construct(ProductPriceProviderInterface $productPriceProvider, UserCurrencyManager $userCurrencyManager, ProductPriceScopeCriteriaRequestHandler $scopeCriteriaRequestHandler, ProductPriceCriteriaFactoryInterface $productPriceCriteriaFactory)
[?] -
The
ProductPriceProvider::__construct(ProductPriceStorageInterface $priceStorage, UserCurrencyManager $currencyManager)
[?] method was changed toProductPriceProvider::__construct(ProductPriceStorageInterface $priceStorage, UserCurrencyManager $currencyManager, ProductPriceCriteriaDataExtractorInterface $productPriceCriteriaDataExtractor, ProductPriceByMatchingCriteriaProviderInterface $priceByMatchingCriteriaProvider, MemoryCacheProviderInterface $memoryCacheProvider)
[?] -
The
QuickAddCollectionPriceProvider::__construct(ProductPriceProviderInterface $productPriceProvider, UserCurrencyManager $currencyManager, DoctrineHelper $doctrineHelper, RoundingServiceInterface $rounding)
[?] method was changed toQuickAddCollectionPriceProvider::__construct(ProductPriceProviderInterface $productPriceProvider, UserCurrencyManager $currencyManager, DoctrineHelper $doctrineHelper, RoundingServiceInterface $rounding, ProductPriceCriteriaFactoryInterface $productPriceCriteriaFactory)
[?] -
The
CPLIdPlaceholder::__construct(CombinedPriceListTreeHandler $priceListTreeHandler, TokenStorageInterface $tokenStorage)
[?] method was changed toCPLIdPlaceholder::__construct(CombinedPriceListTreeHandler $priceListTreeHandler, TokenStorageInterface $tokenStorage, CustomerUserRelationsProvider $customerUserRelationsProvider)
[?] -
The
CombinedPriceListActivationStatusHandler::__construct(ManagerRegistry $registry, ConfigManager $configManager)
[?] method was changed toCombinedPriceListActivationStatusHandler::__construct(ManagerRegistry $registry)
[?] -
The
ProductPriceCriteria::__construct(Product $product, ProductUnit $productUnit, $quantity, $currency)
[?] method was changed toProductPriceCriteria::__construct($product = null, $productUnit = null, $quantity = null, $currency = null)
[?] -
The
UserCurrencyManager::__construct(Session $session, TokenStorageInterface $tokenStorage, ManagerRegistry $doctrine, CurrencyProviderInterface $currencyProvider, WebsiteManager $websiteManager, CurrentCurrencyProviderInterface $currentCurrencyProvider)
[?] method was changed toUserCurrencyManager::__construct(RequestStack $requestStack, TokenStorageInterface $tokenStorage, ManagerRegistry $doctrine, CurrencyProviderInterface $currencyProvider, WebsiteManager $websiteManager, CurrentCurrencyProviderInterface $currentCurrencyProvider)
[?] -
The
PriceRuleLexemeHandler::getPriceAttributeRelationByClass($class)
[?] method was changed toPriceRuleLexemeHandler::getPriceAttributeRelationByClass($class, Organization $organization)
[?] -
The
ProductAttributePriceType::mapDataToForms($data, $forms)
[?] method was changed toProductAttributePriceType::mapDataToForms($data, Traversable $forms)
[?] -
The
PriceAttributesProductFormExtension::__construct(ManagerRegistry $registry, AclHelper $aclHelper)
[?] method was changed toPriceAttributesProductFormExtension::__construct(ManagerRegistry $registry, AclHelper $aclHelper, RequestStack $requestStack)
[?] -
The following methods in class
ProductFormExtension
[?] were changed:__construct(ManagerRegistry $registry, ShardManager $shardManager, PriceManager $priceManager, AuthorizationCheckerInterface $authorizationChecker)
[?]__construct(ManagerRegistry $registry, ShardManager $shardManager, PriceManager $priceManager, AuthorizationCheckerInterface $authorizationChecker, FieldAclHelper $fieldAclHelper)
[?]
-
The
ProductPriceFilter::__construct(FormFactoryInterface $factory, FilterUtility $util, UnitLabelFormatterInterface $formatter, PriceListRequestHandler $priceListRequestHandler)
[?] method was changed toProductPriceFilter::__construct(FormFactoryInterface $factory, FilterUtility $util, UnitLabelFormatterInterface $formatter, PriceListRequestHandlerInterface $priceListRequestHandler)
[?] -
The
DatagridLineItemsDataPricingListener::__construct(SubtotalProviderInterface $lineItemNotPricedSubtotalProvider, RoundingServiceInterface $roundingService, NumberFormatter $numberFormatter)
[?] method was changed toDatagridLineItemsDataPricingListener::__construct(ProductLineItemPriceProviderInterface $productLineItemsPriceProvider, ProductLineItemsHolderFactoryInterface $productLineItemsHolderFactory, RoundingServiceInterface $roundingService, NumberFormatter $numberFormatter)
[?] -
The following methods in class
FormViewListener
[?] were changed:__construct(TranslatorInterface $translator, DoctrineHelper $doctrineHelper, PriceAttributePricesProvider $provider, AuthorizationCheckerInterface $authorizationChecker, AclHelper $aclHelper)
[?]__construct(TranslatorInterface $translator, DoctrineHelper $doctrineHelper, PriceAttributePricesProvider $priceAttributePricesProvider, AuthorizationCheckerInterface $authorizationChecker, AclHelper $aclHelper, FieldAclHelper $fieldAclHelper)
[?]
-
The
PriceCalculationPrecisionSystemConfigListener::__construct(ManagerRegistry $registry, RuleCache $cache, Session $session, TranslatorInterface $translator)
[?] method was changed toPriceCalculationPrecisionSystemConfigListener::__construct(ManagerRegistry $registry, RuleCache $cache, RequestStack $requestStack, TranslatorInterface $translator)
[?] -
The
PriceListViewListener::__construct(NotificationAlertManager $notificationAlertManager, FlashBagInterface $flashBag, TranslatorInterface $translator)
[?] method was changed toPriceListViewListener::__construct(NotificationAlertManager $notificationAlertManager, RequestStack $requestStack, TranslatorInterface $translator)
[?] -
The
ProductUnitPrecisionListener::__construct($productPriceClass, EventDispatcherInterface $dispatcher, ShardManager $shardManager, DoctrineHelper $helper)
[?] method was changed toProductUnitPrecisionListener::__construct($productPriceClass, EventDispatcherInterface $dispatcher, ShardManager $shardManager, DoctrineHelper $helper, PriceListTriggerHandler $priceListTriggerHandler)
[?] -
The
PriceAttributeProductPriceDatagridExtension::__construct(PriceListRequestHandler $priceListRequestHandler, DoctrineHelper $doctrineHelper, SelectedFieldsProviderInterface $selectedFieldsProvider, AclHelper $aclHelper)
[?] method was changed toPriceAttributeProductPriceDatagridExtension::__construct(PriceListRequestHandlerInterface $priceListRequestHandler, DoctrineHelper $doctrineHelper, SelectedFieldsProviderInterface $selectedFieldsProvider, AclHelper $aclHelper)
[?] -
The
ProductPriceDatagridExtension::__construct(PriceListRequestHandler $priceListRequestHandler, DoctrineHelper $doctrineHelper, SelectedFieldsProviderInterface $selectedFieldsProvider, TranslatorInterface $translator, AuthorizationCheckerInterface $authorizationChecker)
[?] method was changed toProductPriceDatagridExtension::__construct(PriceListRequestHandlerInterface $priceListRequestHandler, DoctrineHelper $doctrineHelper, SelectedFieldsProviderInterface $selectedFieldsProvider, TranslatorInterface $translator, AuthorizationCheckerInterface $authorizationChecker)
[?] -
The
PriceListAssignedProductsProcessor::__construct(ManagerRegistry $doctrine, PriceListProductAssignmentBuilder $assignmentBuilder, NotificationAlertManager $notificationAlertManager, PriceListTriggerHandler $triggerHandler)
[?] method was changed toPriceListAssignedProductsProcessor::__construct(ManagerRegistry $doctrine, PriceListProductAssignmentBuilder $assignmentBuilder, NotificationAlertManager $notificationAlertManager, PriceListTriggerHandler $triggerHandler, DependentPriceListProvider $dependentPriceListProvider)
[?] -
The
PriceRuleProcessor::__construct(ManagerRegistry $doctrine, ProductPriceBuilder $priceBuilder, NotificationAlertManager $notificationAlertManager, PriceListTriggerHandler $triggerHandler, MessageProducerInterface $producer)
[?] method was changed toPriceRuleProcessor::__construct(ManagerRegistry $doctrine, ProductPriceBuilder $priceBuilder, NotificationAlertManager $notificationAlertManager, PriceListTriggerHandler $triggerHandler, MessageProducerInterface $producer, DependentPriceListProvider $dependentPriceListProvider)
[?] -
The following properties in class
LineItemNotPricedSubtotalProvider
[?] were removed: -
The following properties in class
UserCurrencyManager
[?] were removed: -
The following properties in class
ProductFormExtension
[?] were removed: -
The following properties in class
FormViewListener
[?] were removed:
-
The following classes were removed:
-
The
BasicProductUnitFieldsSettings::isProductPrimaryUnitVisible(Product $product = null)
[?] method was changed toBasicProductUnitFieldsSettings::isProductPrimaryUnitVisible($product = null)
[?] -
The
SingleUnitModeProductUnitFieldsSettingsDecorator::isProductUnitSelectionVisible(Product $product)
[?] method was changed toSingleUnitModeProductUnitFieldsSettingsDecorator::isProductUnitSelectionVisible($product)
[?] -
The
QuickAddRowCollectionBuilder::__construct(QuickAddRowInputParser $quickAddRowInputParser, QuickAddRowProductMapperInterface $quickAddRowProductMapper)
[?] method was changed toQuickAddRowCollectionBuilder::__construct(QuickAddRowInputParser $quickAddRowInputParser, ProductMapperInterface $productMapper)
[?] -
The
ProductImageNormalizer::normalize($productImage, $format = null, $context = [])
[?] method was changed toProductImageNormalizer::normalize($productImage, $format = null, $context = [])
[?] -
The
ProductCollectionSegmentType::mapDataToForms($data, $forms)
[?] method was changed toProductCollectionSegmentType::mapDataToForms($data, Traversable $forms)
[?] -
The
ProductKitItemType::__construct(FormFieldsMapProvider $fieldsMapProvider)
[?] method was changed toProductKitItemType::__construct(FormFieldsMapProvider $fieldsMapProvider, ProductUnitFieldsSettingsInterface $unitFieldsSettings)
[?] -
The following methods in class
AbstractProductDataStorageExtension
[?] were changed:__construct(RequestStack $requestStack, ProductDataStorage $storage, DoctrineHelper $doctrineHelper, AclHelper $aclHelper, $productClass)
[?]__construct(RequestStack $requestStack, ProductDataStorage $storage, PropertyAccessorInterface $propertyAccessor, ManagerRegistry $doctrine, LoggerInterface $logger)
[?]
-
The
AttributeFormViewListener::__construct(AttributeManager $attributeManager, ConfigProvider $entityConfigProvider, TranslatorInterface $translator)
[?] method was changed toAttributeFormViewListener::__construct(AttributeManager $attributeManager, FieldAclHelper $fieldAclHelper, ConfigProvider $entityConfigProvider, TranslatorInterface $translator)
[?] -
The
DatagridKitItemLineItemsDataListener::onLineItemData(DatagridLineItemsDataEvent $event)
[?] method was changed toDatagridKitItemLineItemsDataListener::onLineItemData(DatagridKitItemLineItemsDataEvent $event)
[?] -
The
ProductImageListener::__construct(EventDispatcherInterface $eventDispatcher, ImageTypeProvider $imageTypeProvider, ProductImageHelper $productImageHelper)
[?] method was changed toProductImageListener::__construct(EventDispatcherInterface $eventDispatcher, ContainerInterface $container)
[?] -
The
ProductImagesConfigurationListener::__construct(Session $session, TranslatorInterface $translator)
[?] method was changed toProductImagesConfigurationListener::__construct(RequestStack $requestStack, TranslatorInterface $translator)
[?] -
The
ProductVariantCustomFieldsDatagridListener::__construct(DoctrineHelper $doctrineHelper, CustomFieldProvider $customFieldProvider, VariantFieldProvider $variantFieldProvider, $productClass, $productVariantLinkClass)
[?] method was changed toProductVariantCustomFieldsDatagridListener::__construct(DoctrineHelper $doctrineHelper, CustomFieldProvider $customFieldProvider, VariantFieldProvider $variantFieldProvider, FieldAclHelper $fieldAclHelper, $productClass, $productVariantLinkClass)
[?] -
The
ProductUnitPrecision::setPrecision($precision)
[?] method was changed toProductUnitPrecision::setPrecision($precision = null)
[?] -
The
DataGridThemeHelper::__construct(RequestStack $requestStack, SessionInterface $session)
[?] method was changed toDataGridThemeHelper::__construct(RequestStack $requestStack, $defaultView, $views)
[?] -
The
LineItemsGroupedOnResultAfterListener::__construct(AttachmentManager $attachmentManager, NumberFormatter $numberFormatter)
[?] method was changed toLineItemsGroupedOnResultAfterListener::__construct(AttachmentManager $attachmentManager, NumberFormatter $numberFormatter, ResolvedProductVisibilityProvider $resolvedProductVisibilityProvider)
[?] -
The following methods in class
DataStorageAwareComponentProcessor
[?] were changed:__construct(UrlGeneratorInterface $router, ProductDataStorage $storage, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, Session $session, TranslatorInterface $translator)
[?]__construct(ProductDataStorage $storage, ProductMapperInterface $productMapper, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, RequestStack $requestStack, TranslatorInterface $translator, UrlGeneratorInterface $urlGenerator)
[?]
-
The
EnumProductVariantFieldValuesCacheWarmer::warmUp($cacheDir)
[?] method was changed toEnumProductVariantFieldValuesCacheWarmer::warmUp($cacheDir)
[?] -
The
ProductCustomFieldsCacheWarmer::warmUp($cacheDir)
[?] method was changed toProductCustomFieldsCacheWarmer::warmUp($cacheDir)
[?] -
The
ProductFamilySearchHandler::__construct(ManagerRegistry $registry, PropertyAccessorInterface $propertyAccessor, AclHelper $aclHelper)
[?] method was changed toProductFamilySearchHandler::__construct(ManagerRegistry $registry, PropertyAccessorInterface $propertyAccessor, AclHelper $aclHelper, EntityNameResolver $entityNameResolver)
[?] -
The
ProductVisibilityLimitedSearchHandler::__construct($entityName, RequestStack $requestStack, ProductManager $productManager, ProductRepository $searchRepository, LocalizationHelper $localizationHelper, FrontendHelper $frontendHelper)
[?] method was changed toProductVisibilityLimitedSearchHandler::__construct($entityName, RequestStack $requestStack, ProductManager $productManager, ProductRepository $searchRepository, LocalizationHelper $localizationHelper, FrontendHelper $frontendHelper)
[?] -
The
ProductVisibilityLimitedWithPricesSearchHandler::__construct(SearchHandlerInterface $productWithPricesSearchHandler, SearchHandlerInterface $productVisibilityLimitedSearchHandler)
[?] method was changed toProductVisibilityLimitedWithPricesSearchHandler::__construct(SearchHandlerInterface $baseSearchHandler, FormattedProductPriceProvider $formattedProductPriceProvider)
[?] -
The
SetProductKitItemProductUnit::__construct(ProductKitItemProductUnitChecker $productUnitChecker)
[?] method was changed toSetProductKitItemProductUnit::__construct(ProductKitItemProductUnitChecker $productUnitChecker, LoggerInterface $logger)
[?] -
The
ProductUnitFieldsSettingsInterface::isProductPrimaryUnitVisible(Product $product = null)
[?] method was changed toProductUnitFieldsSettingsInterface::isProductPrimaryUnitVisible($product = null)
[?] -
The
QuickAddMenuBuilder::$componentRegistry
[?] property was removed. -
The
ProductNormalizer::$productClass
[?] property was removed. -
The following properties in class
AbstractProductDataStorageExtension
[?] were removed: -
The following properties in class
ProductImageListener
[?] were removed: -
The
ProductImagesConfigurationListener::$translator
[?] property was removed. -
The
DataGridThemeHelper::$session
[?] property was removed. -
The following properties in class
DataStorageAwareComponentProcessor
[?] were removed: -
The following properties in class
ProductVisibilityLimitedWithPricesSearchHandler
[?] were removed: -
The
ProductStrategy::getInvertedFieldName
[?] method was removed. -
The
ProductNormalizer::setProductClass
[?] method was removed. -
The following methods in class
AbstractProductDataStorageExtension
[?] were removed: -
The following methods in class
ProductRepository
[?] were removed: -
The following methods in class
DataGridThemeHelper
[?] were removed: -
The
ProductDeleteMassActionHandler::isDeleteAllowed
[?] method was removed. -
The following methods in class
ComponentProcessorRegistry
[?] were removed: -
The following methods in class
DataStorageAwareComponentProcessor
[?] were removed: -
The
ProductVisibilityLimitedSearchHandler::enableConfigurableProducts
[?] method was removed. -
The following methods in class
ProductKitItemLineItemInterface
[?] were removed: -
The
ProductKitItemLineItemsAwareInterface::getChecksum
[?] method was removed. -
The
ProductLineItemInterface::getParentProduct
[?] method was removed. -
The following methods in class
ComponentProcessorInterface
[?] were removed: -
The following interfaces were removed:
-
The
ProductKitItemLineItemsAwareInterface::getProduct
[?] interface method was added.
- The
SubOrdersPromotionsFiltrationService
[?] class was removed. - The
DisabledPromotionDiscountProviderDecorator::getDiscounts($sourceEntity, DiscountContextInterface $context)
[?] method was changed toDisabledPromotionDiscountProviderDecorator::getDiscounts($sourceEntity, DiscountContextInterface $context)
[?] - The
OrderPromotionDiscountsProviderDecorator::getDiscounts($sourceEntity, DiscountContextInterface $context)
[?] method was changed toOrderPromotionDiscountsProviderDecorator::getDiscounts($sourceEntity, DiscountContextInterface $context)
[?] - The
PromotionDiscountsProvider::getDiscounts($sourceEntity, DiscountContextInterface $context)
[?] method was changed toPromotionDiscountsProvider::getDiscounts($sourceEntity, DiscountContextInterface $context)
[?] - The
AppliedCouponsDataProvider::__construct(ManagerRegistry $registry)
[?] method was changed toAppliedCouponsDataProvider::__construct(ManagerRegistry $registry, PromotionProvider $promotionProvider)
[?] - The
CouponAddType::mapDataToForms($data, $forms)
[?] method was changed toCouponAddType::mapDataToForms($data, Traversable $forms)
[?] - The
DiscountConfigurationDataMapper::mapDataToForms($data, $forms)
[?] method was changed toDiscountConfigurationDataMapper::mapDataToForms($data, Traversable $forms)
[?] - The
DatagridLineItemsDataPromotionsListener::__construct(PromotionExecutor $promotionExecutor, NumberFormatter $numberFormatter, SplitEntitiesProviderInterface $splitEntitiesProvider)
[?] method was changed toDatagridLineItemsDataPromotionsListener::__construct(PromotionExecutor $promotionExecutor, NumberFormatter $numberFormatter, SplitEntitiesProviderInterface $splitEntitiesProvider, RoundingServiceInterface $roundingService)
[?] - The
LineItemsToDiscountLineItemsConverter::__construct(FrontendProductPricesDataProvider $productPricesDataProvider)
[?] method was changed toLineItemsToDiscountLineItemsConverter::__construct(ProductLineItemPriceProviderInterface $productLineItemsPriceProvider)
[?] - The
PromotionDiscountsProviderInterface::getDiscounts($sourceEntity, DiscountContextInterface $context)
[?] method was changed toPromotionDiscountsProviderInterface::getDiscounts($sourceEntity, DiscountContextInterface $context)
[?] - The
PromotionAwareEntityHelper::getPromotionAwareInfo
[?] method was removed. - The
LineItemsToDiscountLineItemsConverter::$productPricesDataProvider
[?] property was removed.
- The
ProductAvailabilityProvider
[?] class was removed. - The
RequestProductItemType::getName
[?] method was removed. - The following methods in class
RequestProductType
[?] were removed: - The
RequestProductCollectionType::getName
[?] method was removed. - The
RequestProductItemCollectionType::getName
[?] method was removed. - The following methods in class
RequestType
[?] were removed: - The
OrderDataStorageExtension::setExtendedType
[?] method was removed. - The following methods in class
RequestDataStorageExtension
[?] were removed: - The
RequestProductType::$dataClass
[?] property was removed. - The
RequestType::$dataClass
[?] property was removed. - The following properties in class
OrderDataStorageExtension
[?] were removed: - The following properties in class
RequestDataStorageExtension
[?] were removed: - The
DataStorageComponentProcessor::$requestDataStorageExtension
[?] property was removed. - The
OrderDataStorageExtension::__construct(RequestStack $requestStack, ProductPriceProviderInterface $productPriceProvider, ProductPriceScopeCriteriaFactoryInterface $priceScopeCriteriaFactory)
[?] method was changed toOrderDataStorageExtension::__construct(RequestStack $requestStack, ProductPriceProviderInterface $productPriceProvider, ProductPriceScopeCriteriaFactoryInterface $priceScopeCriteriaFactory, ProductPriceCriteriaFactoryInterface $productPriceCriteriaFactory)
[?] - The
RequestDataStorageExtension::fillItemsData($entity, $itemsData = [])
[?] method was changed toRequestDataStorageExtension::fillItemsData($entity, $itemsData)
[?] - The
NavigationListener::__construct(AuthorizationCheckerInterface $authorizationChecker, FeatureChecker $featureChecker)
[?] method was changed toNavigationListener::__construct(AuthorizationCheckerInterface $authorizationChecker, FeatureChecker $featureChecker, FrontendHelper $frontendHelper)
[?] - The
DataStorageComponentProcessor::__construct(UrlGeneratorInterface $router, ProductDataStorage $storage, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, Session $session, TranslatorInterface $translator, RequestDataStorageExtension $requestDataStorageExtension, FeatureChecker $featureChecker)
[?] method was changed toDataStorageComponentProcessor::__construct(ProductDataStorage $storage, ProductMapperInterface $productMapper, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, RequestStack $requestStack, TranslatorInterface $translator, UrlGeneratorInterface $urlGenerator, ProductRFPAvailabilityProvider $productAvailabilityProvider, FeatureChecker $featureChecker)
[?] - The
ProductAvailabilityProviderInterface
[?] interface was removed.
-
The following methods in class
SlugUrlMatcher
[?] were changed:__construct(RouterInterface $router, MatchedUrlDecisionMaker $matchedUrlDecisionMaker, SlugEntityFinder $slugEntityFinder, MaintenanceModeState $maintenanceModeState)
[?]__construct(RouterInterface $router, MatchedUrlDecisionMaker $matchedUrlDecisionMaker, SlugEntityFinder $slugEntityFinder, MaintenanceModeState $maintenanceModeState, MaintenanceRestrictionsChecker $maintenanceRestrictionsChecker)
[?]
-
The
SlugUrlCacheWarmer::warmUp($cacheDir)
[?] method was changed toSlugUrlCacheWarmer::warmUp($cacheDir)
[?]
- The following classes were removed:
- The
FilenameFilterIterator::toRegex($str)
[?] method was changed toFilenameFilterIterator::toRegex($str)
[?]
- The following classes were removed:
- The
SelectedOffersQuoteToShippingLineItemConverter::__construct(ShippingLineItemCollectionFactoryInterface $shippingLineItemCollectionFactory, ShippingLineItemBuilderFactoryInterface $shippingLineItemBuilderFactory)
[?] method was changed toSelectedOffersQuoteToShippingLineItemConverter::__construct(ShippingLineItemFromProductLineItemFactoryInterface $shippingLineItemFactory)
[?] - The
FirstOffersQuoteToShippingLineItemConverter::__construct(ShippingLineItemCollectionFactoryInterface $shippingLineItemCollectionFactory, ShippingLineItemBuilderFactoryInterface $shippingLineItemBuilderFactory)
[?] method was changed toFirstOffersQuoteToShippingLineItemConverter::__construct(ShippingLineItemFromProductLineItemFactoryInterface $shippingLineItemFactory)
[?] - The
ContactInfo::get($name)
[?] method was changed toContactInfo::get($name)
[?] - The
QuoteDemandManager::__construct(TotalProcessorProvider $totalProvider, LineItemSubtotalProvider $subtotalProvider)
[?] method was changed toQuoteDemandManager::__construct(TotalProcessorProvider $totalProvider, LineItemSubtotalProvider $subtotalProvider, LineItemChecksumGeneratorInterface $lineItemChecksumGenerator)
[?] - The
QuoteFormTemplateDataProvider::__construct(EventDispatcherInterface $eventDispatcher, QuoteProductPriceProvider $quoteProductPriceProvider, QuoteAddressSecurityProvider $quoteAddressSecurityProvider)
[?] method was changed toQuoteFormTemplateDataProvider::__construct(EventDispatcherInterface $eventDispatcher)
[?] - The
QuoteProductType::__construct(TranslatorInterface $translator, UnitLabelFormatterInterface $labelFormatter, QuoteProductFormatter $formatter, ManagerRegistry $registry)
[?] method was changed toQuoteProductType::__construct(UnitLabelFormatterInterface $labelFormatter, ManagerRegistry $doctrine, EventSubscriberInterface $quoteProductProductListener, EventSubscriberInterface $quoteProductOfferChecksumListener)
[?] - The
QuoteDataStorageExtension::addItem(Product $product, $entity, $itemData = [])
[?] method was changed toQuoteDataStorageExtension::addItem(Product $product, $entity, $itemData)
[?] - The
QuoteFormSubscriber::__construct(QuoteProductPriceProvider $provider, TranslatorInterface $translator, DoctrineHelper $doctrineHelper)
[?] method was changed toQuoteFormSubscriber::__construct(ManagerRegistry $managerRegistry, QuoteProductPricesProvider $quoteProductPricesProvider, QuotePricesComparator $quotePricesComparator, TranslatorInterface $translator)
[?] - The following methods in class
QuoteAddressType
[?] were removed: - The following methods in class
QuoteProductOfferType
[?] were removed: - The following methods in class
QuoteProductRequestType
[?] were removed: - The following methods in class
QuoteProductType
[?] were removed: - The
QuoteType::setDataClass
[?] method was removed. - The
QuoteDataStorageExtension::getDefaultUnit
[?] method was removed. - The following methods in class
QuoteFormSubscriber
[?] were removed: - The
QuoteAddressType::$dataClass
[?] property was removed. - The following properties in class
QuoteProductOfferType
[?] were removed: - The
QuoteProductRequestType::$dataClass
[?] property was removed. - The following properties in class
QuoteProductType
[?] were removed: - The
QuoteType::$dataClass
[?] property was removed. - The following properties in class
QuoteFormSubscriber
[?] were removed:
- The following classes were removed:
- The
MultiShippingMethod::__construct($identifier, $label, $icon, $enabled, RoundingServiceInterface $roundingService, MultiShippingCostProvider $shippingCostProvider)
[?] method was changed toMultiShippingMethod::__construct($identifier, $name, $label, $icon, $enabled, RoundingServiceInterface $roundingService, MultiShippingCostProvider $shippingCostProvider)
[?] - The
ShippingMethodDisableIntegrationListener::__construct($channelType, IntegrationIdentifierGeneratorInterface $methodIdentifierGenerator, ShippingMethodDisableHandlerInterface $shippingMethodDisableHandler)
[?] method was changed toShippingMethodDisableIntegrationListener::__construct($channelType, IntegrationIdentifierGeneratorInterface $methodIdentifierGenerator, ShippingMethodDisableHandlerInterface $shippingMethodDisableHandler)
[?] - The
ProductFormExtension::__construct(ManagerRegistry $registry)
[?] method was changed toProductFormExtension::__construct(ManagerRegistry $registry, FieldAclHelper $fieldAclHelper)
[?] - The
DecoratedProductLineItemFactory::createShippingLineItemWithDecoratedProduct(ShippingLineItemInterface $lineItem, $products)
[?] method was changed toDecoratedProductLineItemFactory::createShippingLineItemWithDecoratedProduct(ShippingLineItem $shippingLineItem, $products)
[?] - The
FormViewListener::__construct(TranslatorInterface $translator, DoctrineHelper $doctrineHelper, RequestStack $requestStack)
[?] method was changed toFormViewListener::__construct(TranslatorInterface $translator, DoctrineHelper $doctrineHelper, RequestStack $requestStack, FieldAclHelper $fieldAclHelper)
[?] - The
ShippingContextCacheKeyGenerator::lineItemToString(ShippingLineItemInterface $item)
[?] method was changed toShippingContextCacheKeyGenerator::lineItemToString(ShippingLineItem $item)
[?] - The
ShippingLineItem::__construct($parameters)
[?] method was changed toShippingLineItem::__construct(ProductUnit $productUnit, $quantity, ProductHolderInterface $productHolder)
[?] - The
BasicShippingContextBuilder::setLineItems(ShippingLineItemCollectionInterface $lineItemCollection)
[?] method was changed toBasicShippingContextBuilder::setLineItems(Collection $lineItemCollection)
[?] - The
UpdateEntityConfigRelationsWarmer::warmUp($cacheDir)
[?] method was changed toUpdateEntityConfigRelationsWarmer::warmUp($cacheDir)
[?] - The
ShippingContextBuilderInterface::setLineItems(ShippingLineItemCollectionInterface $lineItemCollection)
[?] method was changed toShippingContextBuilderInterface::setLineItems(Collection $lineItemCollection)
[?] - The
ProductFormExtension::$registry
[?] property was removed. - The following properties in class
FormViewListener
[?] were removed: - The following interfaces were removed:
- The
ShippingMethodInterface::getName
[?] interface method was added.
-
The following classes were removed:
LineItemViolationsProvider
[?]LineItemCollection
[?]LineItemCollectionValidator
[?]ProductKitItemProductsProvider
[?]ProductKitItemsProvider
[?]CompositeLineItemChecksumGenerator
[?]HashingLineItemChecksumGenerator
[?]ProductKitLineItemChecksumGenerator
[?]ProductKitAvailabilityChecker
[?]ProductKitItemAvailabilityChecker
[?]ProductKitItemProductAvailabilityChecker
[?]DatagridLineItemsDataViolationsListener
[?]LineItemValidateEvent
[?]AddProductsMassActionArgsParser
[?]ComputeLineItemPrice
[?]
-
The
ProductKitItemCollectionIsAvailableForPurchaseValidator::__construct(LocalizationHelper $localizationHelper)
[?] method was changed toProductKitItemCollectionIsAvailableForPurchaseValidator::__construct(TranslationMessageSanitizerInterface $translationMessageSanitizer)
[?] -
The
ProductKitItemProductCollectionIsAvailableForPurchaseValidator::__construct(LocalizationHelper $localizationHelper)
[?] method was changed toProductKitItemProductCollectionIsAvailableForPurchaseValidator::__construct(LocalizationHelper $localizationHelper, TranslationMessageSanitizerInterface $translationMessageSanitizer)
[?] -
The
ProductKitItemLineItemFactory::__construct(ProductKitItemProductsProvider $kitItemProductsProvider)
[?] method was changed toProductKitItemLineItemFactory::__construct(ProductKitItemProductsProvider $kitItemProductsProvider)
[?] -
The
ProductKitLineItemFactory::__construct(ProductKitItemsProvider $productKitItemsProvider, ProductKitItemLineItemFactory $kitItemLineItemFactory)
[?] method was changed toProductKitLineItemFactory::__construct(ProductKitItemsProvider $productKitItemsProvider, ProductKitItemLineItemFactory $kitItemLineItemFactory)
[?] -
The
AbstractShoppingListQuickAddProcessor::__construct(ShoppingListLineItemHandler $shoppingListLineItemHandler, ManagerRegistry $doctrine, AclHelper $aclHelper)
[?] method was changed toAbstractShoppingListQuickAddProcessor::__construct(ShoppingListLineItemHandler $shoppingListLineItemHandler, ProductMapperInterface $productMapper)
[?] -
The
QuickAddCheckoutProcessor::__construct(ShoppingListLineItemHandler $shoppingListLineItemHandler, ManagerRegistry $doctrine, AclHelper $aclHelper, MessageGenerator $messageGenerator, ShoppingListManager $shoppingListManager, ShoppingListLimitManager $shoppingListLimitManager, CurrentShoppingListManager $currentShoppingListManager, ActionGroupRegistry $actionGroupRegistry, TranslatorInterface $translator, DateTimeFormatterInterface $dateFormatter, $actionGroupName)
[?] method was changed toQuickAddCheckoutProcessor::__construct(ShoppingListLineItemHandler $shoppingListLineItemHandler, ProductMapperInterface $productMapper, ManagerRegistry $doctrine, MessageGenerator $messageGenerator, ShoppingListManager $shoppingListManager, ShoppingListLimitManager $shoppingListLimitManager, CurrentShoppingListManager $currentShoppingListManager, ActionGroupRegistry $actionGroupRegistry, TranslatorInterface $translator, DateTimeFormatterInterface $dateFormatter, $actionGroupName)
[?] -
The
QuickAddProcessor::__construct(ShoppingListLineItemHandler $shoppingListLineItemHandler, ManagerRegistry $doctrine, AclHelper $aclHelper, MessageGenerator $messageGenerator)
[?] method was changed toQuickAddProcessor::__construct(ShoppingListLineItemHandler $shoppingListLineItemHandler, ProductMapperInterface $productMapper, MessageGenerator $messageGenerator)
[?] -
The following methods in class
ShoppingListManager
[?] were changed:__construct(ManagerRegistry $doctrine, TokenAccessorInterface $tokenAccessor, TranslatorInterface $translator, QuantityRoundingService $rounding, WebsiteManager $websiteManager, ShoppingListTotalManager $totalManager, ProductVariantAvailabilityProvider $productVariantProvider, ConfigManager $configManager, EntityDeleteHandlerRegistry $deleteHandlerRegistry, LineItemChecksumGeneratorInterface $lineItemChecksumGenerator)
[?]__construct(ManagerRegistry $doctrine, TokenAccessorInterface $tokenAccessor, TranslatorInterface $translator, QuantityRoundingService $rounding, WebsiteManager $websiteManager, ShoppingListTotalManager $totalManager, ProductVariantAvailabilityProvider $productVariantProvider, ConfigManager $configManager, EntityDeleteHandlerRegistry $deleteHandlerRegistry, LineItemChecksumGeneratorInterface $lineItemChecksumGenerator)
[?]
-
The following methods in class
ShoppingListTotalManager
[?] were changed:__construct(ManagerRegistry $managerRegistry, LineItemNotPricedSubtotalProvider $lineItemNotPricedSubtotalProvider, UserCurrencyManager $currencyManager)
[?]__construct(ManagerRegistry $managerRegistry, LineItemNotPricedSubtotalProvider $lineItemNotPricedSubtotalProvider, UserCurrencyManager $currencyManager, CustomerUserProvider $customerUserProvider)
[?]
-
The
FrontendShoppingListProductsProvider::__construct(LineItemRepository $lineItemRepository, FrontendProductPricesDataProvider $productPriceProvider, ShoppingListLineItemsDataProvider $shoppingListLineItemsDataProvider, ProductPriceFormatter $productPriceFormatter)
[?] method was changed toFrontendShoppingListProductsProvider::__construct(LineItemRepository $lineItemRepository, FrontendProductPricesDataProvider $productPriceProvider, ShoppingListLineItemsDataProvider $shoppingListLineItemsDataProvider, ProductPriceFormatter $productPriceFormatter, ProductLineItemPriceProviderInterface $productLineItemPriceProvider)
[?] -
The
ShoppingListLineItemHandler::getShoppingList($shoppingListId = null)
[?] method was changed toShoppingListLineItemHandler::getShoppingList($shoppingListId = null)
[?] -
The
ProductKitItemLineItemType::__construct(ProductKitItemProductsProvider $productKitItemProductsProvider, DataTransformerInterface $productToIdDataTransformer)
[?] method was changed toProductKitItemLineItemType::__construct(ProductKitItemProductsProvider $productKitItemProductsProvider, DataTransformerInterface $productToIdDataTransformer)
[?] -
The
ProductKitLineItemType::__construct(FrontendProductPricesDataProvider $frontendProductPricesDataProvider, SubtotalProviderInterface $lineItemNotPricedSubtotalProvider)
[?] method was changed toProductKitLineItemType::__construct(FrontendProductPricesDataProvider $frontendProductPricesDataProvider, ProductLineItemsHolderFactoryInterface $lineItemsHolderFactory, SubtotalProviderInterface $lineItemNotPricedSubtotalProvider)
[?] -
The
ShoppingListEntityListener::__construct(DefaultUserProvider $defaultUserProvider, TokenAccessorInterface $tokenAccessor, ShoppingListLimitManager $shoppingListLimitManager)
[?] method was changed toShoppingListEntityListener::__construct(DefaultUserProvider $defaultUserProvider, TokenAccessorInterface $tokenAccessor, ShoppingListLimitManager $shoppingListLimitManager, UserCurrencyManager $userCurrencyManager)
[?] -
The following methods in class
DeleteMassActionHandler
[?] were changed: -
The
AjaxProductKitLineItemController::__construct(ProductKitAvailabilityChecker $productKitAvailabilityChecker, CurrentShoppingListManager $currentShoppingListManager, ShoppingListManager $shoppingListManager, ProductKitLineItemFactory $productKitLineItemFactory)
[?] method was changed toAjaxProductKitLineItemController::__construct(ProductKitAvailabilityChecker $productKitAvailabilityChecker, CurrentShoppingListManager $currentShoppingListManager, ShoppingListManager $shoppingListManager, ProductKitLineItemFactory $productKitLineItemFactory, SubtotalProviderInterface $lineItemNotPricedSubtotalProvider, ProductLineItemsHolderFactoryInterface $lineItemsHolderFactory, ManagerRegistry $managerRegistry, ValidatorInterface $validator)
[?] -
The
RfpAllowed::__construct(RequestDataStorageExtension $requestDataStorageExtension)
[?] method was changed toRfpAllowed::__construct(ProductRFPAvailabilityProvider $productAvailabilityProvider)
[?] -
The
MessageFactory::createShoppingListTotalsInvalidateMessageForConfigScope($scope, $id)
[?] method was changed toMessageFactory::createShoppingListTotalsInvalidateMessageForConfigScope($scope, $scopeId)
[?] -
The
AbstractShoppingListQuickAddProcessor::isValidationRequired
[?] method was removed. -
The
QuickAddCheckoutProcessor::getName
[?] method was removed. -
The
QuickAddProcessor::getName
[?] method was removed. -
The
ShoppingListTotalManager::getTotalRepository
[?] method was removed. -
The following methods in class
ShoppingListLineItemHandler
[?] were removed: -
The
AjaxLineItemController::getSuccessResponse
[?] method was removed. -
The following properties in class
AbstractShoppingListQuickAddProcessor
[?] were removed: -
The following properties in class
ShoppingListTotalManager
[?] were removed: -
The following properties in class
ShoppingListLineItemHandler
[?] were removed: -
The
AddProductsMassActionHandler::$managerRegistry
[?] property was removed. -
The
RfpAllowed::$requestDataStorageExtension
[?] property was removed. -
The
LineItemChecksumGeneratorInterface
[?] interface was removed.
-
The following methods in class
TaxAmountProvider
[?] were changed: -
The
ProductFormViewListener::__construct(RequestStack $requestStack, DoctrineHelper $doctrineHelper, FeatureChecker $featureChecker)
[?] method was changed toProductFormViewListener::__construct(RequestStack $requestStack, DoctrineHelper $doctrineHelper, FeatureChecker $featureChecker, FieldAclHelper $fieldAclHelper)
[?] -
The
OrderTaxesListener::__construct(TaxProviderRegistry $taxProviderRegistry, TaxationSettingsProvider $taxationSettingsProvider, PriceMatcher $priceMatcher)
[?] method was changed toOrderTaxesListener::__construct(TaxProviderRegistry $taxProviderRegistry, TaxationSettingsProvider $taxationSettingsProvider)
[?] -
The
OrderTaxesListener::addMatchedPriceToOrderLineItems
[?] method was removed. -
The
OrderTaxesListener::$priceMatcher
[?] property was removed.
- The
PriceRequestFactory::getLineItemWeightByUnit(ShippingLineItemInterface $lineItem, $weightUnit)
[?] method was changed toPriceRequestFactory::getLineItemWeightByUnit(ProductShippingOptionsInterface $lineItem, $weightUnit)
[?]
- The following classes were removed:
- The
CategoryResolvedCacheBuilder::__construct(ManagerRegistry $doctrine, ProductIndexScheduler $indexScheduler, ScopeManager $scopeManager, InsertFromSelectQueryExecutor $insertExecutor, VisibilityChangeCategorySubtreeCacheBuilder $visibilityChangeCategorySubtreeCacheBuilder, PositionChangeCategorySubtreeCacheBuilder $positionChangeCategorySubtreeCacheBuilder)
[?] method was changed toCategoryResolvedCacheBuilder::__construct(ManagerRegistry $doctrine, ProductIndexScheduler $indexScheduler, ScopeManager $scopeManager, InsertQueryExecutorInterface $insertExecutor, VisibilityChangeCategorySubtreeCacheBuilder $visibilityChangeCategorySubtreeCacheBuilder, PositionChangeCategorySubtreeCacheBuilder $positionChangeCategorySubtreeCacheBuilder)
[?] - The
CategoryVisibleListener::__construct(ManagerRegistry $registry, CategoryVisibilityResolverInterface $categoryVisibilityResolver, CustomerUserRelationsProvider $customerUserRelationsProvider, TokenStorageInterface $tokenStorage)
[?] method was changed toCategoryVisibleListener::__construct(ManagerRegistry $doctrine, ContainerInterface $container)
[?] - The
CategoryRepository::insertStaticValues(InsertFromSelectQueryExecutor $insertExecutor, Scope $scope)
[?] method was changed toCategoryRepository::insertStaticValues(InsertQueryExecutorInterface $insertExecutor, Scope $scope)
[?] - The
AbstractLoadVisibility::__construct(DoctrineHelper $doctrineHelper, AclHelper $aclHelper, WebsiteManager $websiteManager, VisibilityIdHelper $visibilityIdHelper)
[?] method was changed toAbstractLoadVisibility::__construct(DoctrineHelper $doctrineHelper, AclHelper $aclHelper, WebsiteManager $websiteManager)
[?] - The
LoadCustomerGroupProductVisibility::__construct(DoctrineHelper $doctrineHelper, AclHelper $aclHelper, WebsiteManager $websiteManager, VisibilityIdHelper $visibilityIdHelper, VisibilityScopeProvider $visibilityScopeProvider)
[?] method was changed toLoadCustomerGroupProductVisibility::__construct(DoctrineHelper $doctrineHelper, AclHelper $aclHelper, WebsiteManager $websiteManager, VisibilityScopeProvider $visibilityScopeProvider)
[?] - The
LoadCustomerProductVisibility::__construct(DoctrineHelper $doctrineHelper, AclHelper $aclHelper, WebsiteManager $websiteManager, VisibilityIdHelper $visibilityIdHelper, VisibilityScopeProvider $visibilityScopeProvider)
[?] method was changed toLoadCustomerProductVisibility::__construct(DoctrineHelper $doctrineHelper, AclHelper $aclHelper, WebsiteManager $websiteManager, VisibilityScopeProvider $visibilityScopeProvider)
[?] - The
LoadProductVisibility::__construct(DoctrineHelper $doctrineHelper, AclHelper $aclHelper, WebsiteManager $websiteManager, VisibilityIdHelper $visibilityIdHelper, VisibilityScopeProvider $visibilityScopeProvider)
[?] method was changed toLoadProductVisibility::__construct(DoctrineHelper $doctrineHelper, AclHelper $aclHelper, WebsiteManager $websiteManager, VisibilityScopeProvider $visibilityScopeProvider)
[?] - The
ComputeVisibilityId::__construct
[?] method was removed. - The following methods in class
VisibilityIdFilter
[?] were removed:
- The
MenuContentNodesProvider::__construct(ManagerRegistry $managerRegistry, ResolvedContentNodesLoader $resolvedContentNodesLoader)
[?] method was changed toMenuContentNodesProvider::__construct(ManagerRegistry $managerRegistry, ResolvedContentNodesLoader $resolvedContentNodesLoader, AuthorizationCheckerInterface $authorizationChecker)
[?] - The
ContentNodeTreeCacheWarmer::warmUp($cacheDir)
[?] method was changed toContentNodeTreeCacheWarmer::warmUp($cacheDir)
[?]