You are here

public function ProductVariationInterface::getListPrice in Commerce Core 8.2

Gets the list price.

Return value

\Drupal\commerce_price\Price The list price.

1 method overrides ProductVariationInterface::getListPrice()
ProductVariation::getListPrice in modules/product/src/Entity/ProductVariation.php
Gets the list price.

File

modules/product/src/Entity/ProductVariationInterface.php, line 74

Class

ProductVariationInterface
Defines the interface for product variations.

Namespace

Drupal\commerce_product\Entity

Code

public function getListPrice();