You are here

namespace Drupal\currency\Plugin\Currency\AmountFormatter in Currency 8.3

Classsort descending Location Description
AmountFormatterInterface src/Plugin/Currency/AmountFormatter/AmountFormatterInterface.php Defines a plugin type to format amounts.
AmountFormatterManager src/Plugin/Currency/AmountFormatter/AmountFormatterManager.php Manages amount formatter plugins.
AmountFormatterManagerInterface src/Plugin/Currency/AmountFormatter/AmountFormatterManagerInterface.php Defines an amount formatter plugin manager.
AmountFormatterOperationsProvider src/Plugin/Currency/AmountFormatter/AmountFormatterOperationsProvider.php Provides operations for the currency amount formatter plugin type.
Basic src/Plugin/Currency/AmountFormatter/Basic.php Formats amounts using string translation and number_format().