You are here

public function PackageInterface::getSid in Ubercart 8.4

Returns the shipment ID.

Return value

int The Shipment ID.

1 method overrides PackageInterface::getSid()
Package::getSid in shipping/uc_fulfillment/src/Package.php
Returns the shipment ID.

File

shipping/uc_fulfillment/src/PackageInterface.php, line 26

Class

PackageInterface
Provides an interface that defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function getSid();