You are here

public function OrderInterface::setPlacedTime in Commerce Core 8.2

Sets the order placed timestamp.

Parameters

int $timestamp: The order placed timestamp.

Return value

$this

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

File

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

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function setPlacedTime($timestamp);