public function OrderItemInterface::unlock in Commerce Core 8.2
Unlocks the order item.
Return value
$this
1 method overrides OrderItemInterface::unlock()
- OrderItem::unlock in modules/
order/ src/ Entity/ OrderItem.php - Unlocks the order item.
File
- modules/
order/ src/ Entity/ OrderItemInterface.php, line 229
Class
- OrderItemInterface
- Defines the interface for order items.
Namespace
Drupal\commerce_order\EntityCode
public function unlock();