You are here

public function ShipmentInterface::setShipDate in Ubercart 8.4

Sets the ship date timestamp to the given value.

Parameters

int $ship_date: The ship date timestamp.

Return value

$this

1 method overrides ShipmentInterface::setShipDate()
Shipment::setShipDate in shipping/uc_fulfillment/src/Shipment.php
Sets the ship date timestamp to the given value.

File

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

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function setShipDate($ship_date);