You are here

service commerce_price.chain_price_resolver in Commerce Core 8.2

Class

Drupal\commerce_price\Resolver\ChainPriceResolver

Tags

  • service_collector
5 string references to commerce_price.chain_price_resolver
AddToCartForm::create in modules/cart/src/Form/AddToCartForm.php
Instantiates a new instance of this class.
BuyXGetY::create in modules/promotion/src/Plugin/Commerce/PromotionOffer/BuyXGetY.php
Creates an instance of the plugin.
OrderRefreshTest::createOrderRefresh in modules/order/tests/src/Kernel/OrderRefreshTest.php
Creates an OrderRefresh instance with the given current time.
PriceCalculatedFormatter::create in modules/price/src/Plugin/Field/FieldFormatter/PriceCalculatedFormatter.php
Creates an instance of the plugin.
UnitPriceWidget::create in modules/order/src/Plugin/Field/FieldWidget/UnitPriceWidget.php
Creates an instance of the plugin.

File

modules/price/commerce_price.services.yml
modules/price/commerce_price.services.yml

View source
  1. class: Drupal\commerce_price\Resolver\ChainPriceResolver
  2. tags:
  3. - { name: service_collector, call: addResolver, tag: commerce_price.price_resolver }