- CatalogBundle
- CheckoutBundle
- FrontendLocalizationBundle
- InventoryBundle
- PayPalBundle
- PaymentTermBundle
- PricingBundle
- ProductBundle
- RFPBundle
- RedirectBundle
- SaleBundle
- ShoppingListBundle
- Testing
- WebsiteSearchBundle
- The
CategoryCountsExtension::__construct(ServiceLink $datagridManagerLink, ManagerRegistry $registry, ProductRepository $productSearchRepository, CategoryCountsCache $cache, DatagridParametersHelper $datagridParametersHelper)
[?] method was changed toCategoryCountsExtension::__construct(ServiceLink $datagridManagerLink, ManagerRegistry $registry, ProductRepository $productSearchRepository, CategoryCountsCache $cache, DatagridParametersHelper $datagridParametersHelper, ConfigManager $configManager)
[?] - The
CategoryCountsCache::__construct(CacheProvider $cacheProvider, TokenAccessor $tokenAccessor)
[?] method was changed toCategoryCountsCache::__construct(CacheProvider $cacheProvider, TokenAccessor $tokenAccessor, WebsiteManager $websiteManager)
[?]
- The following methods in class
CheckoutSubtotalRepository
[?] were removed: - The
OrderLineItemConverter::__construct(ConfigManager $configManager, InventoryQuantityProviderInterface $quantityProvider, AuthorizationCheckerInterface $authorizationChecker, $configPath)
[?] method was changed toOrderLineItemConverter::__construct(ConfigManager $configManager, InventoryQuantityProviderInterface $quantityProvider, AuthorizationCheckerInterface $authorizationChecker, EntityFallbackResolver $entityFallbackResolver, $configPath)
[?]
- The
UserLocalizationManager::__construct(Session $session, TokenStorageInterface $tokenStorage, ConfigManager $configManager, WebsiteManager $websiteManager, BaseUserManager $userManager, LocalizationManager $localizationManager)
[?] method was changed toUserLocalizationManager::__construct(Session $session, TokenStorageInterface $tokenStorage, ManagerRegistry $doctrine, ConfigManager $configManager, WebsiteManager $websiteManager, LocalizationManager $localizationManager)
[?] - The
UserLocalizationManager::$userManager
[?] property was removed.
- The
ProductUpcomingProvider
[?] class was removed. - The
UpcomingLabelCheckoutLineItemValidator::__construct(ProductUpcomingProvider $ProductUpcomingProvider, TranslatorInterface $translator, DateTimeFormatter $dateFormatter)
[?] method was changed toUpcomingLabelCheckoutLineItemValidator::__construct(UpcomingProductProvider $ProductUpcomingProvider, TranslatorInterface $translator, DateTimeFormatter $dateFormatter)
[?] - The
CheckoutShipUntilValidator::__construct(ProductUpcomingProvider $upcomingProvider, CheckoutLineItemsManager $checkoutLineItemsManager)
[?] method was changed toCheckoutShipUntilValidator::__construct(UpcomingProductProvider $upcomingProvider, CheckoutLineItemsManager $checkoutLineItemsManager)
[?] - The
ProductUpcomingExtension::__construct(ProductUpcomingProvider $provider)
[?] method was changed toProductUpcomingExtension::__construct(UpcomingProductProvider $provider)
[?] - The
ProductUpcomingNormalizer::__construct(ProductUpcomingProvider $productUpcomingProvider)
[?] method was changed toProductUpcomingNormalizer::__construct(UpcomingProductProvider $productUpcomingProvider)
[?] - The
CheckoutShipUntilFormExtension::__construct(ProductUpcomingProvider $provider, CheckoutLineItemsManager $checkoutLineItemsManager, DateTimeFormatter $dateTimeFormatter)
[?] method was changed toCheckoutShipUntilFormExtension::__construct(UpcomingProductProvider $provider, CheckoutLineItemsManager $checkoutLineItemsManager, DateTimeFormatter $dateTimeFormatter)
[?] - The
ProductNormalizerEventListener::__construct(ProductUpcomingProvider $productUpcomingProvider)
[?] method was changed toProductNormalizerEventListener::__construct(UpcomingProductProvider $productUpcomingProvider)
[?] - The
ProductDatagridUpcomingLabelListener::__construct(ProductUpcomingProvider $productUpcomingProvider, DoctrineHelper $doctrineHelper)
[?] method was changed toProductDatagridUpcomingLabelListener::__construct(UpcomingProductProvider $productUpcomingProvider, DoctrineHelper $doctrineHelper)
[?] - The following methods in class
ProductUpcomingExtension
[?] were removed:
- The
CurrencySelectionType
[?] class was removed.
- The
CustomerDatagridListener::__construct(PaymentTermAssociationProvider $paymentTermAssociationProvider)
[?] method was changed toCustomerDatagridListener::__construct(PaymentTermAssociationProvider $paymentTermAssociationProvider, SelectedFieldsProviderInterface $selectedFieldsProvider)
[?]
- The
UserCurrencyManager::__construct(Session $session, TokenStorageInterface $tokenStorage, CurrencyProviderInterface $currencyProvider, WebsiteManager $websiteManager, BaseUserManager $userManager)
[?] method was changed toUserCurrencyManager::__construct(Session $session, TokenStorageInterface $tokenStorage, ManagerRegistry $doctrine, CurrencyProviderInterface $currencyProvider, WebsiteManager $websiteManager)
[?] - The
UserCurrencyManager::$userManager
[?] property was removed. - The following methods in class
PriceListImportCommand
[?] were removed:
- The
SegmentMessageFactory::createMessage(array $websiteIds, Segment $segment = null, $definition = null, $isFull = true)
[?] method was changed toSegmentMessageFactory::createMessage(array $websiteIds, Segment $segment = null, $definition = null, $isFull = true, array $additionalProducts = [])
[?] - The
FrontendProductDatagridListener::__construct(DataGridThemeHelper $themeHelper, CacheManager $imagineCacheManager)
[?] method was changed toFrontendProductDatagridListener::__construct(DataGridThemeHelper $themeHelper, CacheManager $imagineCacheManager, ImagePlaceholderProviderInterface $imagePlaceholderProvider)
[?] - The
ProductCollectionAwareContentVariantEntityListener::__construct(ProductCollectionVariantReindexMessageSendListener $reindexEventListener)
[?] method was changed toProductCollectionAwareContentVariantEntityListener::__construct(ProductCollectionVariantReindexMessageSendListener $reindexEventListener, ProductCollectionDefinitionConverter $productCollectionDefinitionConverter)
[?] - The
ProductCollectionVariantReindexMessageSendListener::scheduleSegment(Segment $segment, $isFull = false)
[?] method was changed toProductCollectionVariantReindexMessageSendListener::scheduleSegment(Segment $segment, $isFull = false, array $additionalProducts = [])
[?] - The
FrontendProductFilterSorterDisablingEventListener::__construct(AttributeManager $attributeManager, AttributeTypeRegistry $attributeTypeRegistry, AttributeConfigurationProvider $configurationProvider, ProductRepository $productRepository, DoctrineHelper $doctrineHelper, ServiceLink $datagridManagerLink, DatagridStateProviderInterface $filtersStateProvider, DatagridStateProviderInterface $sortersStateProvider)
[?] method was changed toFrontendProductFilterSorterDisablingEventListener::__construct(AttributeManager $attributeManager, AttributeTypeRegistry $attributeTypeRegistry, AttributeConfigurationProvider $configurationProvider, ProductRepository $productRepository, DoctrineHelper $doctrineHelper, ServiceLink $datagridManagerLink, DatagridStateProviderInterface $filtersStateProvider, DatagridStateProviderInterface $sortersStateProvider, ConfigManager $configManager)
[?] - The
SearchContentVariantFilteringEventListener::__construct(RequestContentVariantHandler $requestHandler)
[?] method was changed toSearchContentVariantFilteringEventListener::__construct(RequestContentVariantHandler $requestHandler, ConfigManager $configManager)
[?]
- The
AbstractCustomerViewListener
[?] class was removed.
- The
MatchedUrlDecisionMaker::__construct(FrontendHelper $frontendHelper, $installed)
[?] method was changed toMatchedUrlDecisionMaker::__construct(FrontendHelper $frontendHelper)
[?] - The
MatchedUrlDecisionMaker::$installed
[?] property was removed.
- The
QuotePriceComparator::__construct(Quote $quote)
[?] method was changed toQuotePriceComparator::__construct(Quote $quote, QuoteProductPriceProvider $provider)
[?] - The
QuoteProductPriceProvider::__construct(ProductPriceProviderInterface $productPriceProvider, ProductPriceScopeCriteriaFactoryInterface $priceScopeCriteriaFactory, CurrencyProviderInterface $currencyProvider)
[?] method was changed toQuoteProductPriceProvider::__construct(ProductPriceProviderInterface $productPriceProvider, ProductPriceScopeCriteriaFactoryInterface $priceScopeCriteriaFactory, CurrencyProviderInterface $currencyProvider, DoctrineHelper $doctrineHelper)
[?] - The
QuotePriceComparator::$quotePrices
[?] property was removed.
- The
LineItemHandler::__construct(FormInterface $form, Request $request, ManagerRegistry $doctrine, ShoppingListManager $shoppingListManager, CurrentShoppingListManager $currentShoppingListManager)
[?] method was changed toLineItemHandler::__construct(FormInterface $form, Request $request, ManagerRegistry $doctrine, ShoppingListManager $shoppingListManager, CurrentShoppingListManager $currentShoppingListManager, ValidatorInterface $validator)
[?] - The
ShoppingListTotalRepository::invalidateTotals
[?] method was removed.
- The following classes were removed:
- The
WebsiteSearchController
[?] class was removed. - The
DriverDecorator::saveItems
[?] method was removed. - The
DriverInterface::saveItems
[?] method was removed. - The
SearchMessageProcessor::__construct(IndexerInterface $indexer, MessageProducerInterface $messageProducer, IndexerInputValidator $indexerInputValidator, ReindexMessageGranularizer $reindexMessageGranularizer, LoggerInterface $logger)
[?] method was changed toSearchMessageProcessor::__construct(IndexerInterface $indexer, MessageProducerInterface $messageProducer, IndexerInputValidator $indexerInputValidator, ReindexMessageGranularizer $reindexMessageGranularizer, JobRunner $jobRunner, LoggerInterface $logger)
[?]