You are here

public function ShipmentInterface::getExpectedDelivery in Ubercart 8.4

Returns the expected delivery timestamp.

Return value

int The expected delivery timestamp.

1 method overrides ShipmentInterface::getExpectedDelivery()
Shipment::getExpectedDelivery in shipping/uc_fulfillment/src/Shipment.php
Returns the expected delivery timestamp.

File

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

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getExpectedDelivery();