public function InvoiceTypeInterface::setWorkflowId in Commerce Invoice 8.2
Sets the workflow ID of the invoice type.
Parameters
string $workflow_id: The workflow ID.
Return value
$this
1 method overrides InvoiceTypeInterface::setWorkflowId()
- InvoiceType::setWorkflowId in src/
Entity/ InvoiceType.php - Sets the workflow ID of the invoice type.
File
- src/
Entity/ InvoiceTypeInterface.php, line 136
Class
- InvoiceTypeInterface
- Defines the interface for invoice types.
Namespace
Drupal\commerce_invoice\EntityCode
public function setWorkflowId($workflow_id);