You are here

public function AdjustmentType::getLabel in Commerce Core 8.2

Gets the adjustment type label.

Return value

string The adjustment type label.

Overrides AdjustmentTypeInterface::getLabel

File

modules/order/src/Plugin/Commerce/AdjustmentType/AdjustmentType.php, line 22

Class

AdjustmentType
Provides the adjustment type class.

Namespace

Drupal\commerce_order\Plugin\Commerce\AdjustmentType

Code

public function getLabel() {
  return $this->pluginDefinition['label'];
}