You are here

public function AdjustmentItemListInterface::getAdjustments in Commerce Core 8.2

Gets the adjustment value objects from the field list.

Return value

\Drupal\commerce_order\Adjustment[] An array of adjustment value objects.

1 method overrides AdjustmentItemListInterface::getAdjustments()
AdjustmentItemList::getAdjustments in modules/order/src/Plugin/Field/FieldType/AdjustmentItemList.php
Gets the adjustment value objects from the field list.

File

modules/order/src/Plugin/Field/FieldType/AdjustmentItemListInterface.php, line 19

Class

AdjustmentItemListInterface
Represents a list of adjustment item field values.

Namespace

Drupal\commerce_order\Plugin\Field\FieldType

Code

public function getAdjustments();