You are here

public function InvoiceType::getNumberPatternId in Commerce Invoice 8.2

Gets the invoice type's number pattern ID.

Return value

string The invoice type number pattern ID.

Overrides InvoiceTypeInterface::getNumberPatternId

1 call to InvoiceType::getNumberPatternId()
InvoiceType::getNumberPattern in src/Entity/InvoiceType.php
Gets the invoice type's number pattern.

File

src/Entity/InvoiceType.php, line 137

Class

InvoiceType
Defines the invoice type entity class.

Namespace

Drupal\commerce_invoice\Entity

Code

public function getNumberPatternId() {
  return $this->numberPattern;
}