public function OrderTypeInterface::getNumberPatternId in Commerce Core 8.2
Gets the order type's number pattern ID.
Return value
string The number pattern ID.
1 method overrides OrderTypeInterface::getNumberPatternId()
- OrderType::getNumberPatternId in modules/
order/ src/ Entity/ OrderType.php - Gets the order type's number pattern ID.
File
- modules/
order/ src/ Entity/ OrderTypeInterface.php, line 50
Class
- OrderTypeInterface
- Defines the interface for order types.
Namespace
Drupal\commerce_order\EntityCode
public function getNumberPatternId();