You are here

protected property PriceCalculatedFormatter::$currentStore in Commerce Core 8.2

Same name in this branch
  1. 8.2 modules/price/src/Plugin/Field/FieldFormatter/PriceCalculatedFormatter.php \Drupal\commerce_price\Plugin\Field\FieldFormatter\PriceCalculatedFormatter::currentStore
  2. 8.2 modules/order/src/Plugin/Field/FieldFormatter/PriceCalculatedFormatter.php \Drupal\commerce_order\Plugin\Field\FieldFormatter\PriceCalculatedFormatter::currentStore

The current store.

Type: \Drupal\commerce_store\CurrentStoreInterface

File

modules/price/src/Plugin/Field/FieldFormatter/PriceCalculatedFormatter.php, line 50

Class

PriceCalculatedFormatter
Plugin implementation of the 'commerce_price_calculated' formatter.

Namespace

Drupal\commerce_price\Plugin\Field\FieldFormatter

Code

protected $currentStore;