You are here

public function CountryList::setIso3 in Country, State and City Fields 8

File

src/Entity/CountryList.php, line 121

Class

CountryList
Defines the countrylist entity.

Namespace

Drupal\country_state_city\Entity

Code

public function setIso3($iso3) {
  $this
    ->set('iso3', $iso3);
  return $this;
}