You are here

public function ShipmentInterface::getCreatedTime in Commerce Shipping 8.2

Gets the shipment creation timestamp.

Return value

int The shipment creation timestamp.

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

File

src/Entity/ShipmentInterface.php, line 368

Class

ShipmentInterface
Defines the interface for shipments.

Namespace

Drupal\commerce_shipping\Entity

Code

public function getCreatedTime();