public function PriceListItemInterface::setInactive in Commerce Pricelist 8
Set the price list item inactive.
Return value
$this
1 method overrides PriceListItemInterface::setInactive()
- PriceListItem::setInactive in src/
Entity/ PriceListItem.php - Set the price list item inactive.
File
- src/
Entity/ PriceListItemInterface.php, line 178
Class
- PriceListItemInterface
- Defines the interface for price list items.
Namespace
Drupal\commerce_pricelist\EntityCode
public function setInactive();