You are here

public function AmountFormatterManagerInterface::getDefaultPluginId in Currency 8.3

Gets the default plugin ID.

Return value

string

1 method overrides AmountFormatterManagerInterface::getDefaultPluginId()
AmountFormatterManager::getDefaultPluginId in src/Plugin/Currency/AmountFormatter/AmountFormatterManager.php
Gets the default plugin ID.

File

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

Class

AmountFormatterManagerInterface
Defines an amount formatter plugin manager.

Namespace

Drupal\currency\Plugin\Currency\AmountFormatter

Code

public function getDefaultPluginId();