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