public function PackageInterface::setHeight in Ubercart 8.4
Sets the package height.
Parameters
float $height: The package height.
Return value
$this
1 method overrides PackageInterface::setHeight()
- Package::setHeight in shipping/
uc_fulfillment/ src/ Package.php - Sets the package height.
File
- shipping/
uc_fulfillment/ src/ PackageInterface.php, line 126
Class
- PackageInterface
- Provides an interface that defines the Package class.
Namespace
Drupal\uc_fulfillmentCode
public function setHeight($height);