You are here

public function OrderItemType::getOrderTypeId in Commerce Core 8.2

Gets the order item type's order type ID.

Return value

string The order type.

Overrides OrderItemTypeInterface::getOrderTypeId

File

modules/order/src/Entity/OrderItemType.php, line 95

Class

OrderItemType
Defines the order item type entity class.

Namespace

Drupal\commerce_order\Entity

Code

public function getOrderTypeId() {
  return $this->orderType;
}