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\EntityCode
public function getOrderTypeId() {
return $this->orderType;
}