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_orderCode
public function getAdjustments() : array {
return $this->adjustments;
}