public function OrderTypeInterface::setWorkflowId in Commerce Core 8.2
Sets the workflow ID of the order type.
Parameters
string $workflow_id: The workflow ID.
Return value
$this
1 method overrides OrderTypeInterface::setWorkflowId()
- OrderType::setWorkflowId in modules/
order/ src/ Entity/ OrderType.php - Sets the workflow ID of the order type.
File
- modules/
order/ src/ Entity/ OrderTypeInterface.php, line 34
Class
- OrderTypeInterface
- Defines the interface for order types.
Namespace
Drupal\commerce_order\EntityCode
public function setWorkflowId($workflow_id);