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