You are here

public function PriceListItemInterface::getPriceListId in Commerce Pricelist 8

Same name and namespace in other branches
  1. 8.2 src/Entity/PriceListItemInterface.php \Drupal\commerce_pricelist\Entity\PriceListItemInterface::getPriceListId()

Gets the price list ID.

Return value

int The parent price list entity ID.

1 method overrides PriceListItemInterface::getPriceListId()
PriceListItem::getPriceListId in src/Entity/PriceListItem.php
Gets the price list ID.

File

src/Entity/PriceListItemInterface.php, line 104

Class

PriceListItemInterface
Defines the interface for price list items.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getPriceListId();