You are here

public function ExchangerProviderRates::getCurrencies in Commerce Exchanger 8

List enabled currencies.

Return value

array Return keyed currencies by currency code.

File

src/ExchangerProviderRates.php, line 122

Class

ExchangerProviderRates
Represents remote exchange rates data with base currency.

Namespace

Drupal\commerce_exchanger

Code

public function getCurrencies() {
  return $this->currencies;
}