You are here

public function PriceListItemInterface::isActive in Commerce Pricelist 8

Get whether or not the price list item is active.

Return value

bool TRUE if the rice list item is acive, FALSE otherwise.

1 method overrides PriceListItemInterface::isActive()
PriceListItem::isActive in src/Entity/PriceListItem.php
Get whether or not the price list item is active.

File

src/Entity/PriceListItemInterface.php, line 164

Class

PriceListItemInterface
Defines the interface for price list items.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function isActive();