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\EntityCode
public function getNumberPattern();