You are here

public function Shipment::getCarrier in Ubercart 8.4

Returns the name of the common carrier.

Return value

string The name of the common carrier.

Overrides ShipmentInterface::getCarrier

File

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

Class

Shipment
Defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getCarrier() {
  return $this->carrier;
}