You are here

public function OrderTypeInterface::getNumberPattern in Commerce Core 8.2

Gets the order type's number pattern.

Return value

\Drupal\commerce_number_pattern\Entity\NumberPatternInterface The number pattern.

1 method overrides OrderTypeInterface::getNumberPattern()
OrderType::getNumberPattern in modules/order/src/Entity/OrderType.php
Gets the order type's number pattern.

File

modules/order/src/Entity/OrderTypeInterface.php, line 42

Class

OrderTypeInterface
Defines the interface for order types.

Namespace

Drupal\commerce_order\Entity

Code

public function getNumberPattern();