You are here

public function OrderInterface::getCompletedTime in Commerce Core 8.2

Gets the order completed timestamp.

Return value

int The order completed timestamp.

1 method overrides OrderInterface::getCompletedTime()
Order::getCompletedTime in modules/order/src/Entity/Order.php
Gets the order completed timestamp.

File

modules/order/src/Entity/OrderInterface.php, line 447

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function getCompletedTime();