You are here

service currency.exchange_rate_provider in Currency 8.3

Class

Drupal\currency\PluginBasedExchangeRateProvider
8 string references to currency.exchange_rate_provider
CurrencyExchange::create in src/Plugin/Filter/CurrencyExchange.php
Creates an instance of the plugin.
CurrencyExchangeTest::testCreate in tests/src/Unit/Plugin/Filter/CurrencyExchangeTest.php
@covers ::create @covers ::__construct
PluginBasedExchangeRateProvider::saveConfiguration in src/PluginBasedExchangeRateProvider.php
Saves the configuration.
PluginBasedExchangeRateProviderForm::create in src/Form/PluginBasedExchangeRateProviderForm.php
Instantiates a new instance of this class.
PluginBasedExchangeRateProviderFormTest::testCreate in tests/src/Unit/Controller/PluginBasedExchangeRateProviderFormTest.php
@covers ::create @covers ::__construct

... See full list

File

./currency.services.yml
currency.services.yml

View source
  1. class: Drupal\currency\PluginBasedExchangeRateProvider
  2. arguments:
  3. - '@plugin.manager.currency.exchange_rate_provider'
  4. - '@config.factory'