public function CurrencyHelperInterface::getExchangeRatesProviders in Commerce Currency Resolver 8
Return formatted array of available exchange rates plugins.
Return value
array List of keyed providers ['provider_id' => 'Provider name'].
1 method overrides CurrencyHelperInterface::getExchangeRatesProviders()
- CurrencyHelper::getExchangeRatesProviders in src/
CurrencyHelper.php - Return formatted array of available exchange rates plugins.
File
- src/
CurrencyHelperInterface.php, line 18
Class
- CurrencyHelperInterface
- Interface CurrencyHelperInterface.
Namespace
Drupal\commerce_currency_resolverCode
public function getExchangeRatesProviders();