public function PriceListItemInterface::setName in Commerce Pricelist 8
Sets the price list item name.
Parameters
string $name: The price list item name.
Return value
$this
1 method overrides PriceListItemInterface::setName()
- PriceListItem::setName in src/
Entity/ PriceListItem.php - Sets the price list item name.
File
- src/
Entity/ PriceListItemInterface.php, line 33
Class
- PriceListItemInterface
- Defines the interface for price list items.
Namespace
Drupal\commerce_pricelist\EntityCode
public function setName($name);