public function PriceListInterface::setName in Commerce Pricelist 8
Same name and namespace in other branches
- 8.2 src/Entity/PriceListInterface.php \Drupal\commerce_pricelist\Entity\PriceListInterface::setName()
Sets the price list name.
Parameters
string $name: The price list name.
Return value
\Drupal\commerce_pricelist\Entity\PriceListInterface The called price list entity.
1 method overrides PriceListInterface::setName()
- PriceList::setName in src/
Entity/ PriceList.php - Sets the price list name.
File
- src/
Entity/ PriceListInterface.php, line 43
Class
- PriceListInterface
- Provides an interface for defining price list entities.
Namespace
Drupal\commerce_pricelist\EntityCode
public function setName($name);