You are here

public function ShipmentInterface::getShipDate in Ubercart 8.4

Returns the ship date timestamp of this shipment.

Return value

int The ship date timestamp.

1 method overrides ShipmentInterface::getShipDate()
Shipment::getShipDate in shipping/uc_fulfillment/src/Shipment.php
Returns the ship date timestamp of this shipment.

File

shipping/uc_fulfillment/src/ShipmentInterface.php, line 136

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getShipDate();