You are here

public function OrderItemInterface::isUnitPriceOverridden in Commerce Core 8.2

Gets whether the order item unit price is overridden.

Overridden unit prices are not updated when the order is refreshed.

Return value

bool TRUE if the unit price is overridden, FALSE otherwise.

1 method overrides OrderItemInterface::isUnitPriceOverridden()
OrderItem::isUnitPriceOverridden in modules/order/src/Entity/OrderItem.php
Gets whether the order item unit price is overridden.

File

modules/order/src/Entity/OrderItemInterface.php, line 119

Class

OrderItemInterface
Defines the interface for order items.

Namespace

Drupal\commerce_order\Entity

Code

public function isUnitPriceOverridden();