You are here

protected property LegacyNumberFormatter::$currencyFormatter in Price 8

Same name and namespace in other branches
  1. 3.x src/LegacyNumberFormatter.php \Drupal\price\LegacyNumberFormatter::currencyFormatter
  2. 3.0.x src/LegacyNumberFormatter.php \Drupal\price\LegacyNumberFormatter::currencyFormatter

The currency formatter.

Type: \CommerceGuys\Intl\Formatter\CurrencyFormatterInterface

File

src/LegacyNumberFormatter.php, line 20

Class

LegacyNumberFormatter
Provides a legacy number formatter for the deprecated NumberFormatterFactory.

Namespace

Drupal\price

Code

protected $currencyFormatter;