You are here

public function CountryToCode::setCountryManager in Tamper 8

Setter function for the CountryManagerInterface.

Parameters

object $country_manager: The country manager used to grab country list.

File

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

Class

CountryToCode
Plugin implementation for converting country to ISO code.

Namespace

Drupal\tamper\Plugin\Tamper

Code

public function setCountryManager($country_manager) {
  $this->countryManager = $country_manager;
}