public function OrderStatusInterface::getWeight in Ubercart 8.4
Returns the weight of this status in relation to other statuses.
Return value
int The weight of this status.
1 method overrides OrderStatusInterface::getWeight()
- OrderStatus::getWeight in uc_order/
src/ Entity/ OrderStatus.php - Returns the weight of this status in relation to other statuses.
File
- uc_order/
src/ OrderStatusInterface.php, line 54
Class
- OrderStatusInterface
- Defines the order status entity.
Namespace
Drupal\uc_orderCode
public function getWeight();