You are here

public function Shipment::getCost in Ubercart 8.4

Returns the shipping cost for this shipment.

Return value

float The shipping cost.

Overrides ShipmentInterface::getCost

File

shipping/uc_fulfillment/src/Shipment.php, line 262

Class

Shipment
Defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getCost() {
  return $this->cost;
}