You are here

public function AdjustmentTypeInterface::getPluralLabel in Commerce Core 8.2

Gets the adjustment type plural label.

Return value

string The adjustment type plural label.

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

File

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

Class

AdjustmentTypeInterface
Defines the interface for adjustment types.

Namespace

Drupal\commerce_order\Plugin\Commerce\AdjustmentType

Code

public function getPluralLabel();