You are here

public function PriceListItemInterface::hasPurchasedEntity in Commerce Pricelist 8

Gets whether the price list item has a purchased entity.

Return value

bool TRUE if the price list item has a purchased entity, FALSE otherwise.

1 method overrides PriceListItemInterface::hasPurchasedEntity()
PriceListItem::hasPurchasedEntity in src/Entity/PriceListItem.php
Gets whether the price list item has a purchased entity.

File

src/Entity/PriceListItemInterface.php, line 112

Class

PriceListItemInterface
Defines the interface for price list items.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function hasPurchasedEntity();