You are here

protected property CurrentCountry::$chainResolver in Price 2.0.x

Same name and namespace in other branches
  1. 8 src/CurrentCountry.php \Drupal\price\CurrentCountry::chainResolver
  2. 3.x src/CurrentCountry.php \Drupal\price\CurrentCountry::chainResolver
  3. 2.x src/CurrentCountry.php \Drupal\price\CurrentCountry::chainResolver
  4. 3.0.x src/CurrentCountry.php \Drupal\price\CurrentCountry::chainResolver

The chain resolver.

Type: \Drupal\price\Resolver\ChainCountryResolverInterface

File

src/CurrentCountry.php, line 33

Class

CurrentCountry
Holds a reference to the current country, resolved on demand.

Namespace

Drupal\price

Code

protected $chainResolver;