You are here

public function PackageInterface::getValue in Ubercart 8.4

Returns the package monetary value.

Return value

float The monetary value.

1 method overrides PackageInterface::getValue()
Package::getValue in shipping/uc_fulfillment/src/Package.php
Returns the package monetary value.

File

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

Class

PackageInterface
Provides an interface that defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function getValue();