You are here

public function PriceListItemInterface::isEnabled in Commerce Pricelist 8.2

Get whether the price list item is enabled.

Return value

bool TRUE if the price list item is enabled, FALSE otherwise.

1 method overrides PriceListItemInterface::isEnabled()
PriceListItem::isEnabled in src/Entity/PriceListItem.php
Get whether the price list item is enabled.

File

src/Entity/PriceListItemInterface.php, line 132

Class

PriceListItemInterface
Defines the interface for price list items.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function isEnabled();