You are here

public function ExchangeRate::getExchangeRateProviderId in Currency 8.3

Gets the plugin ID of the exchange rate provider that provided this rate.

Return value

string|null

Overrides ExchangeRateInterface::getExchangeRateProviderId

File

src/ExchangeRate.php, line 61

Class

ExchangeRate
Provides an exchange rate.

Namespace

Drupal\currency

Code

public function getExchangeRateProviderId() {
  return $this->exchangeRateProviderId;
}