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