You are here

public function ShipmentInterface::setShippedTime in Commerce Shipping 8.2

Sets the shipment shipped timestamp.

Parameters

int $timestamp: The shipment shipped timestamp.

Return value

$this

1 method overrides ShipmentInterface::setShippedTime()
Shipment::setShippedTime in src/Entity/Shipment.php
Sets the shipment shipped timestamp.

File

src/Entity/ShipmentInterface.php, line 396

Class

ShipmentInterface
Defines the interface for shipments.

Namespace

Drupal\commerce_shipping\Entity

Code

public function setShippedTime($timestamp);