You are here

public function OrderTypeInterface::getWorkflowId in Commerce Core 8.2

Gets the order type's workflow ID.

Used by the $order->state field.

Return value

string The order type workflow ID.

1 method overrides OrderTypeInterface::getWorkflowId()
OrderType::getWorkflowId in modules/order/src/Entity/OrderType.php
Gets the order type's workflow ID.

File

modules/order/src/Entity/OrderTypeInterface.php, line 24

Class

OrderTypeInterface
Defines the interface for order types.

Namespace

Drupal\commerce_order\Entity

Code

public function getWorkflowId();