You are here

public function Country::getNumeric in Ubercart 8.4

Returns the numeric ISO 3166-1 code of the country.

Return value

int The numeric ISO 3166-1 code of the country.

Overrides CountryInterface::getNumeric

File

uc_country/src/Entity/Country.php, line 110

Class

Country
Defines the uc_country type configuration entity.

Namespace

Drupal\uc_country\Entity

Code

public function getNumeric() {
  return $this->numeric;
}