You are here

protected property CountryToCode::$countryManager in Tamper 8

Holds the CountryManager object so we can grab the country list.

Type: \Drupal\Core\Locale\CountryManagerInterface

File

src/Plugin/Tamper/CountryToCode.php, line 28

Class

CountryToCode
Plugin implementation for converting country to ISO code.

Namespace

Drupal\tamper\Plugin\Tamper

Code

protected $countryManager;