You are here

service commerce_price.rounder in Commerce Core 8.2

Class

Drupal\commerce_price\Rounder
8 string references to commerce_price.rounder
BuyXGetY::create in modules/promotion/src/Plugin/Commerce/PromotionOffer/BuyXGetY.php
Creates an instance of the plugin.
Custom::create in modules/tax/src/Plugin/Commerce/TaxType/Custom.php
Creates an instance of the plugin.
LocalTaxTypeBase::create in modules/tax/src/Plugin/Commerce/TaxType/LocalTaxTypeBase.php
Creates an instance of the plugin.
OrderItem::getAdjustedTotalPrice in modules/order/src/Entity/OrderItem.php
Gets the adjusted order item total price.
OrderItem::getAdjustedUnitPrice in modules/order/src/Entity/OrderItem.php
Gets the adjusted order item unit price.

... See full list

File

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

View source
  1. class: Drupal\commerce_price\Rounder
  2. arguments:
  3. - '@entity_type.manager'