You are here

public function AdjustmentTypeInterface::getSingularLabel in Commerce Core 8.2

Gets the adjustment type singular label.

Return value

string The adjustment type singular label.

1 method overrides AdjustmentTypeInterface::getSingularLabel()
AdjustmentType::getSingularLabel in modules/order/src/Plugin/Commerce/AdjustmentType/AdjustmentType.php
Gets the adjustment type singular label.

File

modules/order/src/Plugin/Commerce/AdjustmentType/AdjustmentTypeInterface.php, line 32

Class

AdjustmentTypeInterface
Defines the interface for adjustment types.

Namespace

Drupal\commerce_order\Plugin\Commerce\AdjustmentType

Code

public function getSingularLabel();