public function Package::getLengthUnits in Ubercart 8.4
Returns the package units of length.
Return value
string The units used to measure package dimensions.
Overrides PackageInterface::getLengthUnits
File
- shipping/
uc_fulfillment/ src/ Package.php, line 276
Class
- Package
- Defines the Package class.
Namespace
Drupal\uc_fulfillmentCode
public function getLengthUnits() {
return $this->length_units;
}