You are here

public function ProposedShipment::getOrderId in Commerce Shipping 8.2

Gets the parent order ID.

Return value

int The order ID.

File

src/ProposedShipment.php, line 116

Class

ProposedShipment
Represents a proposed shipment.

Namespace

Drupal\commerce_shipping

Code

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