public function AdjustmentType::getPluralLabel in Commerce Core 8.2
Gets the adjustment type plural label.
Return value
string The adjustment type plural label.
Overrides AdjustmentTypeInterface::getPluralLabel
File
- modules/
order/ src/ Plugin/ Commerce/ AdjustmentType/ AdjustmentType.php, line 36
Class
- AdjustmentType
- Provides the adjustment type class.
Namespace
Drupal\commerce_order\Plugin\Commerce\AdjustmentTypeCode
public function getPluralLabel() {
return $this->pluginDefinition['plural_label'];
}