public function CurrencyInterface::getCurrencyCode in Commerce Core 8.2
Gets the alphabetic currency code.
Return value
string The alphabetic currency code.
1 method overrides CurrencyInterface::getCurrencyCode()
- Currency::getCurrencyCode in modules/
price/ src/ Entity/ Currency.php - Gets the alphabetic currency code.
File
- modules/
price/ src/ Entity/ CurrencyInterface.php, line 18
Class
- CurrencyInterface
- Defines the interface for currencies.
Namespace
Drupal\commerce_price\EntityCode
public function getCurrencyCode();