You are here

public function PriceListItemTypeInterface::setPriceListTypeId in Commerce Pricelist 8

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

Parameters

string $price_list_type_id: The price list type ID.

Return value

$this

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

File

src/Entity/PriceListItemTypeInterface.php, line 57

Class

PriceListItemTypeInterface
Defines the interface for price list item types.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function setPriceListTypeId($price_list_type_id);