public function PackageInterface::setWeightUnits in Ubercart 8.4
Sets the package units of weight.
Parameters
string $weight_units: The units used to measure package weight.
Return value
$this
1 method overrides PackageInterface::setWeightUnits()
- Package::setWeightUnits in shipping/
uc_fulfillment/ src/ Package.php - Sets the package units of weight.
File
- shipping/
uc_fulfillment/ src/ PackageInterface.php, line 180
Class
- PackageInterface
- Provides an interface that defines the Package class.
Namespace
Drupal\uc_fulfillmentCode
public function setWeightUnits($weight_units);