public function CountryInterface::getAlpha3 in Ubercart 8.4
Returns the 3-character ISO 3166-1 code of the country.
Return value
string The 3-character ISO 3166-1 code of the country.
1 method overrides CountryInterface::getAlpha3()
- Country::getAlpha3 in uc_country/
src/ Entity/ Country.php - Returns the 3-character ISO 3166-1 code of the country.
File
- uc_country/
src/ CountryInterface.php, line 18
Class
- CountryInterface
- Defines the uc_country type configuration entity.
Namespace
Drupal\uc_countryCode
public function getAlpha3();