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