You are here

public function CityList::getState in Country, State and City Fields 8

File

src/Entity/CityList.php, line 99

Class

CityList
Defines the citylist entity.

Namespace

Drupal\country_state_city\Entity

Code

public function getState() {
  return $this
    ->get('state_id')->entity;
}