You are here

public function InvoiceInterface::getInvoiceNumber in Commerce Invoice 8.2

Gets the invoice number.

Return value

string The invoice number.

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

File

src/Entity/InvoiceInterface.php, line 25

Class

InvoiceInterface
Defines the interface for invoices.

Namespace

Drupal\commerce_invoice\Entity

Code

public function getInvoiceNumber();