You are here

service plugin.manager.currency.amount_formatter in Currency 8.3

Class

Drupal\currency\Plugin\Currency\AmountFormatter\AmountFormatterManager

Tags

  • plugin_manager_cache_clear
6 string references to plugin.manager.currency.amount_formatter
AmountFormattingForm::create in src/Form/AmountFormattingForm.php
Instantiates a new instance of this class.
AmountFormattingFormTest::testCreate in tests/src/Unit/Controller/AmountFormattingFormTest.php
@covers ::create @covers ::__construct
AmountFormattingFormTest::testCreate in tests/src/Unit/Form/AmountFormattingFormTest.php
@covers ::create @covers ::__construct
Currency::getCurrencyAmountFormatterManager in src/Entity/Currency.php
Gets the currency amount formatter manager.
FixedRatesOverview::create in src/Controller/FixedRatesOverview.php
Instantiates a new instance of this class.

... See full list

File

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

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