public function ExchangeRateProviderInterface::load in Currency 8.3
Parameters
string $sourceCurrencyCode:
string $destinationCurrencyCode:
Return value
\Drupal\currency\ExchangeRateInterface|null
1 method overrides ExchangeRateProviderInterface::load()
- ExchangeRateProviderDecorator::load in src/
Plugin/ Currency/ ExchangeRateProvider/ ExchangeRateProviderDecorator.php
File
- src/
Plugin/ Currency/ ExchangeRateProvider/ ExchangeRateProviderInterface.php, line 21
Class
- ExchangeRateProviderInterface
- Defines a currency exchange rate provider plugin.
Namespace
Drupal\currency\Plugin\Currency\ExchangeRateProviderCode
public function load($sourceCurrencyCode, $destinationCurrencyCode);