public function OrderStatus::getState in Ubercart 8.4
Returns the order state this status.
Return value
string The order state of this status.
Overrides OrderStatusInterface::getState
File
- uc_order/
src/ Entity/ OrderStatus.php, line 88
Class
- OrderStatus
- Defines the order status entity.
Namespace
Drupal\uc_order\EntityCode
public function getState() {
return $this->state;
}