You are here

public function Adjustment::getLabel in Commerce Core 8.2

Gets the adjustment label.

Return value

string The adjustment label.

File

modules/order/src/Adjustment.php, line 122

Class

Adjustment
Represents an adjustment.

Namespace

Drupal\commerce_order

Code

public function getLabel() : string {
  return $this->label;
}