service currency.exchange_rate_provider in Currency 8.3
Class
Drupal\currency\PluginBasedExchangeRateProvider8 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
File
View source
- class: Drupal\currency\PluginBasedExchangeRateProvider
- arguments:
- - '@plugin.manager.currency.exchange_rate_provider'
- - '@config.factory'