public function PriceListItemInterface::getPurchasedEntityId in Commerce Pricelist 8
Gets the purchased entity ID.
Return value
int The purchased entity ID.
1 method overrides PriceListItemInterface::getPurchasedEntityId()
- PriceListItem::getPurchasedEntityId in src/
Entity/ PriceListItem.php - Gets the purchased entity ID.
File
- src/
Entity/ PriceListItemInterface.php, line 128
Class
- PriceListItemInterface
- Defines the interface for price list items.
Namespace
Drupal\commerce_pricelist\EntityCode
public function getPurchasedEntityId();