You are here

public function OrderInterface::getStatus in Ubercart 8.4

Returns the order status.

Return value

\Drupal\uc_order\OrderStatusInterface The order status entity.

1 method overrides OrderInterface::getStatus()
Order::getStatus in uc_order/src/Entity/Order.php
Returns the order status.

File

uc_order/src/OrderInterface.php, line 64

Class

OrderInterface
Provides an interface defining an Ubercart order entity.

Namespace

Drupal\uc_order

Code

public function getStatus();