You are here

public function AdjustmentTypeInterface::getId in Commerce Core 8.2

Gets the adjustment type ID.

Return value

string The adjustment type ID.

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

File

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

Class

AdjustmentTypeInterface
Defines the interface for adjustment types.

Namespace

Drupal\commerce_order\Plugin\Commerce\AdjustmentType

Code

public function getId();