public function OrderItemInterface::isLocked in Commerce Core 8.2
Gets whether the order item is locked.
Return value
bool TRUE if the order item is locked, FALSE otherwise.
1 method overrides OrderItemInterface::isLocked()
- OrderItem::isLocked in modules/
order/ src/ Entity/ OrderItem.php - Gets whether the order item is locked.
File
- modules/
order/ src/ Entity/ OrderItemInterface.php, line 215
Class
- OrderItemInterface
- Defines the interface for order items.
Namespace
Drupal\commerce_order\EntityCode
public function isLocked();