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