You are here

public function PriceListItemTypeInterface::getPriceListTypeId in Commerce Pricelist 8

Gets the price list item type's price list type ID.

Return value

string The price list type.

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

File

src/Entity/PriceListItemTypeInterface.php, line 47

Class

PriceListItemTypeInterface
Defines the interface for price list item types.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getPriceListTypeId();