You are here

public function PackageInterface::getHeight in Ubercart 8.4

Returns the package height.

Return value

float The package height.

1 method overrides PackageInterface::getHeight()
Package::getHeight in shipping/uc_fulfillment/src/Package.php
Returns the package height.

File

shipping/uc_fulfillment/src/PackageInterface.php, line 134

Class

PackageInterface
Provides an interface that defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function getHeight();