You are here

public function OrderInterface::unlock in Commerce Core 8.2

Unlocks the order.

Return value

$this

1 method overrides OrderInterface::unlock()
Order::unlock in modules/order/src/Entity/Order.php
Unlocks the order.

File

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

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function unlock();