You are here

public function OrderInterface::lock in Commerce Core 8.2

Locks the order.

Return value

$this

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

File

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

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function lock();