You are here

public function OrderInterface::setStatusId in Ubercart 8.4

Sets the order status ID.

Parameters

string $status: The order status ID.

Return value

$this

1 method overrides OrderInterface::setStatusId()
Order::setStatusId in uc_order/src/Entity/Order.php
Sets the order status ID.

File

uc_order/src/OrderInterface.php, line 82

Class

OrderInterface
Provides an interface defining an Ubercart order entity.

Namespace

Drupal\uc_order

Code

public function setStatusId($status);