public function InvoiceTypeInterface::getNumberPatternId in Commerce Invoice 8.2
Gets the invoice type's number pattern ID.
Return value
string The invoice type number pattern ID.
1 method overrides InvoiceTypeInterface::getNumberPatternId()
- InvoiceType::getNumberPatternId in src/
Entity/ InvoiceType.php - Gets the invoice type's number pattern ID.
File
- src/
Entity/ InvoiceTypeInterface.php, line 26
Class
- InvoiceTypeInterface
- Defines the interface for invoice types.
Namespace
Drupal\commerce_invoice\EntityCode
public function getNumberPatternId();