You are here

namespace Drupal\currency\Plugin\Currency\ExchangeRateProvider in Currency 8.3

Classsort descending Location Description
ExchangeRateProviderDecorator src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderDecorator.php Provides an exchange rate provider decorator.
ExchangeRateProviderInterface src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderInterface.php Defines a currency exchange rate provider plugin.
ExchangeRateProviderManager src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderManager.php Manages currency exchange rate provider plugins.
ExchangeRateProviderManagerInterface src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderManagerInterface.php Defines an amount formatter plugin manager.
ExchangeRateProviderOperationsProvider src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderOperationsProvider.php Provides operations for the currency exchange rate provider plugin type.
FixedRates src/Plugin/Currency/ExchangeRateProvider/FixedRates.php Provides manually entered exchange rates.
FixedRatesOperationsProvider src/Plugin/Currency/ExchangeRateProvider/FixedRatesOperationsProvider.php Provides operations for the fixed rates exchange rate provider.
HistoricalRates src/Plugin/Currency/ExchangeRateProvider/HistoricalRates.php Provides historical exchange rates.