You are here

service plugin.manager.currency.exchange_rate_provider in Currency 8.3

Class

Drupal\currency\Plugin\Currency\ExchangeRateProvider\ExchangeRateProviderManager

Tags

  • plugin_manager_cache_clear
8 string references to plugin.manager.currency.exchange_rate_provider
FixedRatesForm::create in src/Form/FixedRatesForm.php
Instantiates a new instance of this class.
FixedRatesFormTest::testCreate in tests/src/Unit/Controller/FixedRatesFormTest.php
@covers ::create @covers ::__construct
FixedRatesFormTest::testCreate in tests/src/Unit/Form/FixedRatesFormTest.php
@covers ::create @covers ::__construct
FixedRatesOverview::create in src/Controller/FixedRatesOverview.php
Instantiates a new instance of this class.
FixedRatesOverviewTest::testCreate in tests/src/Unit/Controller/FixedRatesOverviewTest.php
@covers ::create @covers ::__construct

... See full list

File

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

View source
  1. class: Drupal\currency\Plugin\Currency\ExchangeRateProvider\ExchangeRateProviderManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@class_resolver'
  7. tags:
  8. - { name: plugin_manager_cache_clear }