You are here

public function ShipmentInterface::getShippingMethod in Ubercart 8.4

Returns the name of the shipping method.

Return value

string The name of the shipping method.

1 method overrides ShipmentInterface::getShippingMethod()
Shipment::getShippingMethod in shipping/uc_fulfillment/src/Shipment.php
Returns the name of the shipping method.

File

shipping/uc_fulfillment/src/ShipmentInterface.php, line 46

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getShippingMethod();