You are here

public function PriceListItemInterface::getPrice in Commerce Pricelist 8.2

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

Gets the price.

Return value

\Drupal\commerce_price\Price The price.

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

File

src/Entity/PriceListItemInterface.php, line 114

Class

PriceListItemInterface
Defines the interface for price list items.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getPrice();