You are here

public function Shipment::id in Ubercart 8.4

File

shipping/uc_fulfillment/src/Shipment.php, line 127

Class

Shipment
Defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function id() {
  return $this->sid;
}