You are here

public function OrderType::getNumberPatternId in Commerce Core 8.2

Gets the order type's number pattern ID.

Return value

string The number pattern ID.

Overrides OrderTypeInterface::getNumberPatternId

File

modules/order/src/Entity/OrderType.php, line 138

Class

OrderType
Defines the order type entity class.

Namespace

Drupal\commerce_order\Entity

Code

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