You are here

public function PriceListItemTypeInterface::getPurchasableEntityType in Commerce Pricelist 8

Gets the price list item type's purchasable entity type.

Return value

\Drupal\Core\Entity\EntityTypeInterface The purchasable entity type definition.

1 method overrides PriceListItemTypeInterface::getPurchasableEntityType()
PriceListItemType::getPurchasableEntityType in src/Entity/PriceListItemType.php
Gets the price list item type's purchasable entity type.

File

src/Entity/PriceListItemTypeInterface.php, line 29

Class

PriceListItemTypeInterface
Defines the interface for price list item types.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getPurchasableEntityType();