You are here

public function PriceListItemInterface::getPurchasableEntityId in Commerce Pricelist 8.2

Gets the purchasable entity ID.

Return value

int The purchasable entity ID.

1 method overrides PriceListItemInterface::getPurchasableEntityId()
PriceListItem::getPurchasableEntityId in src/Entity/PriceListItem.php
Gets the purchasable entity ID.

File

src/Entity/PriceListItemInterface.php, line 56

Class

PriceListItemInterface
Defines the interface for price list items.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getPurchasableEntityId();