You are here

public function AmountFormatterManagerInterface::getDefaultPlugin in Currency 8.3

Gets the default formatter.

Return value

\Drupal\currency\Plugin\Currency\AmountFormatter\AmountFormatterInterface

1 method overrides AmountFormatterManagerInterface::getDefaultPlugin()
AmountFormatterManager::getDefaultPlugin in src/Plugin/Currency/AmountFormatter/AmountFormatterManager.php
Gets the default formatter.

File

src/Plugin/Currency/AmountFormatter/AmountFormatterManagerInterface.php, line 33

Class

AmountFormatterManagerInterface
Defines an amount formatter plugin manager.

Namespace

Drupal\currency\Plugin\Currency\AmountFormatter

Code

public function getDefaultPlugin();