You are here

public function Shipment::getShipDate in Ubercart 8.4

Returns the ship date timestamp of this shipment.

Return value

int The ship date timestamp.

Overrides ShipmentInterface::getShipDate

File

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

Class

Shipment
Defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getShipDate() {
  return $this->ship_date;
}