You are here

public function ShipmentInterface::getShippedTime in Commerce Shipping 8.2

Gets the shipment shipped timestamp.

Return value

int The shipment shipped timestamp.

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

File

src/Entity/ShipmentInterface.php, line 386

Class

ShipmentInterface
Defines the interface for shipments.

Namespace

Drupal\commerce_shipping\Entity

Code

public function getShippedTime();