- CheckoutBundle
- FrontendTestFrameworkBundle
- OrderBundle
- PricingBundle
- ShoppingListBundle
- Testing
- VisibilityBundle
- WebCatalog
- The
IsWorkflowStartFromShoppingListAllowed::isAllowed
[?] method was removed.
- The following methods in class
FrontendWebTestCase
[?] were removed:
- The
TotalCalculateListener::__construct(FormFactory $formFactory, CurrentApplicationProviderInterface $applicationProvider)
[?] method was changed toTotalCalculateListener::__construct(FormFactory $formFactory, CurrentApplicationProviderInterface $applicationProvider, FormRegistryInterface $formRegistry)
[?]
- The
PriceListTreeHandler::__construct(ManagerRegistry $registry, WebsiteManager $websiteManager, ConfigManager $configManager)
[?] method was changed toPriceListTreeHandler::__construct(ManagerRegistry $registry, WebsiteManager $websiteManager, ConfigManager $configManager, TokenAccessorInterface $tokenAccessor)
[?] - The
PriceListTriggerFactory::create(PriceList $priceList, array $productIds = [])
[?] method was changed toPriceListTriggerFactory::create(array $products)
[?] - The
PriceListTrigger::__construct(PriceList $priceList, array $products = [])
[?] method was changed toPriceListTrigger::__construct(array $products = [])
[?] - The
CombinedProductPriceRepository::findByPriceListIdAndProductIds(ShardManager $shardManager, $priceListId, array $productIds, $getTierPrices = true, $currency = null, $productUnitCode = null, array $orderBy = [ ... ])
[?] method was changed toCombinedProductPriceRepository::findByPriceListIdAndProductIds(ShardManager $shardManager, $priceListId, array $productIds, $getTierPrices = true, $currency = null, $productUnitCode = null, array $orderBy = [ ... ])
[?] - The following methods in class
PriceListTriggerFactory
[?] were removed: - The
PriceListTrigger::getPriceList
[?] method was removed. - The
PriceListProcessor::getCombinedPriceListRepository
[?] method was removed. - The
PriceListTriggerFactory::$registry
[?] property was removed. - The
PriceListTrigger::$priceList
[?] property was removed. - The
PriceListProcessor::$combinedPriceListRepository
[?] property was removed.
- The
MatrixGridOrderFormProvider::setTwigRenderer(TwigRenderer $twigRenderer)
[?] method was changed toMatrixGridOrderFormProvider::setTwigRenderer(FormRenderer $twigRenderer)
[?] - The
ShoppingListTotalListener::__construct(RegistryInterface $registry)
[?] method was changed toShoppingListTotalListener::__construct(RegistryInterface $registry, ConfigManager $configManager)
[?]
- The
AddressFormExtensionTestCase::getTranslatableEntity
[?] method was removed.
- The
VisibilityChangeGroupSubtreeCacheBuilder::getEntityManager()
[?] method was changed toVisibilityChangeGroupSubtreeCacheBuilder::getEntityManager($className)
[?]
- The
PageVariantType::getName
[?] method was removed.