You are here

public function PriceListItemInterface::getListPrice in Commerce Pricelist 8.2

Gets the list price.

Return value

\Drupal\commerce_price\Price The list price.

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

File

src/Entity/PriceListItemInterface.php, line 96

Class

PriceListItemInterface
Defines the interface for price list items.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getListPrice();