public function CityList::getCountry in Country, State and City Fields 8
File
- src/
Entity/ CityList.php, line 106
Class
- CityList
- Defines the citylist entity.
Namespace
Drupal\country_state_city\EntityCode
public function getCountry() {
$state = $this
->get('state_id')->entity;
return $state
->getCountry();
}