public function CurrencyHelperInterface::getCurrencies in Commerce Currency Resolver 8
Return formatted array of available currencies.
Return value
array List of keyed currencies ['HRK' => 'Croatian Kuna'].
1 method overrides CurrencyHelperInterface::getCurrencies()
- CurrencyHelper::getCurrencies in src/
CurrencyHelper.php - Return formatted array of available currencies.
File
- src/
CurrencyHelperInterface.php, line 26
Class
- CurrencyHelperInterface
- Interface CurrencyHelperInterface.
Namespace
Drupal\commerce_currency_resolverCode
public function getCurrencies();