You are here

protected property PricePlainFormatter::$currencyStorage in Price 3.x

Same name and namespace in other branches
  1. 8 src/Plugin/Field/FieldFormatter/PricePlainFormatter.php \Drupal\price\Plugin\Field\FieldFormatter\PricePlainFormatter::currencyStorage
  2. 2.0.x src/Plugin/Field/FieldFormatter/PricePlainFormatter.php \Drupal\price\Plugin\Field\FieldFormatter\PricePlainFormatter::currencyStorage
  3. 2.x src/Plugin/Field/FieldFormatter/PricePlainFormatter.php \Drupal\price\Plugin\Field\FieldFormatter\PricePlainFormatter::currencyStorage
  4. 3.0.x src/Plugin/Field/FieldFormatter/PricePlainFormatter.php \Drupal\price\Plugin\Field\FieldFormatter\PricePlainFormatter::currencyStorage

The currency storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

src/Plugin/Field/FieldFormatter/PricePlainFormatter.php, line 31

Class

PricePlainFormatter
Plugin implementation of the 'price_price_plain' formatter.

Namespace

Drupal\price\Plugin\Field\FieldFormatter

Code

protected $currencyStorage;