You are here

public function AdjustmentTypeInterface::getLabel in Commerce Core 8.2

Gets the adjustment type label.

Return value

string The adjustment type label.

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

File

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

Class

AdjustmentTypeInterface
Defines the interface for adjustment types.

Namespace

Drupal\commerce_order\Plugin\Commerce\AdjustmentType

Code

public function getLabel();