You are here

protected property PriceModifiedDefaultFormatter::$numberFormatter in Price 8

Same name and namespace in other branches
  1. 3.x src/Plugin/Field/FieldFormatter/PriceModifiedDefaultFormatter.php \Drupal\price\Plugin\Field\FieldFormatter\PriceModifiedDefaultFormatter::numberFormatter
  2. 3.0.x src/Plugin/Field/FieldFormatter/PriceModifiedDefaultFormatter.php \Drupal\price\Plugin\Field\FieldFormatter\PriceModifiedDefaultFormatter::numberFormatter

The number formatter.

Type: \CommerceGuys\Intl\Formatter\NumberFormatterInterface

File

src/Plugin/Field/FieldFormatter/PriceModifiedDefaultFormatter.php, line 48

Class

PriceModifiedDefaultFormatter
Plugin implementation of the 'price_modified' formatter.

Namespace

Drupal\price\Plugin\Field\FieldFormatter

Code

protected $numberFormatter;