public function AddressInterface::setZone in Ubercart 8.4
Sets the state, provence, or region id.
Parameters
string $zone: The zone.
Return value
$this
File
- uc_store/
src/ AddressInterface.php, line 134
Class
- AddressInterface
- Defines an object to hold Ubercart mailing address information.
Namespace
Drupal\uc_storeCode
public function setZone($zone);