You are here

public function PackageInterface::setValue in Ubercart 8.4

Sets the package monetary value.

Parameters

float $value: The monetary value.

Return value

$this

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

File

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

Class

PackageInterface
Provides an interface that defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function setValue($value);