You are here

public function CountryInterface::getName in Ubercart 8.4

Returns the ISO 3166-1 English short name of the country.

Return value

string The ISO 3166-1 English short name of the country.

1 method overrides CountryInterface::getName()
Country::getName in uc_country/src/Entity/Country.php
Returns the ISO 3166-1 English short name of the country.

File

uc_country/src/CountryInterface.php, line 26

Class

CountryInterface
Defines the uc_country type configuration entity.

Namespace

Drupal\uc_country

Code

public function getName();