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_orderCode
public function getLabel() : string {
return $this->label;
}