You are here

public function Package::getWidth in Ubercart 8.4

Returns the package width.

Return value

float The package width.

Overrides PackageInterface::getWidth

File

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

Class

Package
Defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function getWidth() {
  return $this->width;
}