You are here

public function PriceListItemInterface::setPriceListId in Commerce Pricelist 8

Sets the parent price list ID.

Parameters

string $price_list_id: The parent price list ID.

Return value

$this

1 method overrides PriceListItemInterface::setPriceListId()
PriceListItem::setPriceListId in src/Entity/PriceListItem.php
Sets the parent price list ID.

File

src/Entity/PriceListItemInterface.php, line 79

Class

PriceListItemInterface
Defines the interface for price list items.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function setPriceListId($price_list_id);