You are here

public function OrderStatusInterface::isLocked in Ubercart 8.4

Locked statuses cannot be edited.

Return value

bool TRUE if the status is locked.

1 method overrides OrderStatusInterface::isLocked()
OrderStatus::isLocked in uc_order/src/Entity/OrderStatus.php
Locked statuses cannot be edited.

File

uc_order/src/OrderStatusInterface.php, line 72

Class

OrderStatusInterface
Defines the order status entity.

Namespace

Drupal\uc_order

Code

public function isLocked();