public function BundleItemOrderItemInterface::getUnitPrice in Commerce Product Bundle 8
Gets the bundle item order item unit price.
Return value
\Drupal\commerce_price\Price|null The order item unit price, or NULL.
1 method overrides BundleItemOrderItemInterface::getUnitPrice()
- BundleItemOrderItem::getUnitPrice in src/
Entity/ BundleItemOrderItem.php - Gets the bundle item order item unit price.
File
- src/
Entity/ BundleItemOrderItemInterface.php, line 77
Class
- BundleItemOrderItemInterface
- Provides an interface for defining Bundle Item Order Item entities.
Namespace
Drupal\commerce_product_bundle\EntityCode
public function getUnitPrice();