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