You are here

public function PackageInterface::setLength in Ubercart 8.4

Sets the package length.

Parameters

float $length: The package length.

Return value

$this

1 method overrides PackageInterface::setLength()
Package::setLength in shipping/uc_fulfillment/src/Package.php
Sets the package length.

File

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

Class

PackageInterface
Provides an interface that defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function setLength($length);