You are here

public function OrderInterface::getStateId in Ubercart 8.4

Returns the order state ID.

Return value

string The order state ID.

1 method overrides OrderInterface::getStateId()
Order::getStateId in uc_order/src/Entity/Order.php
Returns the order state ID.

File

uc_order/src/OrderInterface.php, line 90

Class

OrderInterface
Provides an interface defining an Ubercart order entity.

Namespace

Drupal\uc_order

Code

public function getStateId();