You are here

public function ShipmentInterface::setOrderId in Ubercart 8.4

Sets the order ID to the given value.

Parameters

int $order_id: The name of this order status.

Return value

$this

1 method overrides ShipmentInterface::setOrderId()
Shipment::setOrderId in shipping/uc_fulfillment/src/Shipment.php
Sets the order ID to the given value.

File

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

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function setOrderId($order_id);