You are here

public function BundleItemOrderItemInterface::getTotalPrice in Commerce Product Bundle 8

Gets the bundle item order item total price.

Return value

\Drupal\commerce_price\Price|null The order item total price, or NULL.

1 method overrides BundleItemOrderItemInterface::getTotalPrice()
BundleItemOrderItem::getTotalPrice in src/Entity/BundleItemOrderItem.php
Gets the bundle item order item total price.

File

src/Entity/BundleItemOrderItemInterface.php, line 85

Class

BundleItemOrderItemInterface
Provides an interface for defining Bundle Item Order Item entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getTotalPrice();