You are here

public function PriceCalculatorResult::getAdjustments in Commerce Core 8.2

Gets the adjustments.

Return value

\Drupal\commerce_order\Adjustment[] The adjustments.

File

modules/order/src/PriceCalculatorResult.php, line 81

Class

PriceCalculatorResult
Represents the result of a price calculation.

Namespace

Drupal\commerce_order

Code

public function getAdjustments() : array {
  return $this->adjustments;
}