public function CurrencyInterface::setName in Price 8
Same name and namespace in other branches
- 3.x src/Entity/CurrencyInterface.php \Drupal\price\Entity\CurrencyInterface::setName()
- 2.0.x src/Entity/CurrencyInterface.php \Drupal\price\Entity\CurrencyInterface::setName()
- 2.x src/Entity/CurrencyInterface.php \Drupal\price\Entity\CurrencyInterface::setName()
- 3.0.x src/Entity/CurrencyInterface.php \Drupal\price\Entity\CurrencyInterface::setName()
Sets the currency name.
Parameters
string $name: The currency name.
Return value
$this
1 method overrides CurrencyInterface::setName()
- Currency::setName in src/
Entity/ Currency.php - Sets the currency name.
File
- src/
Entity/ CurrencyInterface.php, line 46
Class
- CurrencyInterface
- Defines the interface for currencies.
Namespace
Drupal\price\EntityCode
public function setName($name);