You are here

public function InvoiceInterface::getState in Commerce Invoice 8.2

Gets the invoice state.

Return value

\Drupal\state_machine\Plugin\Field\FieldType\StateItemInterface The invoice state.

1 method overrides InvoiceInterface::getState()
Invoice::getState in src/Entity/Invoice.php
Gets the invoice state.

File

src/Entity/InvoiceInterface.php, line 295

Class

InvoiceInterface
Defines the interface for invoices.

Namespace

Drupal\commerce_invoice\Entity

Code

public function getState();