You are here

public function OrderInterface::setCompletedTime in Commerce Core 8.2

Sets the order completed timestamp.

Parameters

int $timestamp: The order completed timestamp.

Return value

$this

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

File

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

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function setCompletedTime($timestamp);