public function PriceListInterface::getItems in Commerce Pricelist 8
Gets the price list's item list.
Return value
\Drupal\commerce_pricelist\Entity\PriceListItemInterface[] The price list items.
1 method overrides PriceListInterface::getItems()
- PriceList::getItems in src/
Entity/ PriceList.php - Gets the price list's item list.
File
- src/
Entity/ PriceListInterface.php, line 70
Class
- PriceListInterface
- Provides an interface for defining price list entities.
Namespace
Drupal\commerce_pricelist\EntityCode
public function getItems();