You are here

public function OrderStatusInterface::setName in Ubercart 8.4

Sets the order status name to the given value.

Parameters

string $name: The name of this order status.

Return value

$this

1 method overrides OrderStatusInterface::setName()
OrderStatus::setName in uc_order/src/Entity/OrderStatus.php
Sets the order status name to the given value.

File

uc_order/src/OrderStatusInterface.php, line 28

Class

OrderStatusInterface
Defines the order status entity.

Namespace

Drupal\uc_order

Code

public function setName($name);