You are here

public function Package::getValue in Ubercart 8.4

Returns the package monetary value.

Return value

float The monetary value.

Overrides PackageInterface::getValue

File

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

Class

Package
Defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function getValue() {
  return $this->value;
}