You are here

public function Shipment::getShippingMethod in Ubercart 8.4

Returns the name of the shipping method.

Return value

string The name of the shipping method.

Overrides ShipmentInterface::getShippingMethod

File

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

Class

Shipment
Defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getShippingMethod() {
  return $this->shipping_method;
}