You are here

public function ExchangeRateInterface::setExchangeRateProviderId in Currency 8.3

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

Parameters

string $id:

Return value

$this

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

File

src/ExchangeRateInterface.php, line 29

Class

ExchangeRateInterface
Defines an exchange rate.

Namespace

Drupal\currency

Code

public function setExchangeRateProviderId($id);