You are here

public function InvoiceTypeInterface::getWorkflowId in Commerce Invoice 8.2

Gets the invoice type's workflow ID.

Used by the $invoice->state field.

Return value

string The invoice type workflow ID.

1 method overrides InvoiceTypeInterface::getWorkflowId()
InvoiceType::getWorkflowId in src/Entity/InvoiceType.php
Gets the invoice type's workflow ID.

File

src/Entity/InvoiceTypeInterface.php, line 126

Class

InvoiceTypeInterface
Defines the interface for invoice types.

Namespace

Drupal\commerce_invoice\Entity

Code

public function getWorkflowId();