public function PriceListItemInterface::getName in Commerce Pricelist 8
Gets the price list item name.
Return value
string Name of the price list item.
1 method overrides PriceListItemInterface::getName()
- PriceListItem::getName in src/
Entity/ PriceListItem.php - Gets the price list item name.
File
- src/
Entity/ PriceListItemInterface.php, line 23
Class
- PriceListItemInterface
- Defines the interface for price list items.
Namespace
Drupal\commerce_pricelist\EntityCode
public function getName();