public function AddressInterface::getCountry in Ubercart 8.4
Returns the ISO 3166-1 2-character numeric country code.
Return value
string The country code.
File
- uc_store/
src/ AddressInterface.php, line 142
Class
- AddressInterface
- Defines an object to hold Ubercart mailing address information.
Namespace
Drupal\uc_storeCode
public function getCountry();