You are here

public function StateList::getName in Country, State and City Fields 8

File

src/Entity/StateList.php, line 84

Class

StateList
Defines the statelist entity.

Namespace

Drupal\country_state_city\Entity

Code

public function getName() {
  return $this
    ->get('name')->value;
}