You are here

protected property CurrentCountry::$countries in Price 8

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

Static cache of resolved countries. One per request.

Type: \SplObjectStorage

File

src/CurrentCountry.php, line 40

Class

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

Namespace

Drupal\price

Code

protected $countries;