You are here

public function OrderInterface::setCreatedTime in Ubercart 8.4

Sets the order creation timestamp.

Parameters

int $timestamp: The order creation timestamp.

Return value

$this

1 method overrides OrderInterface::setCreatedTime()
Order::setCreatedTime in uc_order/src/Entity/Order.php
Sets the order creation timestamp.

File

uc_order/src/OrderInterface.php, line 31

Class

OrderInterface
Provides an interface defining an Ubercart order entity.

Namespace

Drupal\uc_order

Code

public function setCreatedTime($timestamp);