You are here

public function Package::getWeightUnits in Ubercart 8.4

Returns the package units of weight.

Return value

string The units used to measure package weight.

Overrides PackageInterface::getWeightUnits

File

shipping/uc_fulfillment/src/Package.php, line 306

Class

Package
Defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function getWeightUnits() {
  return $this->weight_units;
}