You are here

public function ExchangeRateInterface::getExchangeRateProviderId in Currency 8.3

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

Return value

string|null

1 method overrides ExchangeRateInterface::getExchangeRateProviderId()
ExchangeRate::getExchangeRateProviderId in src/ExchangeRate.php
Gets the plugin ID of the exchange rate provider that provided this rate.

File

src/ExchangeRateInterface.php, line 20

Class

ExchangeRateInterface
Defines an exchange rate.

Namespace

Drupal\currency

Code

public function getExchangeRateProviderId();