You are here

public function PriceListItemType::getPriceListTypeId in Commerce Pricelist 8

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

Return value

string The price list type.

Overrides PriceListItemTypeInterface::getPriceListTypeId

File

src/Entity/PriceListItemType.php, line 96

Class

PriceListItemType
Defines the price list item type entity class.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getPriceListTypeId() {
  return $this->priceListType;
}