- AlternativeCheckoutBundle
- CatalogBundle
- CheckoutBundle
- InventoryBundle
- OrderBundle
- PayPalBundle
- PaymentBundle
- PaymentTermBundle
- PricingBundle
- ProductBundle
- PromotionBundle
- RFPBundle
- RedirectBundle
- SaleBundle
- ShippingBundle
- ShoppingListBundle
- TaxBundle
- Testing
- VisibilityBundle
- WebCatalogBundle
- WebsiteSearchBundle
- The
OroAlternativeCheckoutBundle::build
[?] method was removed.
- The
CategoryProvider::getBreadcrumbs
[?] method was removed. - The
DatagridListener::addCategoryRelation
[?] method was removed. - The following methods in class
CategoryRepository
[?] were removed: - The
CategoryCountsExtension::buildParameters
[?] method was removed. - The
CategoryCountsExtension::__construct(ServiceLink $datagridManagerLink, ManagerRegistry $registry, ProductRepository $productSearchRepository, CategoryCountsCache $cache)
[?] method was changed toCategoryCountsExtension::__construct(ServiceLink $datagridManagerLink, ManagerRegistry $registry, ProductRepository $productSearchRepository, CategoryCountsCache $cache, DatagridParametersHelper $datagridParametersHelper)
[?]
- The following classes were removed:
- The
CheckoutSubtotalProvider::__construct(TranslatorInterface $translator, RoundingServiceInterface $rounding, ProductPriceProvider $productPriceProvider, PriceListTreeHandler $priceListTreeHandler, SubtotalProviderConstructorArguments $arguments)
[?] method was changed toCheckoutSubtotalProvider::__construct(TranslatorInterface $translator, RoundingServiceInterface $rounding, ProductPriceProviderInterface $productPriceProvider, PriceListTreeHandler $priceListTreeHandler, SubtotalProviderConstructorArguments $arguments, FeatureChecker $featureChecker, ProductPriceScopeCriteriaFactoryInterface $priceScopeCriteriaFactory)
[?] - The
OrderMapper::__construct(EntityFieldProvider $entityFieldProvider, PropertyAccessorInterface $propertyAccessor, PaymentTermAssociationProvider $paymentTermAssociationProvider)
[?] method was changed toOrderMapper::__construct(FieldHelper $entityFieldHelper, PropertyAccessorInterface $propertyAccessor, PaymentTermAssociationProvider $paymentTermAssociationProvider)
[?] - The
CheckoutPaymentContextProvider::__construct(CheckoutPaymentContextFactory $paymentContextFactory)
[?] method was changed toCheckoutPaymentContextProvider::__construct(CheckoutPaymentContextFactory $paymentContextFactory, CacheProvider $cacheProvider)
[?] - The
CheckoutShippingContextProvider::__construct(CheckoutShippingContextFactory $shippingContextFactory)
[?] method was changed toCheckoutShippingContextProvider::__construct(CheckoutShippingContextFactory $shippingContextFactory, CacheProvider $cacheProvider)
[?] - The
CheckoutStepsProvider::getSteps(WorkflowItem $workflowItem)
[?] method was changed toCheckoutStepsProvider::getSteps(WorkflowItem $workflowItem, $excludedStepNames = [])
[?] - The
TransitionFormProvider::setTransitionProvider(TransitionProvider $transitionProvider)
[?] method was changed toTransitionFormProvider::setTransitionProvider(TransitionProviderInterface $transitionProvider)
[?] - The
CheckoutPaymentContextFactory::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, TotalProcessorProvider $totalProcessor, OrderPaymentLineItemConverterInterface $paymentLineItemConverter, ShippingOriginProvider $shippingOriginProvider, PaymentContextBuilderFactoryInterface $paymentContextBuilderFactory = null)
[?] method was changed toCheckoutPaymentContextFactory::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, SubtotalProviderInterface $checkoutSubtotalProvider, TotalProcessorProvider $totalProcessor, OrderPaymentLineItemConverterInterface $paymentLineItemConverter, ShippingOriginProvider $shippingOriginProvider, PaymentContextBuilderFactoryInterface $paymentContextBuilderFactory = null)
[?] - The
CheckoutShippingContextFactory::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, TotalProcessorProvider $totalProcessor, OrderShippingLineItemConverterInterface $shippingLineItemConverter, ShippingContextBuilderFactoryInterface $shippingContextBuilderFactory = null)
[?] method was changed toCheckoutShippingContextFactory::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, SubtotalProviderInterface $checkoutSubtotalProvider, TotalProcessorProvider $totalProcessor, OrderShippingLineItemConverterInterface $shippingLineItemConverter, ShippingContextBuilderFactoryInterface $shippingContextBuilderFactory = null)
[?] - The
HasPriceInShoppingLineItemsListener::__construct(ProductPriceProvider $productPriceProvider, UserCurrencyManager $userCurrencyManager, PriceListRequestHandler $priceListRequestHandler)
[?] method was changed toHasPriceInShoppingLineItemsListener::__construct(ProductPriceProviderInterface $productPriceProvider, UserCurrencyManager $userCurrencyManager, ProductPriceScopeCriteriaRequestHandler $scopeCriteriaRequestHandler)
[?] - The
CheckoutLineItemsDataProvider::__construct(FrontendProductPricesDataProvider $frontendProductPricesDataProvider, ManagerRegistry $registry)
[?] method was changed toCheckoutLineItemsDataProvider::__construct(FrontendProductPricesDataProvider $frontendProductPricesDataProvider, AuthorizationCheckerInterface $authorizationChecker, CacheProvider $productAvailabilityCache)
[?] - The
CheckoutToOrderConverter::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, MapperInterface $mapper)
[?] method was changed toCheckoutToOrderConverter::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, MapperInterface $mapper, CacheProvider $orderCache)
[?] - The following methods in class
CheckoutAddressType
[?] were removed: - The
CheckoutGridListener::onBuildAfter
[?] method was removed. - The
CheckoutLineItemsConverter::__construct
[?] method was removed. - The following methods in class
CheckoutController
[?] were removed: - The
CheckoutLineItemsDataProvider::$registry
[?] property was removed. - The
CheckoutLineItemsConverter::$propertyAccessor
[?] property was removed. - The
CheckoutController::$workflowManager
[?] property was removed.
- The
InventoryLevelNormalizer::__construct(FieldHelper $fieldHelper, ProductUnitLabelFormatter $formatter, QuantityRoundingService $roundingService)
[?] method was changed toInventoryLevelNormalizer::__construct(FieldHelper $fieldHelper, UnitLabelFormatterInterface $formatter, QuantityRoundingService $roundingService)
[?]
- The
AbstractOrderAddressType
[?] class was removed. - The
PriceMatcher::__construct(MatchingPriceProvider $provider, PriceListTreeHandler $priceListTreeHandler)
[?] method was changed toPriceMatcher::__construct(MatchingPriceProvider $provider, ProductPriceScopeCriteriaFactoryInterface $priceScopeCriteriaFactory, LoggerInterface $logger)
[?] - The
ExtractLineItemPaymentOptionsListener::__construct(HtmlTagHelper $htmlTagHelper)
[?] method was changed toExtractLineItemPaymentOptionsListener::__construct(HtmlTagHelper $htmlTagHelper, UserLocalizationManager $userLocalizationManager)
[?] - The
TierPriceEventListener::__construct(ProductPriceProvider $productPriceProvider, PriceListTreeHandler $priceListTreeHandler)
[?] method was changed toTierPriceEventListener::__construct(ProductPriceProviderInterface $productPriceProvider, ProductPriceScopeCriteriaFactoryInterface $priceScopeCriteriaFactory)
[?] - The
PriceMatcher::$priceListTreeHandler
[?] property was removed. - The
TierPriceEventListener::$priceListTreeHandler
[?] property was removed. - The
OrderAddressType::initCustomerAddressField
[?] method was removed.
- The
ExtractLineItemPaymentOptionsListener::__construct(NumberFormatter $currencyFormatter, RoundingServiceInterface $rounder)
[?] method was changed toExtractLineItemPaymentOptionsListener::__construct(NumberFormatter $currencyFormatter, RoundingServiceInterface $rounder)
[?]
- The
PaymentTransactionProvider::getLoggedCustomerUser
[?] method was removed. - The
TwigSandboxConfigurationPass::process
[?] method was removed. - The following methods in class
SecureArrayType
[?] were removed: - The
PaymentTransactionProvider::__construct(DoctrineHelper $doctrineHelper, TokenStorageInterface $tokenStorage, EventDispatcherInterface $dispatcher, $paymentTransactionClass)
[?] method was changed toPaymentTransactionProvider::__construct(DoctrineHelper $doctrineHelper, CustomerUserProvider $customerUserProvider, EventDispatcherInterface $dispatcher, $paymentTransactionClass)
[?] - The
PaymentMethodViewsProvider::__construct(PaymentMethodViewProviderInterface $paymentMethodViewProvider, PaymentMethodProvider $paymentMethodProvider, PaymentTransactionProvider $transactionProvider)
[?] method was changed toPaymentMethodViewsProvider::__construct(PaymentMethodViewProviderInterface $paymentMethodViewProvider, PaymentMethodProvider $paymentMethodProvider, PaymentTransactionProvider $transactionProvider, CacheProvider $cacheProvider)
[?] - The
PaymentTransactionProvider::$tokenStorage
[?] property was removed.
- The
PaymentTermType::__construct($dataClass, HtmlTagHelper $htmlTagHelper)
[?] method was changed toPaymentTermType::__construct($dataClass)
[?]
-
The following classes were removed:
-
The following methods in class
LineItemNotPricedSubtotalProvider
[?] were removed: -
The following methods in class
CombinedPriceListProvider
[?] were removed: -
The following methods in class
ProductPriceProvider
[?] were removed: -
The following methods in class
PriceListRequestHandler
[?] were removed: -
The
FrontendProductPriceFilter::setConfigManager
[?] method was removed. -
The following methods in class
BaseProductPriceRepository
[?] were removed: -
The following methods in class
AbstractAjaxProductPriceController
[?] were removed: -
The
AjaxProductPriceController::getProductUnitsByCurrencyAction
[?] method was removed. -
The
CombinedPriceListActivationPlanBuilder::setProvider
[?] method was removed. -
The
LoadNormalizedProductPriceWithNormalizedId::__construct
[?] method was removed. -
The
NormalizeOutputProductPriceId::__construct
[?] method was removed. -
The
StorePriceListInContextByProductPrice::__construct
[?] method was removed. -
The
PriceListRequestHandlerInterface::getPriceListByCustomer
[?] method was removed. -
The
LineItemNotPricedSubtotalProvider::__construct(TranslatorInterface $translator, RoundingServiceInterface $rounding, ProductPriceProvider $productPriceProvider, DoctrineHelper $doctrineHelper, PriceListTreeHandler $priceListTreeHandler, SubtotalProviderConstructorArguments $arguments)
[?] method was changed toLineItemNotPricedSubtotalProvider::__construct(TranslatorInterface $translator, RoundingServiceInterface $rounding, ProductPriceProviderInterface $productPriceProvider, SubtotalProviderConstructorArguments $arguments, ProductPriceScopeCriteriaFactoryInterface $priceScopeCriteriaFactory)
[?] -
The
CombinedPriceListProvider::__construct(ManagerRegistry $registry)
[?] method was changed toCombinedPriceListProvider::__construct(ManagerRegistry $registry, EventDispatcherInterface $eventDispatcher)
[?] -
The
FrontendProductPricesDataProvider::__construct(ProductPriceProvider $productPriceProvider, UserCurrencyManager $userCurrencyManager, PriceListRequestHandler $priceListRequestHandler)
[?] method was changed toFrontendProductPricesDataProvider::__construct(ProductPriceProviderInterface $productPriceProvider, UserCurrencyManager $userCurrencyManager, ProductPriceScopeCriteriaRequestHandler $scopeCriteriaRequestHandler)
[?] -
The
MatchingPriceProvider::__construct(ProductPriceProvider $productPriceProvider, DoctrineHelper $doctrineHelper, $productClass, $productUnitClass)
[?] method was changed toMatchingPriceProvider::__construct(ProductPriceProviderInterface $productPriceProvider, DoctrineHelper $doctrineHelper, $productClass, $productUnitClass)
[?] -
The
ProductPriceProvider::__construct(ManagerRegistry $registry, ShardManager $shardManager)
[?] method was changed toProductPriceProvider::__construct(ProductPriceStorageInterface $priceStorage, UserCurrencyManager $currencyManager)
[?] -
The
QuickAddCollectionPriceProvider::__construct(ProductPriceProvider $combinedProductPriceProvider, UserCurrencyManager $currencyManager, DoctrineHelper $doctrineHelper, RoundingServiceInterface $rounding)
[?] method was changed toQuickAddCollectionPriceProvider::__construct(ProductPriceProviderInterface $productPriceProvider, UserCurrencyManager $currencyManager, DoctrineHelper $doctrineHelper, RoundingServiceInterface $rounding)
[?] -
The
PriceListRequestHandler::__construct(RequestStack $requestStack, TokenAccessorInterface $tokenAccessor, PriceListTreeHandler $priceListTreeHandler, ManagerRegistry $registry, CustomerUserRelationsProvider $relationsProvider, WebsiteManager $websiteManager)
[?] method was changed toPriceListRequestHandler::__construct(RequestStack $requestStack, ManagerRegistry $registry)
[?] -
The
UserCurrencyManager::getUserCurrency(Website $website = null, $fallbackToDefault = true)
[?] method was changed toUserCurrencyManager::getUserCurrency(Website $website = null)
[?] -
The following methods in class
FrontendProductPricesProvider
[?] were changed:__construct(DoctrineHelper $doctrineHelper, PriceListRequestHandler $priceListRequestHandler, ProductVariantAvailabilityProvider $productVariantAvailabilityProvider, UserCurrencyManager $userCurrencyManager, ProductPriceFormatter $productPriceFormatter, ShardManager $shardManager)
[?]__construct(ProductPriceScopeCriteriaRequestHandler $scopeCriteriaRequestHandler, ProductVariantAvailabilityProvider $productVariantAvailabilityProvider, UserCurrencyManager $userCurrencyManager, ProductPriceFormatter $productPriceFormatter, ProductPriceProviderInterface $productPriceProvider)
[?]
-
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
CalculatePriceForCollectionListener::__construct(QuickAddCollectionPriceProvider $quickAddCollectionPriceProvider, PriceListRequestHandler $priceListRequestHandler)
[?] method was changed toCalculatePriceForCollectionListener::__construct(QuickAddCollectionPriceProvider $quickAddCollectionPriceProvider, ProductPriceScopeCriteriaRequestHandler $scopeCriteriaRequestHandler)
[?] -
The
FormViewListener::__construct(TranslatorInterface $translator, DoctrineHelper $doctrineHelper, PriceAttributePricesProvider $provider)
[?] method was changed toFormViewListener::__construct(TranslatorInterface $translator, DoctrineHelper $doctrineHelper, PriceAttributePricesProvider $provider, AuthorizationCheckerInterface $authorizationChecker)
[?] -
The
FrontendProductPriceDatagridListener::__construct(PriceListRequestHandler $priceListRequestHandler, UserCurrencyManager $currencyManager, CombinedProductPriceProviderInterface $combinedProductPriceProvider, TranslatorInterface $translator)
[?] method was changed toFrontendProductPriceDatagridListener::__construct(ProductPriceScopeCriteriaRequestHandler $scopeCriteriaRequestHandler, UserCurrencyManager $currencyManager, ProductPriceProvider $combinedProductPriceProvider, TranslatorInterface $translator)
[?] -
The
ProductPriceAttributesGridListener::__construct(DoctrineHelper $helper, PriceAttributePricesProvider $provider, TranslatorInterface $translator)
[?] method was changed toProductPriceAttributesGridListener::__construct(DoctrineHelper $helper, PriceAttributePricesProvider $provider)
[?] -
The
BaseProductPriceRepository::findByPriceListIdAndProductIds(ShardManager $shardManager, $priceListId, $productIds, $getTierPrices = true, $currency = null, $productUnitCode = null, $orderBy = [ ... ])
[?] method was changed toBaseProductPriceRepository::findByPriceListIdAndProductIds(ShardManager $shardManager, $priceListId, $productIds, $getTierPrices = true, $currency = null, $productUnitCode = null, $orderBy = [ ... ])
[?] -
The
PriceListScheduleRepository::getSchedulesByCPL(CombinedPriceList $cpl, DateTime $deactivateAt)
[?] method was changed toPriceListScheduleRepository::getSchedulesByCPL(CombinedPriceList $cpl)
[?] -
The following methods in class
ProductController
[?] were changed: -
The
CombinedPriceListActivationPlanBuilder::__construct(DoctrineHelper $doctrineHelper, PriceListScheduleResolver $schedulerResolver)
[?] method was changed toCombinedPriceListActivationPlanBuilder::__construct(DoctrineHelper $doctrineHelper, PriceListScheduleResolver $schedulerResolver, CombinedPriceListProvider $combinedPriceListProvider)
[?] -
The
ProductWithPricesSearchHandler::__construct($className, ProductRepository $productSearchRepository, PriceListRequestHandler $priceListRequestHandler, ManagerRegistry $registry, ProductPriceFormatter $productPriceFormatter, UserCurrencyManager $userCurrencyManager)
[?] method was changed toProductWithPricesSearchHandler::__construct($className, ProductRepository $productSearchRepository, ProductPriceScopeCriteriaRequestHandler $scopeCriteriaRequestHandler, ManagerRegistry $registry, ProductPriceFormatter $productPriceFormatter, UserCurrencyManager $userCurrencyManager, ProductPriceProviderInterface $productPriceProvider)
[?] -
The
CombinedPriceListProcessor::__construct(LoggerInterface $logger, PriceListRelationTriggerFactory $triggerFactory, ManagerRegistry $registry, DatabaseExceptionHelper $databaseExceptionHelper, CombinedPriceListTriggerHandler $triggerHandler, CombinedPriceListsBuilderFacade $builderFacade)
[?] method was changed toCombinedPriceListProcessor::__construct(LoggerInterface $logger, PriceListRelationTriggerFactory $triggerFactory, ManagerRegistry $registry, CombinedPriceListTriggerHandler $triggerHandler, CombinedPriceListsBuilderFacade $builderFacade)
[?] -
The
PriceListProcessor::__construct(PriceListTriggerFactory $triggerFactory, ManagerRegistry $registry, CombinedPriceListsBuilderFacade $combinedPriceListsBuilderFacade, LoggerInterface $logger, DatabaseExceptionHelper $databaseExceptionHelper, CombinedPriceListTriggerHandler $triggerHandler)
[?] method was changed toPriceListProcessor::__construct(PriceListTriggerFactory $triggerFactory, ManagerRegistry $registry, CombinedPriceListsBuilderFacade $combinedPriceListsBuilderFacade, LoggerInterface $logger, CombinedPriceListTriggerHandler $triggerHandler)
[?] -
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 following properties in class
LineItemNotPricedSubtotalProvider
[?] were removed: -
The following properties in class
CombinedPriceListProvider
[?] were removed: -
The
FrontendProductPricesDataProvider::$priceListRequestHandler
[?] property was removed. -
The following properties in class
ProductPriceProvider
[?] were removed: -
The following properties in class
PriceListRequestHandler
[?] were removed: -
The following properties in class
FrontendProductPricesProvider
[?] were removed: -
The
FrontendProductPriceFilter::$configManager
[?] property was removed. -
The
ProductPriceAttributesGridListener::$translator
[?] property was removed. -
The
AbstractRuleEntityListener::$fieldProvider
[?] property was removed. -
The
CombinedPriceListProcessor::$databaseExceptionHelper
[?] property was removed. -
The
PriceListProcessor::$databaseExceptionHelper
[?] property was removed. -
The following interfaces were removed:
-
The following classes were removed:
-
The
GuestQuickOrderFormVoter::__construct(VoterInterface $configVoter, TokenStorageInterface $tokenStorage)
[?] method was changed toGuestQuickOrderFormVoter::__construct(VoterInterface $configVoter, TokenStorageInterface $tokenStorage, $baseFeature)
[?] -
The
VirtualFieldsProductDecorator::__construct(EntityFieldProvider $provider, VirtualFieldsSelectQueryConverter $converter, ManagerRegistry $doctrine, FieldHelper $fieldHelper, $products, Product $product)
[?] method was changed toVirtualFieldsProductDecorator::__construct(VirtualFieldsSelectQueryConverter $converter, ManagerRegistry $doctrine, FieldHelper $fieldHelper, CacheProvider $cacheProvider, $products, Product $product)
[?] -
The
VirtualFieldsProductDecoratorFactory::__construct(EntityFieldProvider $entityFieldProvider, VirtualFieldsSelectQueryConverter $converter, ManagerRegistry $doctrine, FieldHelper $fieldHelper)
[?] method was changed toVirtualFieldsProductDecoratorFactory::__construct(VirtualFieldsSelectQueryConverter $converter, ManagerRegistry $doctrine, FieldHelper $fieldHelper, CacheProvider $cacheProvider)
[?] -
The
ProductUnitLabelExtension::__construct(ContainerInterface $container)
[?] method was changed toProductUnitLabelExtension::__construct(UnitLabelFormatterInterface $unitLabelFormatter)
[?] -
The
ProductEntityAliasProvider::__construct(AttributeConfigHelper $attributeConfigHelper, ConfigManager $configManager)
[?] method was changed toProductEntityAliasProvider::__construct(ConfigManager $configManager, DuplicateEntityAliasResolver $duplicateResolver)
[?] -
The
ProductUnitsProvider::__construct(ManagerRegistry $registry, ProductUnitLabelFormatter $formatter)
[?] method was changed toProductUnitsProvider::__construct(ManagerRegistry $registry, UnitLabelFormatterInterface $formatter, CacheProvider $cache)
[?] -
The following methods in class
QuickAddRowInputParser
[?] were changed: -
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
WebsiteSearchProductIndexerListener::__construct(AbstractWebsiteLocalizationProvider $websiteLocalizationProvider, WebsiteContextManager $websiteContextManager, ManagerRegistry $registry, AttachmentManager $attachmentManager, AttributeManager $attributeManager, WebsiteSearchProductIndexDataProvider $dataProvider)
[?] method was changed toWebsiteSearchProductIndexerListener::__construct(AbstractWebsiteLocalizationProvider $websiteLocalizationProvider, WebsiteContextManager $websiteContextManager, ManagerRegistry $registry, AttachmentManager $attachmentManager, AttributeManager $attributeManager, ProductIndexDataProviderInterface $dataProvider)
[?] -
The
RestrictProductVariationsEventListener::__construct(ConfigManager $configManager, FrontendHelper $frontendHelper)
[?] method was changed toRestrictProductVariationsEventListener::__construct(ConfigManager $configManager, FrontendHelper $frontendHelper, QueryBuilderModifierInterface $dbQueryBuilderModifier)
[?] -
The
ProductVisibilityLimitedSearchHandler::__construct($entityName, $properties, RequestStack $requestStack, ProductManager $productManager)
[?] method was changed toProductVisibilityLimitedSearchHandler::__construct($entityName, RequestStack $requestStack, ProductManager $productManager, LocalizationHelper $localizationHelper)
[?] -
The
RelatedItemSecurityCheck::__construct(AuthorizationCheckerInterface $authorizationChecker, AclGroupProviderInterface $aclGroupProvider, $productPermissions = [], $capabilities = [])
[?] method was changed toRelatedItemSecurityCheck::__construct(AuthorizationCheckerInterface $authorizationChecker, $productPermissions)
[?] -
The
VirtualFieldsProductDecorator::$provider
[?] property was removed. -
The
ProductUnitLabelExtension::$container
[?] property was removed. -
The
ProductUnitLabelExtension::getFormatter
[?] method was removed. -
The following methods in class
FinderDatabaseStrategy
[?] were removed: -
The following methods in class
ProductEntityAliasProvider
[?] were removed: -
The
QuickAddRowInputParser::getProductUnitRepository
[?] method was removed. -
The following methods in class
FrontendLineItemType
[?] were removed: -
The following methods in class
ProductRepository
[?] were removed: -
The following methods in class
RelatedProduct
[?] were removed: -
The
OroProductExtension::configureTestEnvironment
[?] method was removed. -
The following methods in class
ProductVisibilityLimitedSearchHandler
[?] were removed: -
The
FinderStrategyInterface::find
[?] method was removed. -
The
FinderStrategyInterface::findIds
[?] interface method was added.
- The following classes were removed:
- The
MatchingProductsProvider::__construct(SegmentManager $segmentManager)
[?] method was changed toMatchingProductsProvider::__construct(SegmentManager $segmentManager, CacheProvider $matchingProductsCache)
[?] - The
CouponDataConverter::__construct(FieldHelper $fieldHelper, RelationCalculatorInterface $relationCalculator, TranslatorInterface $translator)
[?] method was changed toCouponDataConverter::__construct(FieldHelper $fieldHelper, RelationCalculatorInterface $relationCalculator, LocaleSettings $localeSettings, TranslatorInterface $translator)
[?] - The
PromotionExecutor::__construct(DiscountContextConverterInterface $discountContextConverter, StrategyProvider $discountStrategyProvider, PromotionDiscountsProviderInterface $promotionDiscountsProvider)
[?] method was changed toPromotionExecutor::__construct(DiscountContextConverterInterface $discountContextConverter, StrategyProvider $discountStrategyProvider, PromotionDiscountsProviderInterface $promotionDiscountsProvider, Cache $cache)
[?]
- The
RequestToQuoteDataStorage::__construct(ProductDataStorage $storage, MatchingPriceProvider $matchingPriceProvider, PriceListTreeHandler $priceListTreeHandler)
[?] method was changed toRequestToQuoteDataStorage::__construct(ProductDataStorage $storage)
[?] - The
Processor::__construct(ManagerRegistry $managerRegistry, ConfigManager $configManager, EmailRenderer $renderer, EmailHolderHelper $emailHolderHelper, Swift_Mailer $mailer)
[?] method was changed toProcessor::__construct(UserTemplateEmailSender $userTemplateEmailSender)
[?] - The
OrderDataStorageExtension::__construct(RequestStack $requestStack, ProductPriceProvider $productPriceProvider, PriceListTreeHandler $priceListTreeHandler)
[?] method was changed toOrderDataStorageExtension::__construct(RequestStack $requestStack, ProductPriceProviderInterface $productPriceProvider, ProductPriceScopeCriteriaFactoryInterface $priceScopeCriteriaFactory)
[?] - The
OrderDataStorageExtension::getPriceList
[?] method was removed. - The
OrderDataStorageExtension::$priceListTreeHandler
[?] property was removed.
- The
SluggableUrlGenerator::__construct(SluggableUrlProviderInterface $sluggableUrlProvider, ContextUrlProviderRegistry $contextUrlProvider, UserLocalizationManager $userLocalizationManager)
[?] method was changed toSluggableUrlGenerator::__construct(SluggableUrlProviderInterface $sluggableUrlProvider, ContextUrlProviderRegistry $contextUrlProvider, UserLocalizationManager $userLocalizationManager, ConfigManager $configManager)
[?] - The
SlugEntityGenerator::__construct(RoutingInformationProviderInterface $routingInformationProvider, UniqueSlugResolver $slugResolver, RedirectGenerator $redirectGenerator, UrlCacheInterface $urlCache)
[?] method was changed toSlugEntityGenerator::__construct(RoutingInformationProviderInterface $routingInformationProvider, UniqueSlugResolver $slugResolver, RedirectGenerator $redirectGenerator, UrlCacheInterface $urlCache, UserLocalizationManager $userLocalizationManager)
[?] - The
DirectUrlProcessor::__construct(ManagerRegistry $registry, SlugEntityGenerator $generator, MessageFactoryInterface $messageFactory, DatabaseExceptionHelper $databaseExceptionHelper, LoggerInterface $logger, UrlCacheInterface $urlCache)
[?] method was changed toDirectUrlProcessor::__construct(ManagerRegistry $registry, SlugEntityGenerator $generator, MessageFactoryInterface $messageFactory, LoggerInterface $logger, UrlCacheInterface $urlCache)
[?] - The
SyncSlugRedirectsProcessor::__construct(ManagerRegistry $registry, LoggerInterface $logger, DatabaseExceptionHelper $databaseExceptionHelper)
[?] method was changed toSyncSlugRedirectsProcessor::__construct(ManagerRegistry $registry, LoggerInterface $logger)
[?] - The
RedirectGenerator::generate
[?] method was removed. - The
SyncSlugRedirectsProcessor::$databaseExceptionHelper
[?] property was removed.
- The
QuoteProductPriceProvider::getPriceList
[?] method was removed. - The
QuoteProductPriceProvider::__construct(ProductPriceProvider $productPriceProvider, PriceListTreeHandler $treeHandler)
[?] method was changed toQuoteProductPriceProvider::__construct(ProductPriceProviderInterface $productPriceProvider, ProductPriceScopeCriteriaFactoryInterface $priceScopeCriteriaFactory, CurrencyProviderInterface $currencyProvider)
[?] - The
NotificationHelper::__construct(ManagerRegistry $registry, EmailModelBuilder $emailModelBuilder, Processor $emailProcessor)
[?] method was changed toNotificationHelper::__construct(ManagerRegistry $registry, EmailModelBuilder $emailModelBuilder, Processor $emailProcessor, FeatureChecker $featureChecker)
[?] - 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
QuoteType::__construct(QuoteAddressSecurityProvider $quoteAddressSecurityProvider, ConfigManager $configManager, EventSubscriberInterface $quoteFormSubscriber, SecurityFacade $securityFacade)
[?] method was changed toQuoteType::__construct(QuoteAddressSecurityProvider $quoteAddressSecurityProvider, ConfigManager $configManager, EventSubscriberInterface $quoteFormSubscriber, AuthorizationCheckerInterface $authorizationChecker)
[?] - The
QuoteFormSubscriber::__construct(QuoteProductPriceProvider $provider, TranslatorInterface $translator)
[?] method was changed toQuoteFormSubscriber::__construct(QuoteProductPriceProvider $provider, TranslatorInterface $translator, DoctrineHelper $doctrineHelper)
[?] - The
AjaxQuoteProductController::matchQuoteProductOfferAction(QuoteProduct $quoteProduct, Request $request)
[?] method was changed toAjaxQuoteProductController::matchQuoteProductOfferAction(QuoteProduct $quoteProduct, QuoteDemand $quoteDemand, Request $request)
[?] - The
QuoteProductPriceProvider::$treeHandler
[?] property was removed. - The
QuoteType::$securityFacade
[?] property was removed.
- The
AbstractShippingOptionSelectType::__construct(MeasureUnitProvider $unitProvider, UnitLabelFormatter $formatter)
[?] method was changed toAbstractShippingOptionSelectType::__construct(MeasureUnitProvider $unitProvider, UnitLabelFormatterInterface $formatter)
[?]
-
The
GuestShoppingListManager::__construct(DoctrineHelper $doctrineHelper, TokenStorageInterface $tokenStorage, WebsiteManager $websiteManager, TranslatorInterface $translator)
[?] method was changed toGuestShoppingListManager::__construct(DoctrineHelper $doctrineHelper, TokenStorageInterface $tokenStorage, WebsiteManager $websiteManager, TranslatorInterface $translator, ConfigManager $configManager)
[?] -
The
GuestShoppingListMigrationManager::__construct(DoctrineHelper $doctrineHelper, ShoppingListLimitManager $shoppingListLimitManager, ShoppingListManager $shoppingListManager)
[?] method was changed toGuestShoppingListMigrationManager::__construct(DoctrineHelper $doctrineHelper, ShoppingListLimitManager $shoppingListLimitManager, ShoppingListManager $shoppingListManager, CurrentShoppingListManager $currentShoppingListManager)
[?] -
The following methods in class
ShoppingListManager
[?] were changed:__construct(ManagerRegistry $managerRegistry, TokenStorageInterface $tokenStorage, TranslatorInterface $translator, QuantityRoundingService $rounding, UserCurrencyManager $userCurrencyManager, WebsiteManager $websiteManager, ShoppingListTotalManager $totalManager, AclHelper $aclHelper, Cache $cache, ProductVariantAvailabilityProvider $productVariantProvider)
[?]__construct(ManagerRegistry $doctrine, TokenAccessorInterface $tokenAccessor, TranslatorInterface $translator, QuantityRoundingService $rounding, WebsiteManager $websiteManager, ShoppingListTotalManager $totalManager, ProductVariantAvailabilityProvider $productVariantProvider, ProductMatrixAvailabilityProvider $productMatrixAvailabilityProvider, ConfigManager $configManager)
[?]
-
The
CustomerUserShoppingListsProvider::__construct(RequestStack $requestStack, ShoppingListTotalManager $totalManager, ShoppingListManager $shoppingListManager)
[?] method was changed toCustomerUserShoppingListsProvider::__construct(RequestStack $requestStack, ShoppingListTotalManager $totalManager, CurrentShoppingListManager $currentShoppingListManager)
[?] -
The
FrontendShoppingListProductsUnitsProvider::__construct(Registry $registry, PriceListRequestHandler $requestHandler, UserCurrencyManager $userCurrencyManager)
[?] method was changed toFrontendShoppingListProductsUnitsProvider::__construct(Registry $registry)
[?] -
The
MatrixGridOrderProvider::__construct(MatrixGridOrderManager $matrixGridManager, TotalProcessorProvider $totalProvider, NumberFormatter $numberFormatter, ShoppingListManager $shoppingListManager)
[?] method was changed toMatrixGridOrderProvider::__construct(MatrixGridOrderManager $matrixGridManager, TotalProcessorProvider $totalProvider, NumberFormatter $numberFormatter, CurrentShoppingListManager $currentShoppingListManager)
[?] -
The
ShoppingListLineItemHandler::__construct(ManagerRegistry $managerRegistry, ShoppingListManager $shoppingListManager, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, FeatureChecker $featureChecker, ProductManager $productManager)
[?] method was changed toShoppingListLineItemHandler::__construct(ManagerRegistry $managerRegistry, ShoppingListManager $shoppingListManager, CurrentShoppingListManager $currentShoppingListManager, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, FeatureChecker $featureChecker, ProductManager $productManager)
[?] -
The
FrontendLineItemWidgetType::__construct(ManagerRegistry $registry, TranslatorInterface $translator, AclHelper $aclHelper, ShoppingListManager $shoppingListManager)
[?] method was changed toFrontendLineItemWidgetType::__construct(ManagerRegistry $registry, TranslatorInterface $translator, CurrentShoppingListManager $currentShoppingListManager)
[?] -
The
LineItemHandler::__construct(FormInterface $form, Request $request, Registry $registry, ShoppingListManager $shoppingListManager)
[?] method was changed toLineItemHandler::__construct(FormInterface $form, Request $request, ManagerRegistry $doctrine, ShoppingListManager $shoppingListManager, CurrentShoppingListManager $currentShoppingListManager)
[?] -
The
ShoppingListHandler::__construct(FormInterface $form, Request $request, ShoppingListManager $manager, Registry $doctrine)
[?] method was changed toShoppingListHandler::__construct(FormInterface $form, Request $request, CurrentShoppingListManager $currentShoppingListManager, ManagerRegistry $doctrine)
[?] -
The
AddLineItemMassActionProvider::__construct(ShoppingListManager $manager, TranslatorInterface $translator, TokenStorageInterface $tokenStorage)
[?] method was changed toAddLineItemMassActionProvider::__construct(CurrentShoppingListManager $currentShoppingListManager, TranslatorInterface $translator, TokenStorageInterface $tokenStorage)
[?] -
The
FrontendMatrixProductGridExtension::__construct(DoctrineHelper $doctrineHelper, ShoppingListManager $shoppingListManager, MatrixGridOrderFormProvider $matrixGridOrderFormProvider, ProductFormAvailabilityProvider $productFormAvailabilityProvider, FrontendProductPricesProvider $frontendProductPricesProvider, MatrixGridOrderProvider $matrixGridOrderProvider, DataGridThemeHelper $dataGridThemeHelper)
[?] method was changed toFrontendMatrixProductGridExtension::__construct(DoctrineHelper $doctrineHelper, CurrentShoppingListManager $currentShoppingListManager, MatrixGridOrderFormProvider $matrixGridOrderFormProvider, ProductFormAvailabilityProvider $productFormAvailabilityProvider, FrontendProductPricesProvider $frontendProductPricesProvider, MatrixGridOrderProvider $matrixGridOrderProvider, DataGridThemeHelper $dataGridThemeHelper)
[?] -
The
ProductShoppingListsDataProvider::__construct(ShoppingListManager $shoppingListManager, LineItemRepository $lineItemRepository, AclHelper $aclHelper)
[?] method was changed toProductShoppingListsDataProvider::__construct(CurrentShoppingListManager $currentShoppingListManager, LineItemRepository $lineItemRepository, AclHelper $aclHelper)
[?] -
The following methods in class
ShoppingListManager
[?] were removed: -
The following methods in class
LineItemValidateEvent
[?] were removed: -
The following properties in class
ShoppingListManager
[?] were removed: -
The
CustomerUserShoppingListsProvider::$shoppingListManager
[?] property was removed. -
The following properties in class
FrontendShoppingListProductsUnitsProvider
[?] were removed: -
The following properties in class
FrontendLineItemWidgetType
[?] were removed: -
The
LineItemHandler::$registry
[?] property was removed. -
The
ShoppingListHandler::$manager
[?] property was removed. -
The
AddLineItemMassActionProvider::$manager
[?] property was removed. -
The
ProductShoppingListsDataProvider::$shoppingListManager
[?] property was removed.
- The
TotalResolver::adjustAmounts(AbstractResultElement $data, BigDecimal $adjustment)
[?] method was changed toTotalResolver::adjustAmounts(ResultElement $data, BigDecimal $adjustment)
[?] - The
TaxationSettingsProvider::__construct(ConfigManager $configManager, TaxBaseExclusionFactory $taxBaseExclusionFactory, AddressModelFactory $addressModelFactory)
[?] method was changed toTaxationSettingsProvider::__construct(ConfigManager $configManager, TaxBaseExclusionFactory $taxBaseExclusionFactory, AddressModelFactory $addressModelFactory, CacheProvider $cacheProvider)
[?] - The
TaxManager::__construct(TaxFactory $taxFactory, TaxEventDispatcher $eventDispatcher, TaxValueManager $taxValueManager, TaxationSettingsProvider $settingsProvider)
[?] method was changed toTaxManager::__construct(TaxFactory $taxFactory, TaxEventDispatcher $eventDispatcher, TaxValueManager $taxValueManager, TaxationSettingsProvider $settingsProvider, CacheProvider $cacheProvider)
[?]
- The
EnumSelectType
[?] class was removed.
- The
AbstractVisibilityProcessor::__construct(ManagerRegistry $registry, MessageFactoryInterface $messageFactory, LoggerInterface $logger, CacheBuilderInterface $cacheBuilder, DatabaseExceptionHelper $databaseExceptionHelper)
[?] method was changed toAbstractVisibilityProcessor::__construct(ManagerRegistry $registry, MessageFactoryInterface $messageFactory, LoggerInterface $logger, CacheBuilderInterface $cacheBuilder)
[?] - The
CategoryProcessor::__construct(ManagerRegistry $registry, InsertFromSelectQueryExecutor $insertFromSelectQueryExecutor, LoggerInterface $logger, CategoryMessageFactory $messageFactory, CacheBuilder $cacheBuilder, ScopeManager $scopeManager, DatabaseExceptionHelper $databaseExceptionHelper)
[?] method was changed toCategoryProcessor::__construct(ManagerRegistry $registry, InsertFromSelectQueryExecutor $insertFromSelectQueryExecutor, LoggerInterface $logger, CategoryMessageFactory $messageFactory, CacheBuilder $cacheBuilder, ScopeManager $scopeManager)
[?] - The
CategoryVisibilityProcessor::__construct(ManagerRegistry $registry, MessageFactoryInterface $messageFactory, LoggerInterface $logger, CacheBuilderInterface $cacheBuilder, DatabaseExceptionHelper $databaseExceptionHelper, ProductMessageHandler $productMessageHandler)
[?] method was changed toCategoryVisibilityProcessor::__construct(ManagerRegistry $registry, MessageFactoryInterface $messageFactory, LoggerInterface $logger, CacheBuilderInterface $cacheBuilder, ProductMessageHandler $productMessageHandler)
[?] - The
ProductProcessor::__construct(ManagerRegistry $registry, ProductMessageFactory $messageFactory, LoggerInterface $logger, CacheBuilderInterface $cacheBuilder, DatabaseExceptionHelper $databaseExceptionHelper)
[?] method was changed toProductProcessor::__construct(ManagerRegistry $registry, ProductMessageFactory $messageFactory, LoggerInterface $logger, CacheBuilderInterface $cacheBuilder)
[?] - The
AbstractVisibilityProcessor::$databaseExceptionHelper
[?] property was removed. - The
CategoryProcessor::$databaseExceptionHelper
[?] property was removed. - The
ProductProcessor::$databaseExceptionHelper
[?] property was removed.
- The
DefaultVariantScopesResolver::__construct(ManagerRegistry $registry)
[?] method was changed toDefaultVariantScopesResolver::__construct(ManagerRegistry $registry, ScopeManager $scopeManager)
[?] - The
WebCatalogCacheProcessor::getRootNodeByWebCatalog
[?] method was removed.
- The
IndexationRequestListener::__construct(DoctrineHelper $doctrineHelper, WebsiteSearchMappingProvider $mappingProvider, EventDispatcherInterface $dispatcher)
[?] method was changed toIndexationRequestListener::__construct(DoctrineHelper $doctrineHelper, WebsiteSearchMappingProvider $mappingProvider, EventDispatcherInterface $dispatcher, IndexationEntitiesContainer $changedEntities)
[?] - The
SearchMessageProcessor::__construct(IndexerInterface $indexer, JobRunner $jobRunner, MessageProducerInterface $messageProducer, IndexerInputValidator $indexerInputValidator, ReindexMessageGranularizer $reindexMessageGranularizer, DatabaseExceptionHelper $databaseExceptionHelper, LoggerInterface $logger)
[?] method was changed toSearchMessageProcessor::__construct(IndexerInterface $indexer, MessageProducerInterface $messageProducer, IndexerInputValidator $indexerInputValidator, ReindexMessageGranularizer $reindexMessageGranularizer, LoggerInterface $logger)
[?]