You are here

public function Package::getLength in Ubercart 8.4

Returns the package length.

Return value

float The package length.

Overrides PackageInterface::getLength

File

shipping/uc_fulfillment/src/Package.php, line 231

Class

Package
Defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function getLength() {
  return $this->length;
}