You are here

public function ShipmentInterface::getOrderId in Ubercart 8.4

Returns the order ID of this shipment.

Return value

int The name of this status.

1 method overrides ShipmentInterface::getOrderId()
Shipment::getOrderId in shipping/uc_fulfillment/src/Shipment.php
Returns the order ID of this shipment.

File

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

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getOrderId();