You are here

public function AdjustmentType::getSingularLabel in Commerce Core 8.2

Gets the adjustment type singular label.

Return value

string The adjustment type singular label.

Overrides AdjustmentTypeInterface::getSingularLabel

File

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

Class

AdjustmentType
Provides the adjustment type class.

Namespace

Drupal\commerce_order\Plugin\Commerce\AdjustmentType

Code

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