public function CountryList::setName in Country, State and City Fields 8
File
- src/
Entity/ CountryList.php, line 91
Class
- CountryList
- Defines the countrylist entity.
Namespace
Drupal\country_state_city\EntityCode
public function setName($name) {
$this
->set('name', $name);
return $this;
}