public function PriceListItemInterface::getPriceList in Commerce Pricelist 8
Same name and namespace in other branches
- 8.2 src/Entity/PriceListItemInterface.php \Drupal\commerce_pricelist\Entity\PriceListItemInterface::getPriceList()
Gets the price list.
Return value
$this
1 method overrides PriceListItemInterface::getPriceList()
- PriceListItem::getPriceList in src/
Entity/ PriceListItem.php - Gets the price list.
File
- src/
Entity/ PriceListItemInterface.php, line 96
Class
- PriceListItemInterface
- Defines the interface for price list items.
Namespace
Drupal\commerce_pricelist\EntityCode
public function getPriceList();