You are here

public function PackageInterface::getWidth in Ubercart 8.4

Returns the package width.

Return value

float The package width.

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

File

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

Class

PackageInterface
Provides an interface that defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function getWidth();