- CMSBundle
- CatalogBundle
- CheckoutBundle
- ConsentBundle
- FedexShippingBundle
- FlatRateShippingBundle
- FrontendLocalizationBundle
- InventoryBundle
- MoneyOrderBundle
- OrderBundle
- PayPalBundle
- PaymentBundle
- PaymentTermBundle
- PricingBundle
- ProductBundle
- PromotionBundle
- RFPBundle
- RedirectBundle
- RuleBundle
- SEOBundle
- SaleBundle
- ShippingBundle
- ShoppingListBundle
- TaxBundle
- UPSBundle
- ValidationBundle
- VisibilityBundle
- WebCatalog
- WebCatalogBundle
- WebsiteSearchBundle
- The following classes were removed:
- The
DigitalAssetTwigTagsConverter::convertToUrls($data)
[?] method was changed toDigitalAssetTwigTagsConverter::convertToUrls($data, $context = [])
[?] - The
ContentWidgetLayoutProvider::__construct(ThemeManager $themeManager, Cache $cache)
[?] method was changed toContentWidgetLayoutProvider::__construct(ThemeManager $themeManager, CacheInterface $cache)
[?] - The
ContentWidgetTypeProvider::__construct(ContentWidgetTypeRegistry $contentWidgetTypeRegistry, TranslatorInterface $translator)
[?] method was changed toContentWidgetTypeProvider::__construct(ContentWidgetTypeRegistry $contentWidgetTypeRegistry)
[?] - The
WYSIWYGStylesType::__construct(DigitalAssetTwigTagsConverter $digitalAssetTwigTagsConverter)
[?] method was changed toWYSIWYGStylesType::__construct(EventSubscriberInterface $digitalAssetTwigTagsEventSubscriber)
[?] - The
WYSIWYGType::__construct(HtmlTagProvider $htmlTagProvider, HTMLPurifierScopeProvider $purifierScopeProvider, DigitalAssetTwigTagsConverter $digitalAssetTwigTagsConverter)
[?] method was changed toWYSIWYGType::__construct(HtmlTagProvider $htmlTagProvider, HTMLPurifierScopeProvider $purifierScopeProvider, EventSubscriberInterface $digitalAssetTwigTagsEventSubscriber, Packages $assetHelper, EntityProvider $entityProvider)
[?] - The
DigitalAssetTwigTagsTransformer::__construct(DigitalAssetTwigTagsConverter $digitalAssetTwigTagsConverter)
[?] method was changed toDigitalAssetTwigTagsTransformer::__construct(DigitalAssetTwigTagsConverter $digitalAssetTwigTagsConverter, $context = [])
[?] - The
WYSIWYGFieldTwigListener::postPersist(LifecycleEventArgs $args)
[?] method was changed toWYSIWYGFieldTwigListener::postPersist(LifecycleEventArgs $args)
[?] - The
ImageSlideEntityListener::preRemove(ImageSlide $imageSlide, LifecycleEventArgs $args)
[?] method was changed toImageSlideEntityListener::preRemove(ImageSlide $imageSlide, LifecycleEventArgs $args)
[?] - The
PageEntityListener::preRemove(Page $entity, LifecycleEventArgs $args)
[?] method was changed toPageEntityListener::preRemove(Page $entity, LifecycleEventArgs $args)
[?] - The
OroCMSExtension::addContentRestrictionMode($value)
[?] method was changed toOroCMSExtension::addContentRestrictionMode($value)
[?] - The
ContentWidgetRenderer::__construct(ContentWidgetProvider $contentWidgetProvider, ContentWidgetTypeRegistry $contentWidgetTypeRegistry, LayoutManager $layoutManager, FrontendHelper $frontendHelper, FrontendEmulator $frontendEmulator, LoggerInterface $logger, $debug)
[?] method was changed toContentWidgetRenderer::__construct(ContentWidgetProvider $contentWidgetProvider, ContentWidgetTypeRegistry $contentWidgetTypeRegistry, LayoutManager $layoutManager, FrontendHelper $frontendHelper, FrontendEmulator $frontendEmulator, $debug)
[?] - The
ContentWidgetTypeRegistry::__construct(IteratorAggregate $types)
[?] method was changed toContentWidgetTypeRegistry::__construct($types)
[?] - The
CmsPageContentVariantType::__construct(AuthorizationCheckerInterface $authorizationChecker, PropertyAccessor $propertyAccessor)
[?] method was changed toCmsPageContentVariantType::__construct(AuthorizationCheckerInterface $authorizationChecker, PropertyAccessorInterface $propertyAccessor)
[?] - The
WYSIWYGAttributeType::isSearchable(FieldConfigModel $attribute = null)
[?] method was changed toWYSIWYGAttributeType::isSearchable(FieldConfigModel $attribute)
[?] - The
WYSIWYGValueRenderer::__construct(Environment $twig)
[?] method was changed toWYSIWYGValueRenderer::__construct(ContainerInterface $container)
[?] - The
ContentWidgetPathProvider::getThemesHierarchy
[?] method was removed. - The
OroCMSExtension::getAlias
[?] method was removed. - The
AbstractContentWidgetType::getLabel
[?] method was removed.
-
The following classes were removed:
-
The
CategoryContextUrlProvider::__construct(RequestStack $requestStack, UrlCacheInterface $cache, UserLocalizationManagerInterface $userLocalizationManager)
[?] method was changed toCategoryContextUrlProvider::__construct(RequestStack $requestStack, UrlCacheInterface $cache, LocalizationProviderInterface $localizationProvider)
[?] -
The following methods in class
ProductIndexScheduler
[?] were changed: -
The
CategoriesProductsProvider::setCache(CacheProvider $cache, $lifeTime)
[?] method was changed toCategoriesProductsProvider::setCache(CacheInterface $cache, $lifeTime)
[?] -
The following methods in class
CategoryProvider
[?] were changed:__construct(RequestProductHandler $requestProductHandler, ManagerRegistry $registry, CategoryTreeProvider $categoryTreeProvider, TokenAccessorInterface $tokenAccessor, LocalizationHelper $localizationHelper, MasterCatalogRootProviderInterface $masterCatalogRootProvider)
[?]__construct(RequestProductHandler $requestProductHandler, ManagerRegistry $registry, CategoryTreeProvider $categoryTreeProvider, TokenAccessorInterface $tokenAccessor, MasterCatalogRootProviderInterface $masterCatalogRootProvider)
[?]
-
The following methods in class
FeaturedCategoriesProvider
[?] were changed: -
The following methods in class
CategoryHandler
[?] were changed: -
The
ProductFormExtension::__construct(ManagerRegistry $registry)
[?] method was changed toProductFormExtension::__construct(ManagerRegistry $registry, AuthorizationCheckerInterface $authorizationChecker)
[?] -
The
ProductStepOneFormExtension::__construct(CategoryDefaultProductUnitProvider $defaultProductUnitProvider)
[?] method was changed toProductStepOneFormExtension::__construct(CategoryDefaultProductUnitProvider $defaultProductUnitProvider, AuthorizationCheckerInterface $authorizationChecker)
[?] -
The
ExportDatagridListener::__construct(ManagerRegistry $registry)
[?] method was changed toExportDatagridListener::__construct(ManagerRegistry $doctrine, CategoryFilterRegistryInterface $categoryFilterRegistry)
[?] -
The following methods in class
FormViewListener
[?] were changed: -
The
CategoryListener::postPersist(Category $category, LifecycleEventArgs $event)
[?] method was changed toCategoryListener::postPersist(Category $category, LifecycleEventArgs $event)
[?] -
The
CategoryEntityListener::__construct(ProductIndexScheduler $productIndexScheduler, CacheProvider $categoryCache)
[?] method was changed toCategoryEntityListener::__construct(ProductIndexScheduler $productIndexScheduler, CacheInterface $categoryCache)
[?] -
The following methods in class
CategoryCountsCache
[?] were changed: -
The
CategoryPageContentVariantType::__construct(AuthorizationCheckerInterface $authorizationChecker, PropertyAccessor $propertyAccessor)
[?] method was changed toCategoryPageContentVariantType::__construct(AuthorizationCheckerInterface $authorizationChecker, PropertyAccessorInterface $propertyAccessor)
[?] -
The following methods in class
CategoryProvider
[?] were removed: -
The
OroCatalogExtension::getAlias
[?] method was removed. -
The following properties in class
CategoryProvider
[?] were removed: -
The following properties in class
CategoryHandler
[?] were removed:
-
The following classes were removed:
-
The
OroCheckoutBundle::getContainerExtension
[?] method was removed. -
The
OroCheckoutExtension::getAlias
[?] method was removed. -
The
CheckoutPaymentContextProvider::__construct(CheckoutPaymentContextFactory $paymentContextFactory)
[?] method was changed toCheckoutPaymentContextProvider::__construct(CheckoutPaymentContextFactory $paymentContextFactory, MemoryCacheProviderInterface $memoryCacheProvider)
[?] -
The
CheckoutShippingContextProvider::__construct(CheckoutShippingContextFactory $checkoutShippingContextFactory)
[?] method was changed toCheckoutShippingContextProvider::__construct(CheckoutShippingContextFactory $shippingContextFactory, MemoryCacheProviderInterface $memoryCacheProvider)
[?] -
The
CheckoutWorkflowHelper::__construct(WorkflowManager $workflowManager, ActionGroupRegistry $actionGroupRegistry, TransitionProvider $transitionProvider, TransitionFormProvider $transitionFormProvider, CheckoutErrorHandler $errorHandler, CheckoutLineItemsManager $lineItemsManager, CustomerRegistrationHandler $registrationHandler, ForgotPasswordHandler $forgotPasswordHandler, EventDispatcherInterface $eventDispatcher, TranslatorInterface $translator)
[?] method was changed toCheckoutWorkflowHelper::__construct(WorkflowManager $workflowManager, ActionGroupRegistry $actionGroupRegistry, TransitionProvider $transitionProvider, TransitionFormProvider $transitionFormProvider, CheckoutErrorHandler $errorHandler, CheckoutLineItemsManager $lineItemsManager, CheckoutLineItemGroupingInvalidationHelper $checkoutLineItemGroupingInvalidationHelper, CustomerRegistrationHandler $registrationHandler, ForgotPasswordHandler $forgotPasswordHandler, EventDispatcherInterface $eventDispatcher, TranslatorInterface $translator)
[?] -
The
CheckoutPaymentContextFactory::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, SubtotalProviderInterface $checkoutSubtotalProvider, TotalProcessorProvider $totalProcessor, OrderPaymentLineItemConverterInterface $paymentLineItemConverter, ShippingOriginProvider $shippingOriginProvider, PaymentContextBuilderFactoryInterface $paymentContextBuilderFactory = null)
[?] method was changed toCheckoutPaymentContextFactory::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, SubtotalProviderInterface $checkoutSubtotalProvider, TotalProcessorProvider $totalProcessor, OrderPaymentLineItemConverterInterface $paymentLineItemConverter, CheckoutShippingOriginProviderInterface $shippingOriginProvider, PaymentContextBuilderFactoryInterface $paymentContextBuilderFactory)
[?] -
The
CheckoutShippingContextFactory::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, SubtotalProviderInterface $checkoutSubtotalProvider, TotalProcessorProvider $totalProcessor, OrderShippingLineItemConverterInterface $shippingLineItemConverter, ShippingContextBuilderFactoryInterface $shippingContextBuilderFactory = null)
[?] method was changed toCheckoutShippingContextFactory::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, SubtotalProviderInterface $checkoutSubtotalProvider, OrderShippingLineItemConverterInterface $shippingLineItemConverter, CheckoutShippingOriginProviderInterface $shippingOriginProvider, ShippingContextBuilderFactoryInterface $shippingContextBuilderFactory)
[?] -
The
CheckoutSubtotalListener::getRepository($className)
[?] method was changed toCheckoutSubtotalListener::getRepository($className)
[?] -
The
ProductAvailabilityCacheListener::__construct(CacheProvider $cache)
[?] method was changed toProductAvailabilityCacheListener::__construct(CacheInterface $cache)
[?] -
The
ShippingMethodsListener::__construct(OrderAddressProvider $addressProvider, OrderAddressSecurityProvider $orderAddressSecurityProvider, OrderAddressManager $orderAddressManager, MethodsConfigsRulesByContextProviderInterface $shippingProvider, CheckoutShippingContextProvider $checkoutShippingContextProvider)
[?] method was changed toShippingMethodsListener::__construct(OrderAddressProvider $addressProvider, OrderAddressSecurityProvider $orderAddressSecurityProvider, OrderAddressManager $orderAddressManager, AvailableShippingMethodCheckerInterface $availableShippingMethodChecker)
[?] -
The following methods in class
CheckoutLineItemsDataProvider
[?] were changed:__construct(FrontendProductPricesDataProvider $frontendProductPricesDataProvider, AuthorizationCheckerInterface $authorizationChecker, CacheProvider $productAvailabilityCache, ResolvedProductVisibilityProvider $resolvedProductVisibilityProvider)
[?]__construct(FrontendProductPricesDataProvider $frontendProductPricesDataProvider, AuthorizationCheckerInterface $authorizationChecker, CacheInterface $productAvailabilityCache, ResolvedProductVisibilityProvider $resolvedProductVisibilityProvider)
[?]
-
The
CheckoutToOrderConverter::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, MapperInterface $mapper, EntityPaymentMethodsProvider $paymentMethodsProvider)
[?] method was changed toCheckoutToOrderConverter::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, MapperInterface $mapper, EntityPaymentMethodsProvider $paymentMethodsProvider, SplitCheckoutProvider $splitCheckoutProvider, MemoryCacheProviderInterface $memoryCacheProvider)
[?] -
The
CheckoutHasApplicableShippingMethods::__construct(CheckoutShippingMethodsProviderInterface $checkoutShippingMethodsProvider)
[?] method was changed toCheckoutHasApplicableShippingMethods::__construct(AvailableShippingMethodCheckerInterface $availableShippingMethodChecker)
[?] -
The
RecalculateCheckoutSubtotalsProcessor::__construct(CheckoutSubtotalUpdater $checkoutSubtotalUpdater, LoggerInterface $logger)
[?] method was changed toRecalculateCheckoutSubtotalsProcessor::__construct(CheckoutSubtotalUpdater $checkoutSubtotalUpdater)
[?] -
The
CheckoutShippingContextFactory::$totalProcessor
[?] property was removed. -
The
RecalculateCheckoutSubtotalsProcessor::$logger
[?] property was removed.
- The following classes were removed:
- The
RemovedConsents::validatedBy
[?] method was removed. - The
RemovedLandingPages::validatedBy
[?] method was removed. - The
RequiredConsents::validatedBy
[?] method was removed. - The
UniqueConsentValidator::getConsentFieldName
[?] method was removed. - The
EnabledConsentProvider::addFilter
[?] method was removed. - The
OroConsentExtension::getAlias
[?] method was removed. - The
EnabledConsentProvider::__construct(ConfigManager $configManager, ConsentConfigConverter $converter, ConsentContextProviderInterface $contextProvider)
[?] method was changed toEnabledConsentProvider::__construct(EnabledConsentConfigProviderInterface $enabledConsentConfigProvider, ConsentFilterCollection $filters)
[?] - The
LandingPageProvider::__construct(ManagerRegistry $doctrine, LocalizationHelper $localizationHelper, TranslatorInterface $translator)
[?] method was changed toLandingPageProvider::__construct(ManagerRegistry $doctrine, LocalizationHelper $localizationHelper)
[?] - The
RemoveFromConfigurationConsentEntityListener::__construct(ManagerRegistry $doctrine, ConsentConfigManager $consentConfigManager)
[?] method was changed toRemoveFromConfigurationConsentEntityListener::__construct(ManagerRegistry $doctrine, ConsentConfigManager $consentConfigManager)
[?]
-
The
FedexShippingMethodProvider
[?] class was removed. -
The
FedexShippingMethod::__construct(FedexRateServiceRequestSettingsFactoryInterface $rateServiceRequestSettingsFactory, FedexRequestByRateServiceSettingsFactoryInterface $rateServiceRequestFactory, FedexRateServiceBySettingsClientInterface $rateServiceClient, $identifier, $label, $iconPath, $enabled, FedexIntegrationSettings $settings, $types)
[?] method was changed toFedexShippingMethod::__construct(FedexRateServiceRequestSettingsFactoryInterface $rateServiceRequestSettingsFactory, FedexRequestByRateServiceSettingsFactoryInterface $rateServiceRequestFactory, FedexRateServiceBySettingsClientInterface $rateServiceClient, $identifier, $label, $iconPath, $enabled, FedexIntegrationSettings $settings, $types)
[?] -
The
FedexDeleteIntegrationSettingsServicesEntityListener::postUpdate(FedexIntegrationSettings $settings, LifecycleEventArgs $args)
[?] method was changed toFedexDeleteIntegrationSettingsServicesEntityListener::postUpdate(FedexIntegrationSettings $settings, LifecycleEventArgs $args)
[?] -
The
FedexRateServiceValidateConnectionRequestFactory::__construct(SymmetricCrypterInterface $crypter, ShippingOriginProvider $shippingOriginProvider)
[?] method was changed toFedexRateServiceValidateConnectionRequestFactory::__construct(SymmetricCrypterInterface $crypter, SystemShippingOriginProvider $systemShippingOriginProvider)
[?] -
The following methods in class
FedexResponseCache
[?] were changed: -
The
FedexResponseCacheInterface::deleteAll(FedexIntegrationSettings $settings)
[?] method was changed toFedexResponseCacheInterface::deleteAll()
[?] -
The
OroFedexShippingExtension::getAlias
[?] method was removed.
- The
FlatRateMethodProvider
[?] class was removed. - The
FlatRateMethod::getOptions
[?] method was removed. - The
FlatRateMethodType::getOptions
[?] method was removed. - The
OroFlatRateShippingExtension::getAlias
[?] method was removed. - The
FlatRateMethod::__construct($identifier, $label, $icon, $enabled)
[?] method was changed toFlatRateMethod::__construct($identifier, $label, $icon, $enabled)
[?] - The
FlatRateMethodType::__construct($label)
[?] method was changed toFlatRateMethodType::__construct($label)
[?]
- The
FrontendLocalizationProvider::__construct(UserLocalizationManagerInterface $userLocalizationManager)
[?] method was changed toFrontendLocalizationProvider::__construct(LocalizationProviderInterface $localizationProvider, UserLocalizationManagerInterface $localizationManager)
[?] - The
FrontendLocalizationProvider::$userLocalizationManager
[?] property was removed.
-
The following classes were removed:
-
The
UpcomingProductProvider::__construct(EntityFallbackResolver $entityFallbackResolver, DoctrineHelper $doctrineHelper, ConfigManager $configManager)
[?] method was changed toUpcomingProductProvider::__construct(EntityFallbackResolver $entityFallbackResolver, ManagerRegistry $doctrine, ConfigManager $configManager, PropertyAccessorInterface $propertyAccessor)
[?] -
The following methods in class
LowInventoryProvider
[?] were changed: -
The following methods in class
InventoryLevelHandler
[?] were changed: -
The
CreateOrderEventListener::__construct(InventoryQuantityManager $quantityManager, InventoryStatusHandler $statusHandler, DoctrineHelper $doctrineHelper, CheckoutLineItemsManager $checkoutLineItemsManager)
[?] method was changed toCreateOrderEventListener::__construct(InventoryQuantityManager $quantityManager, InventoryStatusHandler $statusHandler, ManagerRegistry $doctrine, CheckoutLineItemsManager $checkoutLineItemsManager)
[?] -
The
CreateOrderLineItemValidationListener::__construct(InventoryQuantityManager $inventoryQuantityManager, DoctrineHelper $doctrineHelper, TranslatorInterface $translator, CheckoutLineItemsManager $checkoutLineItemsManager)
[?] method was changed toCreateOrderLineItemValidationListener::__construct(InventoryQuantityManager $quantityManager, ManagerRegistry $doctrine, TranslatorInterface $translator, CheckoutLineItemsManager $checkoutLineItemsManager)
[?] -
The
ProductDuplicateListener::__construct(PropertyAccessor $propertyAccessor, $fields = [])
[?] method was changed toProductDuplicateListener::__construct(PropertyAccessorInterface $propertyAccessor, $fields = [])
[?] -
The
ProductInventoryFieldsChangedListener::postUpdate(EntityFieldFallbackValue $value, LifecycleEventArgs $args)
[?] method was changed toProductInventoryFieldsChangedListener::postUpdate(EntityFieldFallbackValue $value, LifecycleEventArgs $args)
[?] -
The
LowInventoryProvider::$doctrineHelper
[?] property was removed. -
The following properties in class
InventoryLevelHandler
[?] were removed: -
The
CreateOrderEventListener::$doctrineHelper
[?] property was removed. -
The following properties in class
CreateOrderLineItemValidationListener
[?] were removed: -
The following methods in class
CreateOrderEventListener
[?] were removed: -
The
CreateOrderLineItemValidationListener::getInventoryLevel
[?] method was removed. -
The
QuantityToOrderConditionListener::onQuickAddRowCollectionValidate
[?] method was removed. -
The
InventoryLevelRepository::getQBForProductAndProductUnit
[?] method was removed. -
The
OroInventoryExtension::getAlias
[?] method was removed.
- The
OroMoneyOrderBundle::getContainerExtension
[?] method was removed. - The
OroMoneyOrderExtension::getAlias
[?] method was removed.
- The following classes were removed:
- The
OroOrderBundle::getContainerExtension
[?] method was removed. - The following methods in class
OrderShippingTrackingType
[?] were removed: - The
OrderShippingContextFactory::ensureApplicable
[?] method was removed. - The following methods in class
ReindexProductOrderListener
[?] were removed: - The
OroOrderExtension::getAlias
[?] method was removed. - The
TotalProvider::getTotalWithSubtotalsWithBaseCurrencyValues(Order $order, $isStatic = true)
[?] method was changed toTotalProvider::getTotalWithSubtotalsWithBaseCurrencyValues(Order $order, $isStatic = true)
[?] - The
OrderAddressManager::__construct(OrderAddressProvider $addressProvider, ManagerRegistry $registry, $orderAddressClass)
[?] method was changed toOrderAddressManager::__construct(AddressProviderInterface $addressProvider, ManagerRegistry $registry, $orderAddressClass)
[?] - The
ShippingTrackingFormatter::__construct($trackingAwareShippingMethodsProvider = null)
[?] method was changed toShippingTrackingFormatter::__construct(TrackingAwareShippingMethodsProviderInterface $trackingAwareShippingMethodsProvider)
[?] - The
OrderShippingTrackingType::__construct($trackingAwareShippingMethodsProvider = null)
[?] method was changed toOrderShippingTrackingType::__construct(TrackingAwareShippingMethodsProviderInterface $trackingAwareShippingMethodsProvider)
[?] - The
OrderPaymentContextFactory::__construct(OrderPaymentLineItemConverterInterface $paymentLineItemConverter, PaymentContextBuilderFactoryInterface $paymentContextBuilderFactory = null)
[?] method was changed toOrderPaymentContextFactory::__construct(OrderPaymentLineItemConverterInterface $paymentLineItemConverter, PaymentContextBuilderFactoryInterface $paymentContextBuilderFactory)
[?] - The
OrderShippingContextFactory::__construct(DoctrineHelper $doctrineHelper, OrderShippingLineItemConverterInterface $shippingLineItemConverter, ShippingContextBuilderFactoryInterface $shippingContextBuilderFactory = null)
[?] method was changed toOrderShippingContextFactory::__construct(ManagerRegistry $doctrine, OrderShippingLineItemConverterInterface $shippingLineItemConverter, ShippingContextBuilderFactoryInterface $shippingContextBuilderFactory)
[?] - The
PossibleShippingMethodEventListener::__construct(ShippingContextFactoryInterface $factory, ShippingPricesConverter $priceConverter, ShippingPriceProviderInterface $priceProvider = null)
[?] method was changed toPossibleShippingMethodEventListener::__construct(ShippingContextFactoryInterface $factory, ShippingPricesConverter $priceConverter, ShippingPriceProviderInterface $priceProvider)
[?] - The
OrderLineItemEventListener::prePersist(OrderLineItem $lineItem, LifecycleEventArgs $event)
[?] method was changed toOrderLineItemEventListener::prePersist(OrderLineItem $lineItem, LifecycleEventArgs $event)
[?] - The
OrderListener::postPersist(Order $entity, LifecycleEventArgs $args)
[?] method was changed toOrderListener::postPersist(Order $entity, LifecycleEventArgs $args)
[?] - The
ReindexProductLineItemListener::__construct(ProductReindexManager $productReindexManager, OrderStatusesProviderInterface $statusesProvider)
[?] method was changed toReindexProductLineItemListener::__construct(EventDispatcherInterface $eventDispatcher, OrderStatusesProviderInterface $statusesProvider, ReindexationWebsiteProviderInterface $websiteProvider)
[?] - The
ReindexProductOrderListener::__construct(ProductReindexManager $productReindexManager, OrderStatusesProviderInterface $statusesProvider)
[?] method was changed toReindexProductOrderListener::__construct(EventDispatcherInterface $eventDispatcher, OrderStatusesProviderInterface $statusesProvider, ReindexationWebsiteProviderInterface $websiteProvider)
[?] - The
BasicOrderPaymentLineItemConverter::__construct(PaymentLineItemCollectionFactoryInterface $paymentLineItemCollectionFactory = null, PaymentLineItemBuilderFactoryInterface $paymentLineItemBuilderFactory = null)
[?] method was changed toBasicOrderPaymentLineItemConverter::__construct(PaymentLineItemCollectionFactoryInterface $paymentLineItemCollectionFactory, PaymentLineItemBuilderFactoryInterface $paymentLineItemBuilderFactory)
[?] - The
BasicOrderShippingLineItemConverter::__construct(ShippingLineItemCollectionFactoryInterface $shippingLineItemCollectionFactory = null, ShippingLineItemBuilderFactoryInterface $shippingLineItemBuilderFactory = null)
[?] method was changed toBasicOrderShippingLineItemConverter::__construct(ShippingLineItemCollectionFactoryInterface $shippingLineItemCollectionFactory, ShippingLineItemBuilderFactoryInterface $shippingLineItemBuilderFactory)
[?] - The
OrderController::update(Order $order, Request $request)
[?] method was changed toOrderController::update(Order $order, Request $request, $resultProvider = null)
[?] - The
ComputeOrderShipping::__construct(ShippingMethodLabelTranslator $shippingMethodLabelTranslator = null)
[?] method was changed toComputeOrderShipping::__construct(ShippingMethodLabelTranslator $shippingMethodLabelTranslator)
[?] - The
ShippingTrackingFormatter::$shippingTrackingMethods
[?] property was removed. - The following properties in class
OrderShippingTrackingType
[?] were removed: - The
OrderShippingContextFactory::$doctrineHelper
[?] property was removed. - The
ReindexProductLineItemListener::$productReindexManager
[?] property was removed. - The
ReindexProductOrderListener::$productReindexManager
[?] property was removed.
- The
UniqueExpressCheckoutName::validatedBy
[?] method was removed. - The
UniqueExpressCheckoutNameValidator::__construct(DoctrineHelper $doctrineHelper, TranslatorInterface $translator)
[?] method was changed toUniqueExpressCheckoutNameValidator::__construct(ManagerRegistry $doctrine)
[?] - The
PayPalExpressCheckoutPaymentMethod::__construct(Gateway $gateway, PayPalExpressCheckoutConfigInterface $config, RouterInterface $router, DoctrineHelper $doctrineHelper, OptionsProviderInterface $optionsProvider, SurchargeProvider $surchargeProvider, PropertyAccessor $propertyAccessor)
[?] method was changed toPayPalExpressCheckoutPaymentMethod::__construct(Gateway $gateway, PayPalExpressCheckoutConfigInterface $config, RouterInterface $router, DoctrineHelper $doctrineHelper, OptionsProviderInterface $optionsProvider, SurchargeProvider $surchargeProvider, PropertyAccessorInterface $propertyAccessor)
[?] - The
BasicPayPalExpressCheckoutPaymentMethodFactory::__construct(Gateway $gateway, RouterInterface $router, DoctrineHelper $doctrineHelper, OptionsProviderInterface $optionsProvider, SurchargeProvider $surchargeProvider, PropertyAccessor $propertyAccessor)
[?] method was changed toBasicPayPalExpressCheckoutPaymentMethodFactory::__construct(Gateway $gateway, RouterInterface $router, DoctrineHelper $doctrineHelper, OptionsProviderInterface $optionsProvider, SurchargeProvider $surchargeProvider, PropertyAccessorInterface $propertyAccessor)
[?]
- The following classes were removed:
- The
OroPaymentBundle::getContainerExtension
[?] method was removed. - The
OroPaymentExtension::getAlias
[?] method was removed. - The
AddressExtractor::__construct(PropertyAccessor $propertyAccessor)
[?] method was changed toAddressExtractor::__construct(PropertyAccessorInterface $propertyAccessor)
[?] - The
PaymentOrderLineItemOptionsProvider::__construct(HtmlTagHelper $htmlTagHelper, UserLocalizationManagerInterface $userLocalizationManager)
[?] method was changed toPaymentOrderLineItemOptionsProvider::__construct(HtmlTagHelper $htmlTagHelper, LocalizationProviderInterface $localizationProvider)
[?] - The
RegardlessDestinationMethodsConfigsRulesByContextProvider::__construct(MethodsConfigsRulesFiltrationServiceInterface $filtrationService, PaymentMethodsConfigsRuleRepository $repository)
[?] method was changed toRegardlessDestinationMethodsConfigsRulesByContextProvider::__construct(MethodsConfigsRulesFiltrationServiceInterface $filtrationService, ManagerRegistry $doctrine)
[?] - The
BasicMethodsConfigsRulesByContextProvider::__construct(MethodsConfigsRulesFiltrationServiceInterface $filtrationService, PaymentMethodsConfigsRuleRepository $repository)
[?] method was changed toBasicMethodsConfigsRulesByContextProvider::__construct(MethodsConfigsRulesFiltrationServiceInterface $filtrationService, ManagerRegistry $doctrine)
[?] - The
PaymentMethodViewsProvider::__construct(PaymentMethodViewProviderInterface $paymentMethodViewProvider, ApplicablePaymentMethodsProvider $paymentMethodProvider, PaymentTransactionProvider $transactionProvider, CacheProvider $cacheProvider)
[?] method was changed toPaymentMethodViewsProvider::__construct(PaymentMethodViewProviderInterface $paymentMethodViewProvider, ApplicablePaymentMethodsProvider $paymentMethodProvider, PaymentTransactionProvider $transactionProvider, CacheInterface $cacheProvider)
[?] - The
PaymentTransactionOwnerListener::prePersist(PaymentTransaction $entity, LifecycleEventArgs $args)
[?] method was changed toPaymentTransactionOwnerListener::prePersist(PaymentTransaction $entity, LifecycleEventArgs $args)
[?] - The
PaymentMethodsConfigsRuleRepository::getByDestinationAndCurrencyAndWebsite(AddressInterface $billingAddress, $currency, Website $website = null)
[?] method was changed toPaymentMethodsConfigsRuleRepository::getByDestinationAndCurrencyAndWebsite(AddressInterface $billingAddress, $currency, $website = null)
[?] - The
BasicPaymentContextBuilder::__construct($sourceEntity, $sourceEntityIdentifier, PaymentLineItemCollectionFactoryInterface $paymentLineItemCollectionFactory)
[?] method was changed toBasicPaymentContextBuilder::__construct($sourceEntity, $sourceEntityIdentifier, PaymentLineItemCollectionFactoryInterface $paymentLineItemCollectionFactory)
[?] - The
BasicPaymentContextBuilderFactory::createPaymentContextBuilder($sourceEntity, $sourceEntityId)
[?] method was changed toBasicPaymentContextBuilderFactory::createPaymentContextBuilder($sourceEntity, $sourceEntityId)
[?] - The
PaymentContextBuilderInterface::setShippingAddress(AddressInterface $shippingAddress)
[?] method was changed toPaymentContextBuilderInterface::setShippingAddress($shippingAddress)
[?] - The
PaymentContextBuilderFactoryInterface::createPaymentContextBuilder($sourceEntity, $sourceEntityId)
[?] method was changed toPaymentContextBuilderFactoryInterface::createPaymentContextBuilder($sourceEntity, $sourceEntityId)
[?]
-
The
ExtendPaymentTerm
[?] class was removed. -
The
PaymentTermAssociationProvider::__construct(DoctrineHelper $doctrineHelper, ConfigProvider $configProvider, PropertyAccessor $propertyAccessor)
[?] method was changed toPaymentTermAssociationProvider::__construct(DoctrineHelper $doctrineHelper, ConfigProvider $configProvider, PropertyAccessorInterface $propertyAccessor)
[?] -
The following methods in class
PaymentTermController
[?] were changed: -
The
OroPaymentTermExtension::getAlias
[?] method was removed.
-
The following classes were removed:
PriceListDefaultValueProvider
[?]PriceListProvider
[?]CombinedPriceListActivationStatusHelper
[?]ExtendPriceList
[?]DefaultPriceListFilterType
[?]FlatPriceListSystemConfigListener
[?]PriceListRecalculateCommand
[?]AbstractCombinedPriceListBuilder
[?]CombinedPriceListsBuilder
[?]CustomerCombinedPriceListsBuilder
[?]CustomerGroupCombinedPriceListsBuilder
[?]WebsiteCombinedPriceListsBuilder
[?]Topics
[?]
-
The
OroPricingBundle::getContainerExtension
[?] method was removed. -
The
UniqueEntity::validatedBy
[?] method was removed. -
The
TotalProcessorProvider::getEntitySubtotal
[?] method was removed. -
The following methods in class
RequestHandler
[?] were removed: -
The following methods in class
CombinedPriceListProvider
[?] were removed: -
The following methods in class
FrontendProductPricesDataProvider
[?] were removed: -
The following methods in class
PriceListCollectionProvider
[?] were removed: -
The following methods in class
AbstractPriceCombiningStrategy
[?] were removed: -
The
MergePricesCombiningStrategy::setInsertSelectExecutor
[?] method was removed. -
The following methods in class
PriceListRequestHandler
[?] were removed: -
The
BeforeImportChunksListener::isResetStrategyApplicable
[?] method was removed. -
The
AbstractPriceListRelationDataGridListener::__construct
[?] method was removed. -
The
PriceListSystemConfigSubscriber::getSettingsKey
[?] method was removed. -
The following methods in class
ProductSelectPriceListAwareListener
[?] were removed: -
The following methods in class
PriceList
[?] were removed: -
The following methods in class
BaseProductPriceRepository
[?] were removed: -
The
CombinedPriceListRepository::getUnusedPriceListsIds
[?] method was removed. -
The following methods in class
CombinedProductPriceRepository
[?] were removed: -
The
PriceListCustomerFallbackRepository::hasFallbackOnNextLevel
[?] method was removed. -
The
PriceListCustomerGroupFallbackRepository::hasFallbackOnNextLevel
[?] method was removed. -
The following methods in class
PriceListRepository
[?] were removed: -
The
PriceListWebsiteFallbackRepository::hasFallbackOnNextLevel
[?] method was removed. -
The
OroPricingExtension::getAlias
[?] method was removed. -
The
AjaxPriceListController::defaultAction
[?] method was removed. -
The
RuleCache::getStats
[?] method was removed. -
The following methods in class
CombinedPriceListsBuilderFacade
[?] were removed: -
The
PriceListProductPricesCurrencyValidator::__construct(Registry $registry, ShardManager $shardManager)
[?] method was changed toPriceListProductPricesCurrencyValidator::__construct(ManagerRegistry $doctrine, ShardManager $shardManager)
[?] -
The
TotalProcessorProvider::getTotalWithSubtotalsAsArray($entity)
[?] method was changed toTotalProcessorProvider::getTotalWithSubtotalsAsArray($entity)
[?] -
The
RequestHandler::__construct(TotalProcessorProvider $totalProvider, EventDispatcherInterface $eventDispatcher, AuthorizationCheckerInterface $authorizationChecker, EntityRoutingHelper $entityRoutingHelper, Registry $doctrine)
[?] method was changed toRequestHandler::__construct(TotalProcessorProvider $totalProvider, EventDispatcherInterface $eventDispatcher, AuthorizationCheckerInterface $authorizationChecker, EntityRoutingHelper $entityRoutingHelper, ManagerRegistry $doctrine)
[?] -
The
CombinedPriceListProvider::__construct(ManagerRegistry $registry, EventDispatcherInterface $eventDispatcher, StrategyRegister $strategyRegister)
[?] method was changed toCombinedPriceListProvider::__construct(ManagerRegistry $registry, EventDispatcherInterface $eventDispatcher, StrategyRegister $strategyRegister, ShardManager $shardManager)
[?] -
The following methods in class
AbstractPriceCombiningStrategy
[?] were changed:combinePricesUsingPrecalculatedFallback(CombinedPriceList $combinedPriceList, $priceLists, CombinedPriceList $fallbackLevelCpl, $startTimestamp = null)
[?]combinePricesUsingPrecalculatedFallback(CombinedPriceList $combinedPriceList, CombinedPriceList $fallbackCpl, $priceListsRelations, $products = [])
[?]
-
The following methods in class
MergePricesCombiningStrategy
[?] were changed: -
The following methods in class
MinimalPricesCombiningStrategy
[?] were changed: -
The
PriceListIdPlaceholder::__construct(AbstractPriceListTreeHandler $priceListTreeHandler, TokenStorageInterface $tokenStorage, ConfigManager $configManager)
[?] method was changed toPriceListIdPlaceholder::__construct(AbstractPriceListTreeHandler $priceListTreeHandler, TokenStorageInterface $tokenStorage, ConfigManager $configManager, CustomerUserRelationsProvider $customerUserRelationsProvider)
[?] -
The
CombinedPriceListTriggerHandler::__construct(Registry $registry, EventDispatcherInterface $eventDispatcher)
[?] method was changed toCombinedPriceListTriggerHandler::__construct(ManagerRegistry $registry, EventDispatcherInterface $eventDispatcher, ProductWebsiteReindexRequestDataStorageInterface $websiteReindexRequestDataStorage)
[?] -
The
LocaleSettings::__construct(LocaleSettings $inner, FrontendHelper $frontendHelper, UserLocalizationManagerInterface $localizationManager, UserCurrencyManager $currencyManager, LayoutContextHolder $layoutContextHolder, ThemeManager $themeManager)
[?] method was changed toLocaleSettings::__construct(LocaleSettings $inner, FrontendHelper $frontendHelper, LocalizationProviderInterface $localizationProvider, UserCurrencyManager $currencyManager, LayoutContextStack $layoutContextStack, ThemeManager $themeManager)
[?] -
The
PriceListRequestHandler::__construct(RequestStack $requestStack, ManagerRegistry $registry)
[?] method was changed toPriceListRequestHandler::__construct(RequestStack $requestStack, ManagerRegistry $doctrine, AclHelper $aclHelper)
[?] -
The
BeforeImportChunksListener::__construct(ManagerRegistry $registry, ShardManager $shardManager)
[?] method was changed toBeforeImportChunksListener::__construct(ManagerRegistry $doctrine, ShardManager $shardManager)
[?] -
The
PriceListWithPriorityCollectionHandler::__construct(DoctrineHelper $doctrineHelper, PropertyAccessor $propertyAccessor)
[?] method was changed toPriceListWithPriorityCollectionHandler::__construct(DoctrineHelper $doctrineHelper, PropertyAccessorInterface $propertyAccessor)
[?] -
The
BuildPricesDemoDataFixturesListener::__construct(OptionalListenerManager $listenerManager, CombinedPriceListsBuilderFacade $builderFacade, ProductPriceBuilder $priceBuilder, PriceListProductAssignmentBuilder $assignmentBuilder)
[?] method was changed toBuildPricesDemoDataFixturesListener::__construct(OptionalListenerManager $listenerManager, CombinedPriceListsBuilderFacade $builderFacade, ProductPriceBuilder $priceBuilder, PriceListProductAssignmentBuilder $assignmentBuilder, CombinedPriceListAssociationsProvider $associationsProvider, CombinedPriceListProvider $combinedPriceListProvider)
[?] -
The
DatagridLineItemsDataPricingListener::__construct(FrontendProductPricesDataProvider $frontendProductPricesDataProvider, NumberFormatter $numberFormatter)
[?] method was changed toDatagridLineItemsDataPricingListener::__construct(SubtotalProviderInterface $lineItemNotPricedSubtotalProvider, RoundingServiceInterface $roundingService, NumberFormatter $numberFormatter)
[?] -
The
PriceCalculationPrecisionSystemConfigListener::__construct(ManagerRegistry $registry, Cache $cache, Session $session, TranslatorInterface $translator)
[?] method was changed toPriceCalculationPrecisionSystemConfigListener::__construct(ManagerRegistry $registry, RuleCache $cache, Session $session, TranslatorInterface $translator)
[?] -
The
ProductSelectPriceListAwareListener::__construct(FrontendProductListModifier $modifier, Registry $registry)
[?] method was changed toProductSelectPriceListAwareListener::__construct(FrontendProductListModifier $modifier, ManagerRegistry $doctrine)
[?] -
The
ProductUnitPrecisionListener::postRemove(ProductUnitPrecision $precision, LifecycleEventArgs $event)
[?] method was changed toProductUnitPrecisionListener::postRemove(ProductUnitPrecision $precision, LifecycleEventArgs $event)
[?] -
The
ProductUnitPrecisionPostRemoveListener::postRemove(ProductUnitPrecision $productUnitPrecision, LifecycleEventArgs $args)
[?] method was changed toProductUnitPrecisionPostRemoveListener::postRemove(ProductUnitPrecision $productUnitPrecision, LifecycleEventArgs $args)
[?] -
The
WebsiteSearchProductPriceFlatIndexerListener::__construct(WebsiteContextManager $websiteContextManager, ManagerRegistry $doctrine, ConfigManager $configManager, AbstractPriceListTreeHandler $priceListTreeHandler)
[?] method was changed toWebsiteSearchProductPriceFlatIndexerListener::__construct(WebsiteContextManager $websiteContextManager, ManagerRegistry $doctrine, ConfigManager $configManager, AbstractPriceListTreeHandler $priceListTreeHandler, ValueFormatterInterface $decimalValueFormatter)
[?] -
The
WebsiteSearchProductPriceIndexerListener::__construct(WebsiteContextManager $websiteContextManager, ManagerRegistry $doctrine, ConfigManager $configManager)
[?] method was changed toWebsiteSearchProductPriceIndexerListener::__construct(WebsiteContextManager $websiteContextManager, ManagerRegistry $doctrine, ConfigManager $configManager, ValueFormatterInterface $decimalValueFormatter)
[?] -
The
CombinedPriceListRepository::updateCombinedPriceListConnection(CombinedPriceList $combinedPriceList, CombinedPriceList $activeCpl, Website $website, $targetEntity = null)
[?] method was changed toCombinedPriceListRepository::updateCombinedPriceListConnection(CombinedPriceList $combinedPriceList, CombinedPriceList $activeCpl, Website $website, $version, $targetEntity = null)
[?] -
The following methods in class
CombinedProductPriceRepository
[?] were changed:insertPricesByPriceList(ShardQueryExecutorInterface $insertFromSelectQueryExecutor, CombinedPriceList $combinedPriceList, PriceList $priceList, $mergeAllowed, $products = [])
[?]insertPricesByPriceList(ShardQueryExecutorInterface $insertFromSelectQueryExecutor, CombinedPriceList $combinedPriceList, PriceList $priceList, $mergeAllowed, $products = [])
[?]
insertPricesByCombinedPriceList(ShardQueryExecutorInterface $insertFromSelectQueryExecutor, CombinedPriceList $combinedPriceList, CombinedPriceList $sourceCpl)
[?]insertPricesByCombinedPriceList(ShardQueryExecutorInterface $insertFromSelectQueryExecutor, CombinedPriceList $combinedPriceList, CombinedPriceList $sourceCpl, $products = [])
[?]
-
The
PriceListCustomerFallbackRepository::getCustomerIdentityByGroup($customerGroups, $websiteId)
[?] method was changed toPriceListCustomerFallbackRepository::getCustomerIdentityByGroup($customerGroups, $websiteId)
[?] -
The
PriceListCustomerGroupFallbackRepository::getCustomerIdentityByWebsite($websiteId)
[?] method was changed toPriceListCustomerGroupFallbackRepository::getCustomerIdentityByWebsite($websiteId)
[?] -
The
PriceListRepository::updatePriceListsActuality($priceLists, $actual)
[?] method was changed toPriceListRepository::updatePriceListsActuality($priceLists, $actual)
[?] -
The
ProductPriceRepository::getProductsByPriceListAndVersion(ShardManager $shardManager, PriceList $priceList, $version, $batchSize)
[?] method was changed toProductPriceRepository::getProductsByPriceListAndVersion(ShardManager $shardManager, $priceList, $version, $batchSize)
[?] -
The
ImportExportResultListener::__construct(ManagerRegistry $doctrine, PriceRuleLexemeTriggerHandler $lexemeTriggerHandler, PriceListTriggerHandler $priceListTriggerHandler, ShardManager $shardManager)
[?] method was changed toImportExportResultListener::__construct(ManagerRegistry $doctrine, PriceRuleLexemeTriggerHandler $lexemeTriggerHandler, ShardManager $shardManager, MessageProducerInterface $producer)
[?] -
The
PriceListCurrencyEntityListener::__construct(Cache $cache, PriceListTriggerHandler $priceListTriggerHandler)
[?] method was changed toPriceListCurrencyEntityListener::__construct(RuleCache $cache, PriceListTriggerHandler $priceListTriggerHandler)
[?] -
The following methods in class
PriceListEntityListener
[?] were changed:__construct(PriceListRelationTriggerHandler $triggerHandler, Cache $cache, PriceListTriggerHandler $priceListTriggerHandler, PriceRuleLexemeTriggerHandler $priceRuleLexemeTriggerHandler)
[?]__construct(PriceListRelationTriggerHandler $triggerHandler, RuleCache $cache, PriceListTriggerHandler $priceListTriggerHandler, PriceRuleLexemeTriggerHandler $priceRuleLexemeTriggerHandler)
[?]
-
The
PriceListToProductEntityListener::postRemove(PriceListToProduct $priceListToProduct, LifecycleEventArgs $event)
[?] method was changed toPriceListToProductEntityListener::postRemove(PriceListToProduct $priceListToProduct, LifecycleEventArgs $event)
[?] -
The
PriceRuleEntityListener::__construct(Cache $cache, PriceListTriggerHandler $priceListTriggerHandler)
[?] method was changed toPriceRuleEntityListener::__construct(RuleCache $cache, PriceListTriggerHandler $priceListTriggerHandler)
[?] -
The
PriceRuleLexemeEntityListener::postPersist(PriceRuleLexeme $priceRuleLexeme, LifecycleEventArgs $event)
[?] method was changed toPriceRuleLexemeEntityListener::postPersist(PriceRuleLexeme $priceRuleLexeme, LifecycleEventArgs $event)
[?] -
The
ProductPriceCPLEntityListener::__construct(ExtraActionEntityStorageInterface $extraActionsStorage, ManagerRegistry $registry, PriceListTriggerHandler $priceListTriggerHandler, ShardManager $shardManager, EventDispatcherInterface $eventDispatcher)
[?] method was changed toProductPriceCPLEntityListener::__construct(ExtraActionEntityStorageInterface $extraActionsStorage, ManagerRegistry $registry, PriceListTriggerHandler $priceListTriggerHandler, ShardManager $shardManager, EventDispatcherInterface $eventDispatcher, CombinedPriceListBuildTriggerHandler $combinedPriceListBuildTriggerHandler)
[?] -
The
SendChangedProductPricesToMessageQueueListener::__construct(MessageProducerInterface $messageProducer, TokenStorageInterface $tokenStorage, EntityToEntityChangeArrayConverter $entityToArrayConverter, AuditConfigProvider $auditConfigProvider, EntityNameResolver $entityNameResolver, AuditMessageBodyProvider $auditMessageBodyProvider, PropertyAccessor $propertyAccessor, LoggerInterface $logger, ApplicationState $applicationState)
[?] method was changed toSendChangedProductPricesToMessageQueueListener::__construct(MessageProducerInterface $messageProducer, TokenStorageInterface $tokenStorage, EntityToEntityChangeArrayConverter $entityToArrayConverter, AuditConfigProvider $auditConfigProvider, EntityNameResolver $entityNameResolver, AuditMessageBodyProvider $auditMessageBodyProvider, PropertyAccessorInterface $propertyAccessor, LoggerInterface $logger, ApplicationState $applicationState)
[?] -
The
PriceListController::viewAction(PriceList $priceList, Request $request)
[?] method was changed toPriceListController::viewAction(PriceList $priceList)
[?] -
The
AbstractRuleCompiler::__construct(ExpressionParser $parser, ExpressionPreprocessorInterface $preprocessor, NodeToQueryDesignerConverter $nodeConverter, QueryConverter $queryConverter, QueryExpressionBuilder $expressionBuilder, Cache $cache)
[?] method was changed toAbstractRuleCompiler::__construct(ExpressionParser $parser, ExpressionPreprocessorInterface $preprocessor, NodeToQueryDesignerConverter $nodeConverter, QueryConverter $queryConverter, QueryExpressionBuilder $expressionBuilder, RuleCache $cache)
[?] -
The
RuleCache::__construct(Cache $cache, ManagerRegistry $registry, SymmetricCrypterInterface $crypter)
[?] method was changed toRuleCache::__construct(CacheItemPoolInterface $cache, ManagerRegistry $registry, SymmetricCrypterInterface $crypter)
[?] -
The
CombinedPriceListGarbageCollector::__construct(ManagerRegistry $registry, ConfigManager $configManager, CombinedPriceListTriggerHandler $triggerHandler)
[?] method was changed toCombinedPriceListGarbageCollector::__construct(ManagerRegistry $registry, ConfigManager $configManager, CombinedPriceListTriggerHandler $triggerHandler, NativeQueryExecutorHelper $nativeQueryExecutorHelper, LoggerInterface $logger)
[?] -
The
CombinedPriceListsBuilderFacade::__construct(DoctrineHelper $doctrineHelper, CustomerCombinedPriceListsBuilder $customerCombinedPriceListBuilder, CustomerGroupCombinedPriceListsBuilder $customerGroupCombinedPriceListBuilder, WebsiteCombinedPriceListsBuilder $websiteCombinedPriceListBuilder, CombinedPriceListsBuilder $combinedPriceListBuilder, EventDispatcherInterface $dispatcher, StrategyRegister $strategyRegister, CombinedPriceListGarbageCollector $garbageCollector, ConfigManager $configManager)
[?] method was changed toCombinedPriceListsBuilderFacade::__construct(EventDispatcherInterface $dispatcher, StrategyRegister $strategyRegister, CombinedPriceListTriggerHandler $triggerHandler)
[?] -
The
ProductPriceBuilder::__construct(ManagerRegistry $registry, ShardQueryExecutorInterface $shardInsertQueryExecutor, PriceListRuleCompiler $ruleCompiler, PriceListTriggerHandler $priceListTriggerHandler, ShardManager $shardManager)
[?] method was changed toProductPriceBuilder::__construct(ManagerRegistry $registry, ShardQueryExecutorInterface $shardInsertQueryExecutor, PriceListRuleCompiler $ruleCompiler, PriceListTriggerHandler $priceListTriggerHandler, ShardManager $shardManager, CombinedPriceListBuildTriggerHandler $combinedPriceListBuildTriggerHandler)
[?] -
The
CombinedPriceListCurrencyProcessor::__construct(ManagerRegistry $doctrine, LoggerInterface $logger, CombinedPriceListProvider $combinedPriceListProvider)
[?] method was changed toCombinedPriceListCurrencyProcessor::__construct(ManagerRegistry $doctrine, CombinedPriceListProvider $combinedPriceListProvider)
[?] -
The
CombinedPriceListProcessor::__construct(ManagerRegistry $doctrine, LoggerInterface $logger, CombinedPriceListTriggerHandler $triggerHandler, CombinedPriceListsBuilderFacade $builderFacade)
[?] method was changed toCombinedPriceListProcessor::__construct(CombinedPriceListAssociationsProvider $combinedPriceListByEntityProvider, MessageProducerInterface $producer, JobRunner $jobRunner, DependentJobService $dependentJob, ManagerRegistry $doctrine)
[?] -
The
PriceListAssignedProductsProcessor::__construct(ManagerRegistry $doctrine, LoggerInterface $logger, PriceListProductAssignmentBuilder $assignmentBuilder, NotificationAlertManager $notificationAlertManager, PriceListTriggerHandler $triggerHandler)
[?] method was changed toPriceListAssignedProductsProcessor::__construct(ManagerRegistry $doctrine, PriceListProductAssignmentBuilder $assignmentBuilder, NotificationAlertManager $notificationAlertManager, PriceListTriggerHandler $triggerHandler)
[?] -
The
PriceListProcessor::__construct(ManagerRegistry $doctrine, LoggerInterface $logger, CombinedPriceListsBuilderFacade $combinedPriceListsBuilderFacade, CombinedPriceListTriggerHandler $triggerHandler, CombinedPriceListActivationStatusHelperInterface $activationStatusHelper)
[?] method was changed toPriceListProcessor::__construct(ManagerRegistry $doctrine, CombinedPriceListStatusHandlerInterface $statusHandler, MessageProducerInterface $producer, JobRunner $jobRunner, DependentJobService $dependentJob)
[?] -
The
PriceRuleProcessor::__construct(ManagerRegistry $doctrine, LoggerInterface $logger, ProductPriceBuilder $priceBuilder, NotificationAlertManager $notificationAlertManager, PriceListTriggerHandler $triggerHandler)
[?] method was changed toPriceRuleProcessor::__construct(ManagerRegistry $doctrine, ProductPriceBuilder $priceBuilder, NotificationAlertManager $notificationAlertManager, PriceListTriggerHandler $triggerHandler, MessageProducerInterface $producer)
[?] -
The
PriceCombiningStrategyInterface::combinePrices(CombinedPriceList $combinedPriceList, $products = [], $startTimestamp = null)
[?] method was changed toPriceCombiningStrategyInterface::combinePrices(CombinedPriceList $combinedPriceList, $products = [])
[?] -
The
PriceListProductPricesCurrencyValidator::$registry
[?] property was removed. -
The following properties in class
LineItemNotPricedSubtotalProvider
[?] were removed: -
The following properties in class
CombinedPriceListProvider
[?] were removed: -
The following properties in class
AbstractPriceCombiningStrategy
[?] were removed: -
The following properties in class
PriceListRequestHandler
[?] were removed: -
The
AbstractPriceListRelationDataGridListener::$registry
[?] property was removed. -
The following properties in class
ProductSelectPriceListAwareListener
[?] were removed: -
The
PriceList::$default
[?] property was removed. -
The following interfaces were removed:
-
The
TempTableManipulatorInterface::copyDataFromTemplateTableToEntityTable
[?] interface method was added.
-
The following classes were removed:
QuickAddRowCollection
[?]QuickAddRowCollectionValidator
[?]QuickAddCollectionProvider
[?]ProductSegmentWithLoggingErrorsProvider
[?]ExtendBrand
[?]ExtendProduct
[?]ExtendProductImage
[?]ProductRow
[?]ArrayProductsGrouper
[?]ProductRowsGrouper
[?]ProductsGrouperFactory
[?]QuickAddRowGrouper
[?]UnknownGrouperException
[?]ProductRowCollectionType
[?]ProductRowType
[?]QuickAddHandler
[?]ProductCollectionTransformer
[?]QuickAddRowCollectionValidateEvent
[?]Topics
[?]AddProductTypeDataTransformers
[?]ComputeWebpAwareImageFilePath
[?]ComputeWebpAwareProductImageFields
[?]
-
The
OroProductBundle::getContainerExtension
[?] method was removed. -
The
ProductReindexManager::getReindexationRequestEvent
[?] method was removed. -
The following methods in class
ProductImageFileNameProvider
[?] were removed: -
The following methods in class
QuickAddRow
[?] were removed: -
The following methods in class
QuickAddRowCollection
[?] were removed: -
The
QuickAddRowCollectionBuilder::buildFromRequest
[?] method was removed. -
The
QuickAddCopyPasteType::getName
[?] method was removed. -
The following methods in class
QuickAddType
[?] were removed: -
The following methods in class
ProductUpdateHandler
[?] were removed: -
The following methods in class
ProductRepository
[?] were removed: -
The
ProductDuplicator::setSkuIncrementor
[?] method was removed. -
The
OroProductExtension::getAlias
[?] method was removed. -
The following methods in class
FrontendProductGridEventListener
[?] were removed: -
The
QuickAddController::validationResultAction
[?] method was removed. -
The
ProductCollectionsIndexCronCommand::isActive
[?] method was removed. -
The
VirtualFieldsProductDecorator::__construct(VirtualFieldsSelectQueryConverter $converter, ManagerRegistry $doctrine, FieldHelper $fieldHelper, CacheProvider $cacheProvider, $products, Product $product)
[?] method was changed toVirtualFieldsProductDecorator::__construct(VirtualFieldsSelectQueryConverter $converter, ManagerRegistry $doctrine, FieldHelper $fieldHelper, CacheInterface $cacheProvider, ConfigProvider $attributeProvider, $products, Product $product)
[?] -
The
VirtualFieldsProductDecoratorFactory::__construct(VirtualFieldsSelectQueryConverter $converter, ManagerRegistry $doctrine, FieldHelper $fieldHelper, CacheProvider $cacheProvider)
[?] method was changed toVirtualFieldsProductDecoratorFactory::__construct(VirtualFieldsSelectQueryConverter $converter, ManagerRegistry $doctrine, FieldHelper $fieldHelper, CacheInterface $cacheProvider, ConfigProvider $attributeProvider)
[?] -
The
EmptyVariantFieldInSimpleProductForVariantLinksValidator::__construct(PropertyAccessor $propertyAccessor, ManagerRegistry $registry)
[?] method was changed toEmptyVariantFieldInSimpleProductForVariantLinksValidator::__construct(PropertyAccessorInterface $propertyAccessor, ManagerRegistry $registry)
[?] -
The
ProductVariantLinksValidator::__construct(PropertyAccessor $propertyAccessor)
[?] method was changed toProductVariantLinksValidator::__construct(PropertyAccessorInterface $propertyAccessor)
[?] -
The
UniqueProductVariantLinksValidator::__construct(PropertyAccessor $propertyAccessor, ManagerRegistry $registry)
[?] method was changed toUniqueProductVariantLinksValidator::__construct(PropertyAccessorInterface $propertyAccessor, ManagerRegistry $registry)
[?] -
The
ProductIndexFieldsProvider::addForceIndexed($field)
[?] method was changed toProductIndexFieldsProvider::addForceIndexed($field)
[?] -
The
ProductVariantIndexDataProviderDecorator::__construct(ProductIndexDataProviderInterface $originalProvider, Registry $registry)
[?] method was changed toProductVariantIndexDataProviderDecorator::__construct(ProductIndexDataProviderInterface $originalProvider, ManagerRegistry $doctrine)
[?] -
The
WebsiteSearchProductIndexDataProvider::__construct(AttributeTypeRegistry $attributeTypeRegistry, AttributeConfigurationProviderInterface $configurationProvider, ProductIndexFieldsProvider $indexFieldsProvider, PropertyAccessor $propertyAccessor, SearchableInformationProvider $searchableProvider)
[?] method was changed toWebsiteSearchProductIndexDataProvider::__construct(AttributeTypeRegistry $attributeTypeRegistry, AttributeConfigurationProviderInterface $configurationProvider, ProductIndexAttributeProviderInterface $indexFieldsProvider, PropertyAccessorInterface $propertyAccessor, SearchableInformationProvider $searchableProvider)
[?] -
The
ProductReindexManager::reindexProduct(Product $product, $websiteId = null, $isScheduled = true)
[?] method was changed toProductReindexManager::reindexProduct(Product $product, $websiteId = null, $isScheduled = true, $fieldGroups = null)
[?] -
The
ContentVariantContextUrlProvider::__construct(RequestStack $requestStack, UrlCacheInterface $cache, UserLocalizationManagerInterface $userLocalizationManager)
[?] method was changed toContentVariantContextUrlProvider::__construct(RequestStack $requestStack, UrlCacheInterface $cache, LocalizationProviderInterface $localizationProvider)
[?] -
The
CustomFieldProvider::setCache(CacheProvider $cache, $lifeTime)
[?] method was changed toCustomFieldProvider::setCache(CacheInterface $cache, $lifeTime)
[?] -
The following methods in class
ProductAutocompleteProvider
[?] were changed:__construct(UrlGeneratorInterface $urlGenerator, ProductRepository $searchRepository, HtmlTagExtension $htmlTagExtension, ImagePlaceholderProviderInterface $imagePlaceholderProvider, ConfigManager $configManager, EnumValueProvider $enumValueProvider, EventDispatcherInterface $eventDispatcher)
[?]__construct(UrlGeneratorInterface $urlGenerator, ProductRepository $searchRepository, HtmlTagExtension $htmlTagExtension, ImagePlaceholderProviderInterface $imagePlaceholderProvider, ConfigManager $configManager, EnumValueProvider $enumValueProvider, EventDispatcherInterface $eventDispatcher, UrlHelper $urlHelper)
[?]
-
The
ProductImageFileNamesProvider::__construct(FileNamesProviderInterface $innerProvider, ConfigManager $configManager)
[?] method was changed toProductImageFileNamesProvider::__construct(FileNamesProviderInterface $innerProvider, ConfigManager $configManager, FeatureChecker $featureChecker)
[?] -
The
ProductUnitsProvider::__construct(ManagerRegistry $registry, UnitLabelFormatterInterface $formatter, CacheProvider $cache)
[?] method was changed toProductUnitsProvider::__construct(ManagerRegistry $registry, UnitLabelFormatterInterface $formatter, CacheInterface $cache)
[?] -
The
BooleanVariantFieldValueHandler::getPossibleValues($fieldName)
[?] method was changed toBooleanVariantFieldValueHandler::getPossibleValues($fieldName)
[?] -
The
EnumVariantFieldValueHandler::setCache(CacheProvider $cache, $lifeTime)
[?] method was changed toEnumVariantFieldValueHandler::setCache(CacheInterface $cache, $lifeTime)
[?] -
The
FrontendVariantFiledType::__construct(ProductVariantAvailabilityProvider $productVariantAvailabilityProvider, ProductVariantTypeHandlerRegistry $productVariantTypeHandlerRegistry, VariantFieldProvider $variantFieldProvider, UserLocalizationManagerInterface $userLocalizationManager, PropertyAccessor $propertyAccessor, $productClass)
[?] method was changed toFrontendVariantFiledType::__construct(ProductVariantAvailabilityProvider $productVariantAvailabilityProvider, ProductVariantTypeHandlerRegistry $productVariantTypeHandlerRegistry, VariantFieldProvider $variantFieldProvider, LocalizationProviderInterface $localizationProvider, PropertyAccessorInterface $propertyAccessor, $productClass)
[?] -
The
QuickAddRow::__construct($index, $sku, $quantity, $unit = null)
[?] method was changed toQuickAddRow::__construct($index, $sku, $quantity, $unit = null, $organization = null)
[?] -
The
SegmentMessageFactory::createMessage($websiteIds, Segment $segment = null, $definition = null, $isFull = true, $additionalProducts = [])
[?] method was changed toSegmentMessageFactory::createMessage($jobId, $websiteIds, Segment $segment = null, $definition = null, $isFull = true, $additionalProducts = [])
[?] -
The
QuickAddRowCollectionBuilder::__construct(EntityRepository $productRepository, ProductManager $productManager, EventDispatcherInterface $eventDispatcher, QuickAddRowInputParser $quickAddRowInputParser, AclHelper $aclHelper)
[?] method was changed toQuickAddRowCollectionBuilder::__construct(QuickAddRowInputParser $quickAddRowInputParser, QuickAddRowProductMapperInterface $quickAddRowProductMapper)
[?] -
The
QuickAddRowInputParser::__construct(ManagerRegistry $registry, ProductUnitsProvider $productUnitsProvider, AclHelper $aclHelper, NumberFormatter $numberFormatter)
[?] method was changed toQuickAddRowInputParser::__construct(ProductUnitsProvider $productUnitsProvider, NumberFormatter $numberFormatter)
[?] -
The
SegmentProductsQueryCache::__construct(ManagerRegistry $doctrine, SymmetricCrypterInterface $crypter, CacheProvider $cache, $cacheLifeTime)
[?] method was changed toSegmentProductsQueryCache::__construct(ManagerRegistry $doctrine, SymmetricCrypterInterface $crypter, CacheItemPoolInterface $cache, $cacheLifeTime)
[?] -
The
ConfigurableProductProvider::__construct(CustomFieldProvider $customFieldProvider, PropertyAccessor $propertyAccessor, ProductVariantFieldValueHandlerRegistry $fieldValueHandlerRegistry, TranslatorInterface $translator)
[?] method was changed toConfigurableProductProvider::__construct(CustomFieldProvider $customFieldProvider, PropertyAccessorInterface $propertyAccessor, ProductVariantFieldValueHandlerRegistry $fieldValueHandlerRegistry, TranslatorInterface $translator)
[?] -
The
FeaturedProductsProvider::__construct(SegmentProductsQueryProvider $segmentProductsQueryProvider, ProductSegmentProviderInterface $productSegmentProvider, ProductListBuilder $productListBuilder, AclHelper $aclHelper, ConfigManager $configManager)
[?] method was changed toFeaturedProductsProvider::__construct(SegmentProductsQueryProvider $segmentProductsQueryProvider, ProductSegmentProvider $productSegmentProvider, ProductListBuilder $productListBuilder, AclHelper $aclHelper, ConfigManager $configManager)
[?] -
The
NewArrivalsProvider::__construct(SegmentProductsQueryProvider $segmentProductsQueryProvider, ProductSegmentProviderInterface $productSegmentProvider, ProductListBuilder $productListBuilder, AclHelper $aclHelper, ConfigManager $configManager)
[?] method was changed toNewArrivalsProvider::__construct(SegmentProductsQueryProvider $segmentProductsQueryProvider, ProductSegmentProvider $productSegmentProvider, ProductListBuilder $productListBuilder, AclHelper $aclHelper, ConfigManager $configManager)
[?] -
The
ProductCollectionSegmentType::__construct(ProductCollectionDefinitionConverter $definitionConverter, PropertyAccessor $propertyAccessor)
[?] method was changed toProductCollectionSegmentType::__construct(ProductCollectionDefinitionConverter $definitionConverter, PropertyAccessorInterface $propertyAccessor)
[?] -
The
ProductUpdateHandler::isSaveAndDuplicateAction()
[?] method was changed toProductUpdateHandler::isSaveAndDuplicateAction(Request $request)
[?] -
The
FrontendProductDatagridListener::__construct(DataGridThemeHelper $themeHelper, ImagePlaceholderProviderInterface $imagePlaceholderProvider)
[?] method was changed toFrontendProductDatagridListener::__construct(DataGridThemeHelper $themeHelper, ImagePlaceholderProviderInterface $imagePlaceholderProvider, UrlHelper $urlHelper)
[?] -
The
ProductCollectionVariantReindexMessageSendListener::__construct(MessageProducerInterface $messageProducer, ProductCollectionSegmentHelper $productCollectionSegmentHelper, SegmentMessageFactory $messageFactory)
[?] method was changed toProductCollectionVariantReindexMessageSendListener::__construct(AsyncReindexProductCollectionHandlerInterface $collectionIndexationHandler, ProductCollectionSegmentHelper $productCollectionSegmentHelper, SegmentMessageFactory $messageFactory)
[?] -
The
ProductHandlerListener::__construct(PropertyAccessor $propertyAccessor, LoggerInterface $logger)
[?] method was changed toProductHandlerListener::__construct(PropertyAccessorInterface $propertyAccessor, LoggerInterface $logger)
[?] -
The
ProductImageListener::postPersist(ProductImage $newProductImage, LifecycleEventArgs $args)
[?] method was changed toProductImageListener::postPersist(ProductImage $newProductImage, LifecycleEventArgs $args)
[?] -
The
ProductListEventListener::__construct(ImagePlaceholderProviderInterface $imagePlaceholderProvider, WebpConfiguration $webpConfiguration)
[?] method was changed toProductListEventListener::__construct(ImagePlaceholderProviderInterface $imagePlaceholderProvider, WebpConfiguration $webpConfiguration, UrlHelper $urlHelper)
[?] -
The
RestrictIndexProductsEventListener::__construct(ConfigManager $configManager, ProductVisibilityQueryBuilderModifier $modifier, $configPath)
[?] method was changed toRestrictIndexProductsEventListener::__construct(ConfigManager $configManager, ProductVisibilityQueryBuilderModifier $modifier, WebsiteContextManager $websiteContextManager, $configPath)
[?] -
The
WebpAwareFrontendProductDatagridListener::__construct(DataGridThemeHelper $themeHelper, ImagePlaceholderProviderInterface $imagePlaceholderProvider, WebpConfiguration $webpConfiguration)
[?] method was changed toWebpAwareFrontendProductDatagridListener::__construct(DataGridThemeHelper $themeHelper, ImagePlaceholderProviderInterface $imagePlaceholderProvider, WebpConfiguration $webpConfiguration, UrlHelper $urlHelper)
[?] -
The
WebpAwareProductAutocompleteListener::__construct(RequestStack $requestStack, WebpConfiguration $webpConfiguration, ImagePlaceholderProviderInterface $imagePlaceholderProvider)
[?] method was changed toWebpAwareProductAutocompleteListener::__construct(WebpConfiguration $webpConfiguration, ImagePlaceholderProviderInterface $imagePlaceholderProvider, UrlHelper $urlHelper)
[?] -
The
WebsiteSearchMappingListener::__construct(AttributeManager $attributeManager, AttributeTypeRegistry $attributeTypeRegistry, AttributeConfigurationProviderInterface $configurationProvider, ProductIndexFieldsProvider $fieldsProvider, SearchableInformationProvider $searchableProvider)
[?] method was changed toWebsiteSearchMappingListener::__construct(AttributeManager $attributeManager, AttributeTypeRegistry $attributeTypeRegistry, AttributeConfigurationProviderInterface $configurationProvider, ProductIndexAttributeProviderInterface $fieldsProvider, SearchableInformationProvider $searchableProvider)
[?] -
The
WebsiteSearchProductIndexerListener::__construct(AbstractWebsiteLocalizationProvider $websiteLocalizationProvider, WebsiteContextManager $websiteContextManager, ManagerRegistry $doctrine, AttachmentManager $attachmentManager, AttributeManager $attributeManager, ProductIndexDataProviderInterface $dataProvider)
[?] method was changed toWebsiteSearchProductIndexerListener::__construct(AbstractWebsiteLocalizationProvider $websiteLocalizationProvider, WebsiteContextManager $websiteContextManager, ManagerRegistry $doctrine, AttributeManager $attributeManager, ProductIndexDataProviderInterface $dataProvider)
[?] -
The
ProductVariantsChangedListener::prePersist(ProductVariantLink $productVariantLink, LifecycleEventArgs $event)
[?] method was changed toProductVariantsChangedListener::prePersist(ProductVariantLink $productVariantLink, LifecycleEventArgs $event)
[?] -
The
DisplaySimpleVariationsListener::__construct(CacheProvider $productCache, CacheProvider $categoryCache, $configParameter)
[?] method was changed toDisplaySimpleVariationsListener::__construct(CacheInterface $productCache, CacheInterface $categoryCache, $configParameter)
[?] -
The
DatagridLineItemsDataEvent::__construct($lineItems, DatagridInterface $datagrid, $context)
[?] method was changed toDatagridLineItemsDataEvent::__construct($lineItems, $lineItemsData, DatagridInterface $datagrid, $context)
[?] -
The
ProcessAutocompleteDataEvent::__construct($data)
[?] method was changed toProcessAutocompleteDataEvent::__construct($data, $queryString, Result $result)
[?] -
The
SegmentEntityListener::__construct(CacheProvider $productCache)
[?] method was changed toSegmentEntityListener::__construct(CacheInterface $productCache)
[?] -
The
ProductDuplicator::__construct(DoctrineHelper $doctrineHelper, EventDispatcherInterface $eventDispatcher, FileManager $fileManager, AttachmentProvider $attachmentProvider)
[?] method was changed toProductDuplicator::__construct(DoctrineHelper $doctrineHelper, EventDispatcherInterface $eventDispatcher, FileManager $fileManager, AttachmentProvider $attachmentProvider, SkuIncrementorInterface $skuIncrementor)
[?] -
The following methods in class
FrontendProductGridEventListener
[?] were changed:__construct(AttributeManager $attributeManager, AttributeTypeRegistry $attributeTypeRegistry, AttributeConfigurationProviderInterface $configurationProvider, DoctrineHelper $doctrineHelper, DatagridStateProviderInterface $filtersStateProvider, DatagridStateProviderInterface $sortersStateProvider, ConfigManager $configManager, DatagridParametersHelper $datagridParametersHelper, FamilyAttributeCountsProvider $familyAttributeCountsProvider)
[?]__construct(AttributeManager $attributeManager, AttributeTypeRegistry $attributeTypeRegistry, AttributeConfigurationProviderInterface $configurationProvider, DoctrineHelper $doctrineHelper, ConfigManager $configManager, DatagridParametersHelper $datagridParametersHelper, FamilyAttributeCountsProvider $familyAttributeCountsProvider)
[?]
-
The
ProductController::addProductsWidgetAction(Request $request, $gridName)
[?] method was changed toProductController::addProductsWidgetAction(Request $request, $gridName)
[?] -
The
QuickAddController::copyPasteAction()
[?] method was changed toQuickAddController::copyPasteAction(Request $request)
[?] -
The
ProductPageContentVariantType::__construct(AuthorizationCheckerInterface $authorizationChecker, PropertyAccessor $propertyAccessor)
[?] method was changed toProductPageContentVariantType::__construct(AuthorizationCheckerInterface $authorizationChecker, PropertyAccessorInterface $propertyAccessor)
[?] -
The
ComponentProcessorRegistry::getProcessorByName($name)
[?] method was changed toComponentProcessorRegistry::getProcessorByName($name)
[?] -
The
ProductCollectionsIndexCronCommand::__construct(MessageProducerInterface $messageProducer, SegmentMessageFactory $segmentMessageFactory, CronSegmentsProvider $cronSegmentsProvider, ProductCollectionSegmentHelper $productCollectionSegmentHelper, ConfigManager $configManager)
[?] method was changed toProductCollectionsIndexCronCommand::__construct(AsyncReindexProductCollectionHandlerInterface $collectionIndexationHandler, SegmentMessageFactory $segmentMessageFactory, CronSegmentsProvider $cronSegmentsProvider, ProductCollectionSegmentHelper $productCollectionSegmentHelper, ConfigManager $configManager)
[?] -
The
ProductFamilySearchHandler::__construct(ManagerRegistry $registry, PropertyAccessor $propertyAccessor, AclHelper $aclHelper)
[?] method was changed toProductFamilySearchHandler::__construct(ManagerRegistry $registry, PropertyAccessorInterface $propertyAccessor, AclHelper $aclHelper)
[?] -
The
ReindexProductCollectionProcessor::__construct(JobRunner $jobRunner, MessageProducerInterface $producer, LoggerInterface $logger, ReindexMessageGranularizer $reindexMessageGranularizer, SegmentMessageFactory $messageFactory, SegmentSnapshotDeltaProvider $segmentSnapshotDeltaProvider)
[?] method was changed toReindexProductCollectionProcessor::__construct(JobRunner $jobRunner, SegmentMessageFactory $messageFactory, SegmentSnapshotDeltaProvider $segmentSnapshotDeltaProvider, ProductWebsiteReindexRequestDataStorageInterface $websiteReindexRequestDataStorage)
[?] -
The
ReindexProductsByAttributesProcessor::__construct(JobRunner $jobRunner, ManagerRegistry $registry, EventDispatcherInterface $dispatcher, LoggerInterface $logger)
[?] method was changed toReindexProductsByAttributesProcessor::__construct(JobRunner $jobRunner, ManagerRegistry $registry, EventDispatcherInterface $dispatcher)
[?] -
The
SaveProductUnitLabels::__construct(TranslationManager $translationManager, Translator $translator, UnitLabelFormatterInterface $formatter, MessageProducerInterface $producer, $mapping)
[?] method was changed toSaveProductUnitLabels::__construct(TranslationManager $translationManager, LocaleAwareInterface $translator, UnitLabelFormatterInterface $formatter, $mapping)
[?] -
The
ProductVariantFieldValueHandlerInterface::getPossibleValues($fieldName)
[?] method was changed toProductVariantFieldValueHandlerInterface::getPossibleValues($fieldName)
[?] -
The
FrontendVariantFiledType::$userLocalizationManager
[?] property was removed. -
The
QuickAddRow::$valid
[?] property was removed. -
The
QuickAddRowCollection::$eventDispatcher
[?] property was removed. -
The following properties in class
QuickAddRowCollectionBuilder
[?] were removed: -
The
DatagridLineItemsDataEvent::$name
[?] property was removed. -
The
ProcessAutocompleteDataEvent::$data
[?] property was removed. -
The
SaveProductUnitLabels::$producer
[?] property was removed. -
The following interfaces were removed:
-
The following classes were removed:
-
The
OroPromotionBundle::getContainerExtension
[?] method was removed. -
The
OroPromotionExtension::getAlias
[?] method was removed. -
The
CouponApplicabilityValidationService::__construct(CouponValidationService $couponValidationService, PromotionProvider $promotionProvider, EntityCouponsProvider $entityCouponsProvider)
[?] method was changed toCouponApplicabilityValidationService::__construct(CouponValidationService $couponValidationService, PromotionProvider $promotionProvider, EntityCouponsProvider $entityCouponsProvider, PromotionAwareEntityHelper $promotionAwareHelper)
[?] -
The
DisabledPromotionDiscountProviderDecorator::__construct(PromotionDiscountsProviderInterface $promotionDiscountsProvider)
[?] method was changed toDisabledPromotionDiscountProviderDecorator::__construct(PromotionDiscountsProviderInterface $promotionDiscountProvider, PromotionAwareEntityHelper $promotionAwareHelper)
[?] -
The
EntityCouponsProvider::__construct(DoctrineHelper $doctrineHelper)
[?] method was changed toEntityCouponsProvider::__construct(DoctrineHelper $doctrineHelper, PromotionAwareEntityHelper $promotionAwareHelper)
[?] -
The
MatchingProductsProvider::__construct(SegmentManager $segmentManager, CacheProvider $matchingProductsCache)
[?] method was changed toMatchingProductsProvider::__construct(SegmentManager $segmentManager, CacheInterface $matchingProductsCache)
[?] -
The
OrderPromotionDiscountsProviderDecorator::__construct(PromotionDiscountsProviderInterface $baseDiscountsProvider)
[?] method was changed toOrderPromotionDiscountsProviderDecorator::__construct(PromotionDiscountsProviderInterface $baseDiscountsProvider, PromotionAwareEntityHelper $promotionAwareHelper)
[?] -
The following methods in class
PromotionProvider
[?] were changed:__construct(ManagerRegistry $registry, RuleFiltrationServiceInterface $ruleFiltrationService, ContextDataConverterInterface $contextDataConverter, AppliedPromotionMapper $promotionMapper)
[?]__construct(ManagerRegistry $doctrine, RuleFiltrationServiceInterface $ruleFiltrationService, ContextDataConverterInterface $contextDataConverter, AppliedPromotionMapper $promotionMapper, TokenAccessorInterface $tokenAccessor, MemoryCacheProviderInterface $memoryCacheProvider, PromotionAwareEntityHelper $promotionAwareHelper)
[?]
-
The
OrderMapperDecorator::__construct(MapperInterface $orderMapper)
[?] method was changed toOrderMapperDecorator::__construct(MapperInterface $orderMapper, PromotionAwareEntityHelper $promotionAwareHelper)
[?] -
The
AppliedCouponsDataProvider::getAppliedCoupons(AppliedCouponsAwareInterface $entity)
[?] method was changed toAppliedCouponsDataProvider::getAppliedCoupons($entity)
[?] -
The
AbstractCouponHandler::__construct(EntityRoutingHelper $routingHelper, ManagerRegistry $registry, EventDispatcherInterface $eventDispatcher, AuthorizationCheckerInterface $authorizationChecker)
[?] method was changed toAbstractCouponHandler::__construct(EntityRoutingHelper $routingHelper, ManagerRegistry $registry, EventDispatcherInterface $eventDispatcher, AuthorizationCheckerInterface $authorizationChecker, PromotionAwareEntityHelper $promotionAwareHelper)
[?] -
The following methods in class
FrontendCouponRemoveHandler
[?] were changed: -
The
PromotionExecutor::setCache(Cache $cache)
[?] method was changed toPromotionExecutor::setCache(CacheInterface $cache)
[?] -
The
ActualizeCouponsStateListener::__construct(ManagerRegistry $registry, EntityCouponsProvider $entityCouponsProvider)
[?] method was changed toActualizeCouponsStateListener::__construct(ManagerRegistry $registry, EntityCouponsProvider $entityCouponsProvider, PromotionAwareEntityHelper $promotionAwareHelper)
[?] -
The
DatagridLineItemsDataPromotionsListener::__construct(DatagridLineItemsDataPricingListener $pricingLineItemDataListener, PromotionExecutor $promotionExecutor, UserCurrencyManager $currencyManager, NumberFormatter $numberFormatter)
[?] method was changed toDatagridLineItemsDataPromotionsListener::__construct(PromotionExecutor $promotionExecutor, NumberFormatter $numberFormatter, SplitEntitiesProviderInterface $splitEntitiesProvider)
[?] -
The
PromotionRepository::getPromotionsWithLabelsByIds($ids)
[?] method was changed toPromotionRepository::getPromotionsWithLabelsByIds($ids)
[?] -
The following properties in class
AbstractCouponHandler
[?] were removed: -
The following interfaces were removed:
- The following classes were removed:
- The
OroRFPBundle::getContainerExtension
[?] method was removed. - The
RequestUpdateHandler::processSave
[?] method was removed. - The
Request::getClass
[?] method was removed. - The
OroRFPExtension::getAlias
[?] method was removed. - The
RequestController::getWebsiteManager
[?] method was removed. - The
EmailOwnerProvider::findEmailOwner(EntityManager $em, $email)
[?] method was changed toEmailOwnerProvider::findEmailOwner(EntityManagerInterface $em, $email)
[?] - The
RequestController::updateAction(Request $rfpRequest, Request $request)
[?] method was changed toRequestController::updateAction(Request $rfpRequest)
[?]
-
The following classes were removed:
-
The
SlugUrlMatcher::__construct(RouterInterface $router, MatchedUrlDecisionMaker $matchedUrlDecisionMaker, SlugEntityFinder $slugEntityFinder, Mode $maintenanceMode)
[?] method was changed toSlugUrlMatcher::__construct(RouterInterface $router, MatchedUrlDecisionMaker $matchedUrlDecisionMaker, SlugEntityFinder $slugEntityFinder, MaintenanceModeState $maintenanceModeState)
[?] -
The
SluggableUrlGenerator::__construct(SluggableUrlProviderInterface $sluggableUrlProvider, ContextUrlProviderRegistry $contextUrlProvider, UserLocalizationManagerInterface $userLocalizationManager, ConfigManager $configManager)
[?] method was changed toSluggableUrlGenerator::__construct(SluggableUrlProviderInterface $sluggableUrlProvider, ContextUrlProviderRegistry $contextUrlProvider, LocalizationProviderInterface $localizationProvider, ConfigManager $configManager)
[?] -
The
SlugEntityFinder::__construct(ManagerRegistry $doctrine, ScopeManager $scopeManager, AclHelper $aclHelper)
[?] method was changed toSlugEntityFinder::__construct(ManagerRegistry $doctrine, ScopeManager $scopeManager)
[?] -
The following methods in class
SluggableUrlDatabaseAwareProvider
[?] were changed: -
The
DirectUrlMessageFactory::__construct(ManagerRegistry $registry, ConfigManager $configManager)
[?] method was changed toDirectUrlMessageFactory::__construct(ManagerRegistry $managerRegistry)
[?] -
The
CanonicalUrlGenerator::__construct(ConfigManager $configManager, Cache $cache, RequestStack $requestStack, RoutingInformationProvider $routingInformationProvider, WebsiteUrlResolver $websiteSystemUrlResolver, LocalizationProviderInterface $localizationProvider)
[?] method was changed toCanonicalUrlGenerator::__construct(ConfigManager $configManager, CacheInterface $cache, RequestStack $requestStack, RoutingInformationProvider $routingInformationProvider, WebsiteUrlResolver $websiteSystemUrlResolver, LocalizationProviderInterface $localizationProvider)
[?] -
The
RedirectGenerator::__construct(ManagerRegistry $registry)
[?] method was changed toRedirectGenerator::__construct(ManagerRegistry $doctrine)
[?] -
The
SlugEntityGenerator::__construct(RoutingInformationProviderInterface $routingInformationProvider, UniqueSlugResolver $slugResolver, RedirectGenerator $redirectGenerator, SluggableUrlDumper $urlCacheDumper)
[?] method was changed toSlugEntityGenerator::__construct(RoutingInformationProviderInterface $routingInformationProvider, UniqueSlugResolverInterface $slugResolver, RedirectGenerator $redirectGenerator, SluggableUrlDumper $urlCacheDumper)
[?] -
The
UniqueSlugResolver::__construct(ManagerRegistry $registry, AclHelper $aclHelper, EventDispatcherInterface $eventDispatcher)
[?] method was changed toUniqueSlugResolver::__construct(ManagerRegistry $doctrine)
[?] -
The
SlugListener::__construct(ManagerRegistry $registry, MessageProducerInterface $messageProducer)
[?] method was changed toSlugListener::__construct(MessageProducerInterface $messageProducer)
[?] -
The
SluggableEntityListener::postPersist(LifecycleEventArgs $args)
[?] method was changed toSluggableEntityListener::postPersist(LifecycleEventArgs $args)
[?] -
The following methods in class
SlugRepository
[?] were changed: -
The following methods in class
UrlKeyValueCache
[?] were changed: -
The
DirectUrlProcessor::__construct(ManagerRegistry $registry, SlugEntityGenerator $generator, MessageFactoryInterface $messageFactory, LoggerInterface $logger, UrlCacheInterface $urlCache)
[?] method was changed toDirectUrlProcessor::__construct(ManagerRegistry $registry, SlugEntityGenerator $generator, MessageFactoryInterface $messageFactory, UrlCacheInterface $urlCache, SluggableUrlDumper $urlCacheDumper)
[?] -
The
DirectUrlRemoveProcessor::__construct(ManagerRegistry $registry, LoggerInterface $logger, MessageProducerInterface $producer)
[?] method was changed toDirectUrlRemoveProcessor::__construct(ManagerRegistry $managerRegistry, MessageProducerInterface $messageProducer)
[?] -
The
SluggableEntitiesProcessor::__construct(ManagerRegistry $doctrine, JobRunner $jobRunner, MessageProducerInterface $producer, LoggerInterface $logger, MessageFactoryInterface $messageFactory, $itemProcessingTopicName)
[?] method was changed toSluggableEntitiesProcessor::__construct(ManagerRegistry $doctrine, JobRunner $jobRunner, MessageProducerInterface $producer, MessageFactoryInterface $messageFactory, $itemProcessingTopicName)
[?] -
The
SyncSlugRedirectsProcessor::__construct(ManagerRegistry $registry, LoggerInterface $logger)
[?] method was changed toSyncSlugRedirectsProcessor::__construct(ManagerRegistry $managerRegistry)
[?] -
The
UrlCacheProcessor::__construct(JobRunner $jobRunner, MessageFactoryInterface $messageFactory, SluggableUrlDumper $dumper, LoggerInterface $logger)
[?] method was changed toUrlCacheProcessor::__construct(MessageFactoryInterface $messageFactory, SluggableUrlDumper $dumper)
[?] -
The following methods in class
DirectUrlMessageFactory
[?] were removed: -
The
OroRedirectExtension::getAlias
[?] method was removed. -
The
RedirectGenerator::$registry
[?] property was removed. -
The
UniqueSlugResolver::$registry
[?] property was removed. -
The
SlugListener::$registry
[?] property was removed. -
The following properties in class
SyncSlugRedirectsProcessor
[?] were removed:
- The following classes were removed:
- The following methods in class
ContentVariantUrlItemsProvider
[?] were removed: - The following methods in class
SwitchableUrlItemsProvider
[?] were removed: - The
ProductSearchIndexListener::getMetaFieldsForEntity
[?] method was removed. - The
GenerateSitemapCommand::isActive
[?] method was removed. - The
ContentVariantUrlItemsProvider::__construct(ManagerRegistry $registry, WebCatalogProvider $webCatalogProvider, ContentNodeTreeResolverInterface $contentNodeTreeResolver, CanonicalUrlGenerator $canonicalUrlGenerator, WebCatalogScopeCriteriaProvider $scopeCriteriaProvider)
[?] method was changed toContentVariantUrlItemsProvider::__construct(ManagerRegistry $registry, WebCatalogProvider $webCatalogProvider, ContentNodeTreeResolverInterface $contentNodeTreeResolver, CanonicalUrlGenerator $canonicalUrlGenerator, ScopeQueryBuilderModifierInterface $scopeQueryBuilderModifier)
[?] - The
SeoDataProvider::__construct(LocalizationHelper $localizationHelper, RequestWebContentVariantProvider $requestWebContentVariantProvider, PropertyAccessor $propertyAccessor)
[?] method was changed toSeoDataProvider::__construct(LocalizationHelper $localizationHelper, RequestWebContentVariantProvider $requestWebContentVariantProvider, PropertyAccessorInterface $propertyAccessor)
[?] - The
ProductDuplicateListener::__construct(PropertyAccessor $propertyAccessor, $metaFields = [])
[?] method was changed toProductDuplicateListener::__construct(PropertyAccessorInterface $propertyAccessor, $metaFields = [])
[?] - The
RestrictSitemapCmsPageByWebCatalogListener::__construct(ConfigManager $configManager, WebCatalogScopeCriteriaProvider $scopeCriteriaProvider)
[?] method was changed toRestrictSitemapCmsPageByWebCatalogListener::__construct(ConfigManager $configManager, CmsPageSitemapRestrictionProvider $provider, ScopeQueryBuilderModifierInterface $scopeQueryBuilderModifier)
[?] - The
GenerateSitemapByWebsiteAndTypeProcessor::__construct(JobRunner $jobRunner, ManagerRegistry $doctrine, UrlItemsProviderRegistryInterface $urlItemsProviderRegistry, SitemapDumperInterface $sitemapDumper, LoggerInterface $logger)
[?] method was changed toGenerateSitemapByWebsiteAndTypeProcessor::__construct(JobRunner $jobRunner, ManagerRegistry $doctrine, SitemapDumperInterface $sitemapDumper, LoggerInterface $logger, WebsiteManager $websiteManager, $configManager)
[?] - The
GenerateSitemapIndexProcessor::__construct(ManagerRegistry $doctrine, SitemapDumperInterface $sitemapDumper, PublicSitemapFilesystemAdapter $fileSystemAdapter, LoggerInterface $logger)
[?] method was changed toGenerateSitemapIndexProcessor::__construct(ManagerRegistry $doctrine, SitemapDumperInterface $sitemapDumper, PublicSitemapFilesystemAdapter $fileSystemAdapter, LoggerInterface $logger, WebsiteManager $websiteManager, $configManager)
[?] - The
SwitchableUrlItemsProvider::$excludeProviderKey
[?] property was removed.
- The following classes were removed:
- The
OroSaleBundle::getContainerExtension
[?] method was removed. - The
BasicQuoteShippingContextFactory::ensureApplicable
[?] method was removed. - The
OroSaleExtension::getAlias
[?] method was removed. - The
BasicQuoteShippingContextFactory::create($quote)
[?] method was changed toBasicQuoteShippingContextFactory::create($entity)
[?] - The
QuoteListener::postPersist(Quote $quote, LifecycleEventArgs $event)
[?] method was changed toQuoteListener::postPersist(Quote $quote, LifecycleEventArgs $event)
[?] - The
QuoteController::update(Quote $quote, Request $request)
[?] method was changed toQuoteController::update(Quote $quote, Request $request, $resultProvider = null)
[?]
-
The following classes were removed:
-
The
OroShippingBundle::getContainerExtension
[?] method was removed. -
The
ChannelShippingMethodProvider::postLoad
[?] method was removed. -
The
ShippingMethodSelectType::getName
[?] method was removed. -
The
ShippingMethodsConfigsRuleRepository::getRulesWithoutShippingMethods
[?] method was removed. -
The
OroShippingExtension::getAlias
[?] method was removed. -
The
BasicShippingContextBuilderFactory::__construct
[?] method was removed. -
The
ShippingRuleEnableValidator::__construct(ShippingRuleEnabledCheckerInterface $ruleEnabledChecker)
[?] method was changed toShippingRuleEnableValidator::__construct(ShippingRuleEnabledCheckerInterface $ruleEnabledChecker, TokenAccessorInterface $tokenAccessor)
[?] -
The
ShippingMethodLabelTranslator::getShippingMethodWithTypeLabel($shippingMethodName, $shippingTypeName)
[?] method was changed toShippingMethodLabelTranslator::getShippingMethodWithTypeLabel($shippingMethodName, $shippingTypeName)
[?] -
The following methods in class
ShippingMethodIconProvider
[?] were changed: -
The following methods in class
ShippingPriceProvider
[?] were changed:__construct(MethodsConfigsRulesByContextProviderInterface $shippingRulesProvider, ShippingMethodProviderInterface $shippingMethodProvider, ShippingPriceCache $priceCache, ShippingMethodViewFactory $shippingMethodViewFactory, EventDispatcherInterface $eventDispatcher)
[?]__construct(MethodsConfigsRulesByContextProviderInterface $shippingRulesProvider, ShippingMethodProviderInterface $shippingMethodProvider, ShippingPriceCache $priceCache, ShippingMethodViewFactory $shippingMethodViewFactory, EventDispatcherInterface $eventDispatcher, MemoryCacheProviderInterface $memoryCacheProvider)
[?]
-
The
RegardlessDestinationMethodsConfigsRulesByContextProvider::__construct(MethodsConfigsRulesFiltrationServiceInterface $filtrationService, ShippingMethodsConfigsRuleRepository $repository)
[?] method was changed toRegardlessDestinationMethodsConfigsRulesByContextProvider::__construct(MethodsConfigsRulesFiltrationServiceInterface $filtrationService, ManagerRegistry $doctrine, ShippingMethodOrganizationProvider $organizationProvider)
[?] -
The
BasicMethodsConfigsRulesByContextProvider::__construct(MethodsConfigsRulesFiltrationServiceInterface $filtrationService, ShippingMethodsConfigsRuleRepository $repository)
[?] method was changed toBasicMethodsConfigsRulesByContextProvider::__construct(MethodsConfigsRulesFiltrationServiceInterface $filtrationService, ManagerRegistry $doctrine, ShippingMethodOrganizationProvider $organizationProvider)
[?] -
The following methods in class
ShippingPriceCache
[?] were changed: -
The
CompositeShippingMethodProvider::getShippingMethod($identifier)
[?] method was changed toCompositeShippingMethodProvider::getShippingMethod($name)
[?] -
The
ShippingMethodViewCollection::addMethodView($methodId, $methodView)
[?] method was changed toShippingMethodViewCollection::addMethodView($methodId, $methodView)
[?] -
The
ChannelShippingMethodProvider::__construct($channelType, DoctrineHelper $doctrineHelper, IntegrationShippingMethodFactoryInterface $methodFactory)
[?] method was changed toChannelShippingMethodProvider::__construct($channelType, IntegrationShippingMethodFactoryInterface $shippingMethodFactory, ShippingMethodLoader $shippingMethodLoader)
[?] -
The
ShippingMethodLabelFormatter::formatShippingMethodLabel($shippingMethodName)
[?] method was changed toShippingMethodLabelFormatter::formatShippingMethodLabel($shippingMethodName)
[?] -
The
ShippingMethodSelectType::__construct(ShippingMethodChoicesProviderInterface $provider, ShippingMethodIconProviderInterface $iconProvider, Packages $assetHelper)
[?] method was changed toShippingMethodSelectType::__construct(ShippingMethodChoicesProvider $provider, ShippingMethodIconProviderInterface $iconProvider, Packages $assetHelper)
[?] -
The following methods in class
ShippingRuleChangeListener
[?] were changed: -
The
ApplicableMethodsEvent::__construct(ShippingMethodViewCollection $methodCollection, $sourceEntity)
[?] method was changed toApplicableMethodsEvent::__construct(ShippingMethodViewCollection $methodCollection, $sourceEntity)
[?] -
The
ShippingMethodsConfigsRuleRepository::getByDestinationAndCurrencyAndWebsite(AddressInterface $address, $currency, Website $website = null)
[?] method was changed toShippingMethodsConfigsRuleRepository::getByDestinationAndCurrencyAndWebsite(AddressInterface $address, $currency, $website = null, $organization = null)
[?] -
The
ShippingMethodsConfigsRuleController::markMassAction($gridName, $actionName, Request $request)
[?] method was changed toShippingMethodsConfigsRuleController::markMassAction($gridName, $actionName, Request $request)
[?] -
The
BasicShippingContextBuilder::__construct($sourceEntity, $sourceEntityIdentifier, ShippingOriginProvider $shippingOriginProvider)
[?] method was changed toBasicShippingContextBuilder::__construct($sourceEntity, $sourceEntityIdentifier)
[?] -
The
BasicShippingContextBuilderFactory::createShippingContextBuilder($sourceEntity, $sourceEntityId)
[?] method was changed toBasicShippingContextBuilderFactory::createShippingContextBuilder($sourceEntity, $sourceEntityId)
[?] -
The
HasApplicableShippingMethods::__construct(ShippingMethodProviderInterface $shippingMethodProvider, ShippingPriceProviderInterface $shippingPriceProvider)
[?] method was changed toHasApplicableShippingMethods::__construct(ShippingPriceProviderInterface $shippingPriceProvider)
[?] -
The
ShippingMethodEnabledByIdentifierChecker::isEnabled($identifier)
[?] method was changed toShippingMethodEnabledByIdentifierChecker::isEnabled($identifier)
[?] -
The
UpdateDimensionsByValueAndUnit::__construct(DoctrineHelper $doctrineHelper)
[?] method was changed toUpdateDimensionsByValueAndUnit::__construct(ManagerRegistry $doctrine)
[?] -
The
UpdateWeightByValueAndUnit::__construct(DoctrineHelper $doctrineHelper)
[?] method was changed toUpdateWeightByValueAndUnit::__construct(ManagerRegistry $doctrine)
[?] -
The
ShippingMethodIconProviderInterface::getIcon($identifier)
[?] method was changed toShippingMethodIconProviderInterface::getIcon($identifier)
[?] -
The
ShippingPriceProviderInterface::getPrice(ShippingContextInterface $context, $methodId, $typeId)
[?] method was changed toShippingPriceProviderInterface::getPrice(ShippingContextInterface $context, $methodId, $typeId)
[?] -
The
ShippingMethodInterface::getType($identifier)
[?] method was changed toShippingMethodInterface::getType($identifier)
[?] -
The
ShippingMethodProviderInterface::getShippingMethod($name)
[?] method was changed toShippingMethodProviderInterface::getShippingMethod($name)
[?] -
The
ShippingTrackingAwareInterface::getTrackingLink($number)
[?] method was changed toShippingTrackingAwareInterface::getTrackingLink($number)
[?] -
The
ShippingContextFactoryInterface::create($entity)
[?] method was changed toShippingContextFactoryInterface::create($entity)
[?] -
The
ShippingContextBuilderInterface::setShippingOrigin(AddressInterface $shippingOrigin)
[?] method was changed toShippingContextBuilderInterface::setShippingOrigin($shippingOrigin)
[?] -
The
ShippingContextBuilderFactoryInterface::createShippingContextBuilder($sourceEntity, $sourceEntityId)
[?] method was changed toShippingContextBuilderFactoryInterface::createShippingContextBuilder($sourceEntity, $sourceEntityId)
[?] -
The
ShippingMethodEnabledByIdentifierCheckerInterface::isEnabled($identifier)
[?] method was changed toShippingMethodEnabledByIdentifierCheckerInterface::isEnabled($identifier)
[?] -
The
ShippingOriginEventListener::$shippingOriginModelFactory
[?] property was removed. -
The
HasApplicableShippingMethods::$shippingMethodProvider
[?] property was removed. -
The
UpdateDimensionsByValueAndUnit::$doctrineHelper
[?] property was removed. -
The
UpdateWeightByValueAndUnit::$doctrineHelper
[?] property was removed. -
The
ShippingMethodChoicesProviderInterface
[?] interface was removed.
-
The following classes were removed:
-
The
OroShoppingListBundle::getContainerExtension
[?] method was removed. -
The following methods in class
AbstractShoppingListQuickAddProcessor
[?] were removed: -
The following methods in class
QuickAddCheckoutProcessor
[?] were removed: -
The
FrontendLineItemWidgetType::setShoppingListClass
[?] method was removed. -
The
OroShoppingListExtension::getAlias
[?] method was removed. -
The
ClearExpiredCustomerVisitorsCommand::isActive
[?] method was removed. -
The
ClearExpiredShoppingListsCommand::isActive
[?] method was removed. -
The
AbstractShoppingListQuickAddProcessor::__construct(ShoppingListLineItemHandler $shoppingListLineItemHandler, ManagerRegistry $registry, MessageGenerator $messageGenerator, AclHelper $aclHelper)
[?] method was changed toAbstractShoppingListQuickAddProcessor::__construct(ShoppingListLineItemHandler $shoppingListLineItemHandler, ManagerRegistry $doctrine, AclHelper $aclHelper)
[?] -
The
CurrentShoppingListStorage::__construct(Cache $cache)
[?] method was changed toCurrentShoppingListStorage::__construct(CacheItemPoolInterface $cache)
[?] -
The
MatrixGridOrderManager::__construct(PropertyAccessor $propertyAccessor, ProductVariantAvailabilityProvider $variantAvailability, EmptyMatrixGridInterface $emptyMatrixGridManager)
[?] method was changed toMatrixGridOrderManager::__construct(PropertyAccessorInterface $propertyAccessor, ProductVariantAvailabilityProvider $variantAvailability, EmptyMatrixGridInterface $emptyMatrixGridManager, ManagerRegistry $doctrine)
[?] -
The
ShoppingListManager::__construct(ManagerRegistry $doctrine, TokenAccessorInterface $tokenAccessor, TranslatorInterface $translator, QuantityRoundingService $rounding, WebsiteManager $websiteManager, ShoppingListTotalManager $totalManager, ProductVariantAvailabilityProvider $productVariantProvider, ConfigManager $configManager, EntityDeleteHandlerRegistry $deleteHandlerRegistry)
[?] method was changed toShoppingListManager::__construct(ManagerRegistry $doctrine, TokenAccessorInterface $tokenAccessor, TranslatorInterface $translator, QuantityRoundingService $rounding, WebsiteManager $websiteManager, ShoppingListTotalManager $totalManager, ProductVariantAvailabilityProvider $productVariantProvider, ConfigManager $configManager, EntityDeleteHandlerRegistry $deleteHandlerRegistry, LineItemChecksumGeneratorInterface $lineItemChecksumGenerator)
[?] -
The
FrontendLineItemWidgetType::__construct(ManagerRegistry $registry, TranslatorInterface $translator, CurrentShoppingListManager $currentShoppingListManager)
[?] method was changed toFrontendLineItemWidgetType::__construct(TranslatorInterface $translator, CurrentShoppingListManager $currentShoppingListManager)
[?] -
The following methods in class
ShoppingListHandler
[?] were changed: -
The
RemoveParentProductsFromShoppingListLineItemListener::prePersist(LineItem $lineItem, LifecycleEventArgs $event)
[?] method was changed toRemoveParentProductsFromShoppingListLineItemListener::prePersist(LineItem $lineItem, LifecycleEventArgs $event)
[?] -
The
InvalidateTotalsByInventoryStatusPerProductProcessor::__construct(ManagerRegistry $registry, MessageFactory $messageFactory, LoggerInterface $logger)
[?] method was changed toInvalidateTotalsByInventoryStatusPerProductProcessor::__construct(ManagerRegistry $registry, MessageFactory $messageFactory)
[?] -
The
InvalidateTotalsByInventoryStatusPerWebsiteProcessor::__construct(ConfigManager $configManager, WebsiteProviderInterface $websiteProvider, ManagerRegistry $registry, MessageFactory $messageFactory, LoggerInterface $logger)
[?] method was changed toInvalidateTotalsByInventoryStatusPerWebsiteProcessor::__construct(ConfigManager $configManager, WebsiteProviderInterface $websiteProvider, ManagerRegistry $registry, MessageFactory $messageFactory)
[?] -
The
MessageFactory::createShoppingTotalsInvalidateMessage($context, $productIds = [])
[?] method was changed toMessageFactory::createShoppingTotalsInvalidateMessage($context, $productIds = [])
[?] -
The
ShoppingListItemCollection::setFormData(FormInterface $form, $value)
[?] method was changed toShoppingListItemCollection::setFormData(FormInterface $form, $value)
[?] -
The following properties in class
AbstractShoppingListQuickAddProcessor
[?] were removed: -
The following properties in class
FrontendLineItemWidgetType
[?] were removed: -
The following properties in class
ShoppingListHandler
[?] were removed:
-
The following classes were removed:
-
The
OroTaxBundle::getContainerExtension
[?] method was removed. -
The
ZipCodeFields::validatedBy
[?] method was removed. -
The following methods in class
TaxSubtotalProvider
[?] were removed: -
The
TaxCodes::addCode
[?] method was removed. -
The
CountryZipCodeMatcher::setCountryMatcher
[?] method was removed. -
The
RegionMatcher::setCountryMatcher
[?] method was removed. -
The
ZipCodeMatcher::setRegionMatcher
[?] method was removed. -
The
CustomerTaxCodeImportExportHelper::loadCustomerTaxCode
[?] method was removed. -
The
CustomerTaxCodeAutocompleteType::getName
[?] method was removed. -
The
ProductTaxCodeAutocompleteType::getName
[?] method was removed. -
The
ProductTaxCodeMultiSelectType::getName
[?] method was removed. -
The
ZipCodeCollectionType::getName
[?] method was removed. -
The following methods in class
ZipCodeType
[?] were removed: -
The following methods in class
AbstractTaxExtension
[?] were removed: -
The
ProductTaxCodeEventListener::filterCodes
[?] method was removed. -
The
AbstractTaxCodeRepository::findByCodes
[?] method was removed. -
The
OroTaxExtension::getAlias
[?] method was removed. -
The
ZipCodeFieldsValidator::isInteger($value)
[?] method was changed toZipCodeFieldsValidator::isInteger($value)
[?] -
The
TaxCodeProvider::__construct(AbstractTaxCodeRepository $productTaxCodeRepository, AbstractTaxCodeRepository $customerTaxCodeRepository, TaxCodesCache $cacheProvider)
[?] method was changed toTaxCodeProvider::__construct(AbstractTaxCodeRepository $productTaxCodeRepository, AbstractTaxCodeRepository $customerTaxCodeRepository, CacheInterface $cacheProvider, DoctrineHelper $doctrineHelper)
[?] -
The
TaxationSettingsProvider::__construct(ConfigManager $configManager, TaxBaseExclusionFactory $taxBaseExclusionFactory, AddressModelFactory $addressModelFactory, CacheProvider $cacheProvider)
[?] method was changed toTaxationSettingsProvider::__construct(ConfigManager $configManager, TaxBaseExclusionFactory $taxBaseExclusionFactory, AddressModelFactory $addressModelFactory, CacheInterface $cacheProvider)
[?] -
The
TaxCode::__construct($code, $type)
[?] method was changed toTaxCode::__construct($code, $type)
[?] -
The
AddressMatcherRegistry::getMatcherByType($resolvableType)
[?] method was changed toAddressMatcherRegistry::getMatcherByType($resolvableType)
[?] -
The following methods in class
TaxManager
[?] were changed:__construct(TaxFactory $taxFactory, TaxEventDispatcher $eventDispatcher, TaxValueManager $taxValueManager, TaxationSettingsProvider $settingsProvider, CacheProvider $cacheProvider, ObjectCacheKeyGenerator $objectCacheKeyGenerator)
[?]__construct(TaxFactory $taxFactory, TaxEventDispatcher $eventDispatcher, TaxValueManager $taxValueManager, TaxationSettingsProvider $settingsProvider, CacheInterface $cacheProvider, ObjectCacheKeyGenerator $objectCacheKeyGenerator)
[?]
-
The
CustomerTaxCodeImportExportHelper::normalizeCustomerTaxCode(CustomerTaxCode $customerTaxCode = null)
[?] method was changed toCustomerTaxCodeImportExportHelper::normalizeCustomerTaxCode($customerTaxCode = null)
[?] -
The
AbstractTaxExtension::getTaxCode($object)
[?] method was changed toAbstractTaxExtension::getTaxCode($entity)
[?] -
The
CustomerGroupTaxExtension::handleTaxCode($customerGroup, AbstractTaxCode $taxCode = null, AbstractTaxCode $taxCodeNew = null)
[?] method was changed toCustomerGroupTaxExtension::handleTaxCode($entity, $taxCode, $taxCodeNew)
[?] -
The
CustomerTaxExtension::handleTaxCode($customer, AbstractTaxCode $taxCode = null, AbstractTaxCode $taxCodeNew = null)
[?] method was changed toCustomerTaxExtension::handleTaxCode($entity, $taxCode, $taxCodeNew)
[?] -
The
ProductTaxExtension::handleTaxCode($product, AbstractTaxCode $taxCode = null, AbstractTaxCode $taxCodeNew = null)
[?] method was changed toProductTaxExtension::handleTaxCode($entity, $taxCode, $taxCodeNew)
[?] -
The
CustomerTaxCodeImportExportSubscriber::__construct(TranslatorInterface $translator, CustomerTaxCodeImportExportHelper $customerTaxManager, $customerClassName)
[?] method was changed toCustomerTaxCodeImportExportSubscriber::__construct(TranslatorInterface $translator, CustomerTaxCodeImportExportHelper $customerTaxManager, FieldHelper $fieldHelper, $customerClassName)
[?] -
The
BuiltinEntityTaxListener::prePersist($entity, LifecycleEventArgs $event)
[?] method was changed toBuiltinEntityTaxListener::prePersist($entity, LifecycleEventArgs $event)
[?] -
The
TaxCodeGridListener::__construct($taxCodeClass, $relatedEntityClass)
[?] method was changed toTaxCodeGridListener::__construct($taxCodeClass, FeatureChecker $featureChecker)
[?] -
The
ProductTaxCodeEventListener::__construct(DoctrineHelper $doctrineHelper, TokenAccessorInterface $tokenAccessor, $taxCodeClass, $settingsKey)
[?] method was changed toProductTaxCodeEventListener::__construct(DoctrineHelper $doctrineHelper, AclHelper $aclHelper, $settingsKey)
[?] -
The
AbstractTaxCodeRepository::findOneByEntity($type, $object)
[?] method was changed toAbstractTaxCodeRepository::findOneByEntity($object)
[?] -
The
TaxRuleRepository::findByRegionAndTaxCode(TaxCodes $taxCodes, Country $country, Region $region = null, $regionText = null)
[?] method was changed toTaxRuleRepository::findByRegionAndTaxCode(TaxCodes $taxCodes, Country $country, $region, $regionText)
[?] -
The following properties in class
TaxSubtotalProvider
[?] were removed: -
The
ZipCodeType::$dataClass
[?] property was removed. -
The following properties in class
AbstractTaxExtension
[?] were removed: -
The following properties in class
TaxCodeGridListener
[?] were removed: -
The following properties in class
ProductTaxCodeEventListener
[?] were removed:
-
The following classes were removed:
-
The
OroUPSBundle::getContainerExtension
[?] method was removed. -
The
UPSTransportSettingsType::onPreSetData
[?] method was removed. -
The following methods in class
ShippingPriceCache
[?] were removed: -
The
TimeInTransitCacheProvider::__construct(UPSTransport $settings, CacheProvider $cacheProvider, LifetimeProviderInterface $lifetimeProvider)
[?] method was changed toTimeInTransitCacheProvider::__construct(UPSTransport $settings, CacheItemPoolInterface $cacheProvider, LifetimeProviderInterface $lifetimeProvider)
[?] -
The
TimeInTransitCacheProviderFactory::__construct(CacheProvider $cacheProvider, LifetimeProviderInterface $lifetimeProvider)
[?] method was changed toTimeInTransitCacheProviderFactory::__construct(CacheItemPoolInterface $cacheProvider, LifetimeProviderInterface $lifetimeProvider)
[?] -
The
UPSShippingMethod::__construct($identifier, $label, $icon, $types, UPSTransport $transport, UPSTransport $transportProvider, PriceRequestFactory $priceRequestFactory, ShippingPriceCache $cache, $enabled)
[?] method was changed toUPSShippingMethod::__construct($identifier, $label, $icon, $types, UPSTransport $transport, UPSTransport $transportProvider, PriceRequestFactory $priceRequestFactory, ShippingPriceCache $cache, $enabled)
[?] -
The
UPSShippingMethodType::__construct($identifier, $label, $methodId, ShippingService $shippingService, UPSTransport $transport, UPSTransport $transportProvider, PriceRequestFactory $priceRequestFactory, ShippingPriceCache $cache)
[?] method was changed toUPSShippingMethodType::__construct($identifier, $label, $methodId, ShippingService $shippingService, UPSTransport $transport, UPSTransport $transportProvider, PriceRequestFactory $priceRequestFactory, ShippingPriceCache $cache)
[?] -
The
UPSTransportSettingsType::__construct(TransportInterface $transport, ShippingOriginProvider $shippingOriginProvider)
[?] method was changed toUPSTransportSettingsType::__construct(TransportInterface $transport, SystemShippingOriginProvider $systemShippingOriginProvider)
[?] -
The
UPSTransportEntityListener::postUpdate(UPSTransport $transport, LifecycleEventArgs $args)
[?] method was changed toUPSTransportEntityListener::postUpdate(UPSTransport $transport, LifecycleEventArgs $args)
[?] -
The following methods in class
ShippingPriceCache
[?] were changed: -
The
UPSShippingMethod::$channel
[?] property was removed. -
The following properties in class
UPSTransportSettingsType
[?] were removed:
- The
OroValidationBundle::getContainerExtension
[?] method was removed. - The
UniqueEntity::getTargets
[?] method was removed. - The following methods in class
UniqueEntityValidator
[?] were removed: - The
OroValidationExtension::getAlias
[?] method was removed. - The
BlankOneOfValidator::__construct(TranslatorInterface $translator, PropertyAccessor $propertyAccessor)
[?] method was changed toBlankOneOfValidator::__construct(TranslatorInterface $translator, PropertyAccessorInterface $propertyAccessor)
[?] - The
DatesChainValidator::__construct(PropertyAccessor $propertyAccessor)
[?] method was changed toDatesChainValidator::__construct(PropertyAccessorInterface $propertyAccessor)
[?]
-
The
Topics
[?] class was removed. -
The following methods in class
OroVisibilityBundle
[?] were removed: -
The following methods in class
AbstractResolvedCacheBuilder
[?] were removed: -
The following methods in class
CustomerGroupProductResolvedCacheBuilder
[?] were removed: -
The following methods in class
CustomerProductResolvedCacheBuilder
[?] were removed: -
The following methods in class
ProductResolvedCacheBuilder
[?] were removed: -
The following methods in class
CategoryResolvedCacheBuilder
[?] were removed: -
The following methods in class
CustomerCategoryResolvedCacheBuilder
[?] were removed: -
The following methods in class
CustomerGroupCategoryResolvedCacheBuilder
[?] were removed: -
The
OroVisibilityExtension::getAlias
[?] method was removed. -
The
AbstractVisibilityProcessor::isMessageValid
[?] method was removed. -
The following methods in class
AbstractResolvedCacheBuilder
[?] were changed: -
The
AbstractSubtreeCacheBuilder::__construct(Registry $registry, CategoryVisibilityResolverInterface $categoryVisibilityResolver, ConfigManager $configManager, ScopeManager $scopeManager)
[?] method was changed toAbstractSubtreeCacheBuilder::__construct(ManagerRegistry $registry, CategoryVisibilityResolverInterface $categoryVisibilityResolver, ConfigManager $configManager, ScopeManager $scopeManager)
[?] -
The following methods in class
VisibilityFormDataHandler
[?] were changed: -
The
AbstractVisibilityProcessor::__construct(ManagerRegistry $doctrine, LoggerInterface $logger, CacheBuilderInterface $cacheBuilder)
[?] method was changed toAbstractVisibilityProcessor::__construct(ManagerRegistry $doctrine, CacheBuilderInterface $cacheBuilder)
[?] -
The
CategoryProcessor::__construct(ManagerRegistry $doctrine, InsertFromSelectQueryExecutor $insertFromSelectQueryExecutor, LoggerInterface $logger, CacheBuilder $cacheBuilder, ScopeManager $scopeManager)
[?] method was changed toCategoryProcessor::__construct(ManagerRegistry $doctrine, InsertFromSelectQueryExecutor $insertFromSelectQueryExecutor, CacheBuilder $cacheBuilder, ScopeManager $scopeManager)
[?] -
The
CustomerProcessor::__construct(ManagerRegistry $doctrine, LoggerInterface $logger, CustomerPartialUpdateDriverInterface $partialUpdateDriver)
[?] method was changed toCustomerProcessor::__construct(ManagerRegistry $doctrine, CustomerPartialUpdateDriverInterface $partialUpdateDriver)
[?] -
The
ProductProcessor::__construct(ManagerRegistry $doctrine, LoggerInterface $logger, CacheBuilderInterface $cacheBuilder)
[?] method was changed toProductProcessor::__construct(ManagerRegistry $managerRegistry, ProductCaseCacheBuilderInterface $cacheBuilder)
[?] -
The following properties in class
AbstractResolvedCacheBuilder
[?] were removed: -
The
CustomerGroupCategoryResolvedCacheBuilder::$customerGroupCategoryVisibilityRepository
[?] property was removed. -
The following properties in class
VisibilityFormDataHandler
[?] were removed: -
The
AbstractVisibilityProcessor::$logger
[?] property was removed.
- The
ContentVariantProviderInterface::getRecordSortOrder
[?] interface method was added.
-
The following classes were removed:
-
The
OroWebCatalogBundle::getContainerExtension
[?] method was removed. -
The following methods in class
ResolveNodeSlugsMessageFactory
[?] were removed: -
The
ContentNodeHandler::process
[?] method was removed. -
The
OroWebCatalogExtension::getAlias
[?] method was removed. -
The
ContentNodeTreeCache::deleteForNode
[?] method was removed. -
The
ResolveNodeSlugsMessageFactory::getEntityFromMessage($data)
[?] method was changed toResolveNodeSlugsMessageFactory::getEntityFromMessage($data)
[?] -
The following methods in class
ContentNodeListener
[?] were changed:__construct(ContentNodeMaterializedPathModifier $modifier, ExtraActionEntityStorageInterface $storage, MessageProducerInterface $messageProducer, ResolveNodeSlugsMessageFactory $messageFactory)
[?]__construct(ContentNodeMaterializedPathModifier $modifier, ExtraActionEntityStorageInterface $storage, MessageProducerInterface $messageProducer, ResolveNodeSlugsMessageFactory $messageFactory, CollectionSortOrderHandler $collectionSortOrderHandler)
[?]
-
The
ContentVariantListener::__construct(ContentVariantTypeRegistry $typeRegistry, OwnershipMetadataProviderInterface $metadataProvider, DoctrineHelper $doctrineHelper)
[?] method was changed toContentVariantListener::__construct(ContentVariantTypeRegistry $typeRegistry, OwnershipMetadataProviderInterface $metadataProvider, DoctrineHelper $doctrineHelper, PropertyAccessorInterface $propertyAccessor)
[?] -
The following methods in class
WebCatalogEntityIndexerListener
[?] were changed:__construct(ManagerRegistry $registry, ConfigManager $configManager, AbstractWebsiteLocalizationProvider $websiteLocalizationProvider, WebsiteContextManager $websiteContextManager, ContentVariantProviderInterface $contentVariantProvider, LocalizationHelper $localizationHelper)
[?]__construct(ManagerRegistry $registry, ConfigManager $configManager, AbstractWebsiteLocalizationProvider $websiteLocalizationProvider, WebsiteContextManager $websiteContextManager, ContentVariantProviderInterface $contentVariantProvider, LocalizationHelper $localizationHelper, ValueFormatterInterface $decimalValueFormatter)
[?]
-
The
ContentNodeTreeResolver::__construct(DoctrineHelper $doctrineHelper, ContentNodeProvider $contentNodeProvider, ScopeManager $scopeManager)
[?] method was changed toContentNodeTreeResolver::__construct(DoctrineHelper $doctrineHelper, ContentNodeProvider $contentNodeProvider, ScopeManager $scopeManager, ResolvedContentNodesLoader $resolvedContentNodesLoader, PropertyAccessorInterface $propertyAccessor)
[?] -
The following methods in class
ContentNodeTreeCache
[?] were changed: -
The
ContentNodeTreeCacheDumper::__construct(ContentNodeTreeResolverInterface $contentNodeTreeResolver, ContentNodeTreeCache $contentNodeTreeCache, ManagerRegistry $doctrine)
[?] method was changed toContentNodeTreeCacheDumper::__construct(ManagerRegistry $managerRegistry, ContentNodeTreeResolverInterface $contentNodeTreeResolver, ContentNodeTreeCache $contentNodeTreeCache, ContentNodeTreeCache $mergedContentNodeTreeCache)
[?] -
The
ResolvedContentNode::__construct($id, $identifier, Collection $titles, ResolvedContentVariant $resolvedContentVariant, $rewriteVariantTitle = true)
[?] method was changed toResolvedContentNode::__construct($id, $identifier, $priority, Collection $titles, ResolvedContentVariant $resolvedContentVariant, $rewriteVariantTitle = true)
[?] -
The
ContentNodeSlugsProcessor::__construct(ManagerRegistry $registry, DefaultVariantScopesResolver $defaultVariantScopesResolver, SlugGenerator $slugGenerator, MessageProducerInterface $messageProducer, ResolveNodeSlugsMessageFactory $messageFactory, LoggerInterface $logger, ContentNodeTreeCache $contentNodeTreeCache)
[?] method was changed toContentNodeSlugsProcessor::__construct(ManagerRegistry $registry, DefaultVariantScopesResolver $defaultVariantScopesResolver, SlugGenerator $slugGenerator, MessageProducerInterface $messageProducer, ResolveNodeSlugsMessageFactory $messageFactory, ContentNodeTreeCache $contentNodeTreeCache)
[?] -
The
ContentNodeTreeCacheProcessor::__construct(JobRunner $jobRunner, ContentNodeTreeCacheDumper $dumper, ManagerRegistry $registry, LoggerInterface $logger, CacheProvider $layoutCacheProvider)
[?] method was changed toContentNodeTreeCacheProcessor::__construct(JobRunner $jobRunner, ContentNodeTreeCacheDumper $dumper)
[?] -
The
WebCatalogCacheProcessor::__construct(JobRunner $jobRunner, MessageProducerInterface $producer, ManagerRegistry $registry, ConfigManager $configManager, LoggerInterface $logger)
[?] method was changed toWebCatalogCacheProcessor::__construct(JobRunner $jobRunner, MessageProducerInterface $producer, ManagerRegistry $registry)
[?] -
The
ContentNodeTreeResolverInterface::getResolvedContentNode(ContentNode $node, Scope $scope)
[?] method was changed toContentNodeTreeResolverInterface::getResolvedContentNode(ContentNode $node, $scopes, $context = [])
[?] -
The
ResolveNodeSlugsMessageFactory::$resolver
[?] property was removed. -
The
ContentNodeSlugsProcessor::$logger
[?] property was removed.
-
The
SearchMessageProcessor
[?] class was removed. -
The
LocalizationIdPlaceholder::__construct(CurrentLocalizationProvider $localizationProvider)
[?] method was changed toLocalizationIdPlaceholder::__construct(CurrentLocalizationProvider $localizationProvider, LocalizationManager $localizationManager)
[?] -
The
WebsiteContextManager::__construct(DoctrineHelper $doctrineHelper)
[?] method was changed toWebsiteContextManager::__construct(ManagerRegistry $doctrine)
[?] -
The
ReindexationRequestEvent::__construct($classesNames = [], $websitesIds = [], $ids = [], $scheduled = true)
[?] method was changed toReindexationRequestEvent::__construct($classesNames = [], $websitesIds = [], $ids = [], $scheduled = true, $fieldGroups = null)
[?] -
The
SearchProcessingEngineExceptionEvent::__construct(Exception $exception, $consumptionResult = null)
[?] method was changed toSearchProcessingEngineExceptionEvent::__construct(Exception $exception)
[?] -
The
AbstractIndexer::__construct(DoctrineHelper $doctrineHelper, SearchMappingProvider $mappingProvider, EntityDependenciesResolverInterface $entityDependenciesResolver, IndexDataProvider $indexDataProvider, PlaceholderInterface $placeholder, IndexerInputValidator $indexerInputValidator, EventDispatcherInterface $eventDispatcher)
[?] method was changed toAbstractIndexer::__construct(DoctrineHelper $doctrineHelper, SearchMappingProvider $mappingProvider, EntityDependenciesResolverInterface $entityDependenciesResolver, IndexDataProvider $indexDataProvider, PlaceholderInterface $placeholder, IndexerInputValidator $indexerInputValidator, EventDispatcherInterface $eventDispatcher, PlaceholderInterface $regexPlaceholder)
[?] -
The following methods in class
IndexerInputValidator
[?] were changed:__construct(WebsiteProviderInterface $websiteProvider, SearchMappingProvider $mappingProvider)
[?]__construct(WebsiteProviderInterface $websiteProvider, SearchMappingProvider $mappingProvider, ManagerRegistry $managerRegistry, ReindexationWebsiteProviderInterface $provider, TokenAccessorInterface $tokenAccessor)
[?]
-
The
ReindexCommand::__construct(ManagerRegistry $doctrine, EventDispatcherInterface $eventDispatcher)
[?] method was changed toReindexCommand::__construct(ManagerRegistry $doctrine, EventDispatcherInterface $eventDispatcher, SearchMappingProvider $searchMappingProvider)
[?] -
The following methods in class
AbstractSearchableAttributeType
[?] were changed: -
The following methods in class
BooleanSearchableAttributeType
[?] were changed: -
The
DateSearchableAttributeType::getFilterStorageFieldTypes()
[?] method was changed toDateSearchableAttributeType::getFilterStorageFieldTypes(FieldConfigModel $attribute)
[?] -
The following methods in class
DecimalSearchableAttributeType
[?] were changed: -
The following methods in class
EnumSearchableAttributeType
[?] were changed: -
The
FileSearchableAttributeType::getFilterStorageFieldTypes()
[?] method was changed toFileSearchableAttributeType::getFilterStorageFieldTypes(FieldConfigModel $attribute)
[?] -
The following methods in class
IntegerSearchableAttributeType
[?] were changed: -
The following methods in class
ManyToManySearchableAttributeType
[?] were changed: -
The following methods in class
ManyToOneSearchableAttributeType
[?] were changed: -
The following methods in class
MultiEnumSearchableAttributeType
[?] were changed: -
The
PercentSearchableAttributeType::getFilterType()
[?] method was changed toPercentSearchableAttributeType::getFilterType(FieldConfigModel $attribute)
[?] -
The following methods in class
StringSearchableAttributeType
[?] were changed: -
The
TextSearchableAttributeType::getSorterStorageFieldType()
[?] method was changed toTextSearchableAttributeType::getSorterStorageFieldType(FieldConfigModel $attribute)
[?] -
The following methods in class
WYSIWYGSearchableAttributeType
[?] were changed: -
The
SearchAttributeTypeInterface::getFilterStorageFieldTypes()
[?] method was changed toSearchAttributeTypeInterface::getFilterStorageFieldTypes(FieldConfigModel $attribute)
[?] -
The following methods in class
SearchProcessingEngineExceptionEvent
[?] were removed: -
The
IndexerInputValidator::validateEntityAndContext
[?] method was removed. -
The
OrmIndexer::getEntityTitle
[?] method was removed. -
The
OroWebsiteSearchExtension::getAlias
[?] method was removed. -
The
DriverInterface::createQueryBuilder
[?] interface method was added.