You are here

public function ShipmentInterface::setExpectedDelivery in Ubercart 8.4

Sets the expected delivery timestamp.

Parameters

int $expected_delivery: The expected delivery timestamp.

Return value

$this

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

File

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

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function setExpectedDelivery($expected_delivery);