You are here

public function OrderInterface::isLocked in Commerce Core 8.2

Gets whether the order is locked.

Return value

bool TRUE if the order is locked, FALSE otherwise.

1 method overrides OrderInterface::isLocked()
Order::isLocked in modules/order/src/Entity/Order.php
Gets whether the order is locked.

File

modules/order/src/Entity/OrderInterface.php, line 389

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function isLocked();