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