public function PriceListInterface::isEnabled in Commerce Pricelist 8.2
Get whether the price list is enabled.
Return value
bool TRUE if the price list is enabled, FALSE otherwise.
1 method overrides PriceListInterface::isEnabled()
- PriceList::isEnabled in src/
Entity/ PriceList.php - Get whether the price list is enabled.
File
- src/
Entity/ PriceListInterface.php, line 213
Class
- PriceListInterface
- Defines the interface for price lists.
Namespace
Drupal\commerce_pricelist\EntityCode
public function isEnabled();