public function OrderItemTypeInterface::getOrderTypeId in Commerce Core 8.2
Gets the order item type's order type ID.
Return value
string The order type.
1 method overrides OrderItemTypeInterface::getOrderTypeId()
- OrderItemType::getOrderTypeId in modules/
order/ src/ Entity/ OrderItemType.php - Gets the order item type's order type ID.
File
- modules/
order/ src/ Entity/ OrderItemTypeInterface.php, line 39
Class
- OrderItemTypeInterface
- Defines the interface for order item types.
Namespace
Drupal\commerce_order\EntityCode
public function getOrderTypeId();