You are here

service plugin.manager.commerce_adjustment_type in Commerce Core 8.2

Class

Drupal\commerce_order\AdjustmentTypeManager
3 string references to plugin.manager.commerce_adjustment_type
Adjustment::__construct in modules/order/src/Adjustment.php
Constructs a new Adjustment object.
AdjustmentDefaultWidget::formElement in modules/order/src/Plugin/Field/FieldWidget/AdjustmentDefaultWidget.php
Returns the form for a single field widget.
PriceCalculatedFormatter::create in modules/order/src/Plugin/Field/FieldFormatter/PriceCalculatedFormatter.php
Creates an instance of the plugin.

File

modules/order/commerce_order.services.yml
modules/order/commerce_order.services.yml

View source
  1. class: Drupal\commerce_order\AdjustmentTypeManager
  2. arguments:
  3. - '@module_handler'
  4. - '@cache.discovery'