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