You are here

public function PriceListItemInterface::getPrice in Commerce Pricelist 8

Same name and namespace in other branches
  1. 8.2 src/Entity/PriceListItemInterface.php \Drupal\commerce_pricelist\Entity\PriceListItemInterface::getPrice()

Gets the price list item price.

Return value

\Drupal\commerce_price\Price The price.

1 method overrides PriceListItemInterface::getPrice()
PriceListItem::getPrice in src/Entity/PriceListItem.php
Gets the price list item price.

File

src/Entity/PriceListItemInterface.php, line 146

Class

PriceListItemInterface
Defines the interface for price list items.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getPrice();