public function CountryInterface::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.
1 method overrides CountryInterface::getNumeric()
- Country::getNumeric in uc_country/
src/ Entity/ Country.php - Returns the numeric ISO 3166-1 code of the country.
File
- uc_country/
src/ CountryInterface.php, line 34
Class
- CountryInterface
- Defines the uc_country type configuration entity.
Namespace
Drupal\uc_countryCode
public function getNumeric();