You are here

public function ShipmentInterface::setCreatedTime in Commerce Shipping 8.2

Sets the shipment creation timestamp.

Parameters

int $timestamp: The shipment creation timestamp.

Return value

$this

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

File

src/Entity/ShipmentInterface.php, line 378

Class

ShipmentInterface
Defines the interface for shipments.

Namespace

Drupal\commerce_shipping\Entity

Code

public function setCreatedTime($timestamp);