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