public function PackageInterface::setOrderId in Ubercart 8.4
Sets the order ID of this shipment.
Parameters
int $order_id: The Order ID.
Return value
$this
1 method overrides PackageInterface::setOrderId()
- Package::setOrderId in shipping/
uc_fulfillment/ src/ Package.php - Sets the order ID of this shipment.
File
- shipping/
uc_fulfillment/ src/ PackageInterface.php, line 36
Class
- PackageInterface
- Provides an interface that defines the Package class.
Namespace
Drupal\uc_fulfillmentCode
public function setOrderId($order_id);