You are here

public function Shipment::getExpectedDelivery in Ubercart 8.4

Returns the expected delivery timestamp.

Return value

int The expected delivery timestamp.

Overrides ShipmentInterface::getExpectedDelivery

File

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

Class

Shipment
Defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getExpectedDelivery() {
  return $this->expected_delivery;
}