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