public function OrderInterface::unsetData in Commerce Core 8.2
Unsets an order data value with the given key.
Parameters
string $key: The key.
Return value
$this
1 method overrides OrderInterface::unsetData()
- Order::unsetData in modules/
order/ src/ Entity/ Order.php - Unsets an order data value with the given key.
File
- modules/
order/ src/ Entity/ OrderInterface.php, line 381
Class
- OrderInterface
- Defines the interface for orders.
Namespace
Drupal\commerce_order\EntityCode
public function unsetData($key);