You are here

public function Shipment::getOrderId in Ubercart 8.4

Returns the order ID of this shipment.

Return value

int The name of this status.

Overrides ShipmentInterface::getOrderId

File

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

Class

Shipment
Defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getOrderId() {
  return $this->orderId;
}