You are here

public function OrderInterface::getCreatedTime in Ubercart 8.4

Gets the order creation timestamp.

Return value

int Creation timestamp of the order.

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

File

uc_order/src/OrderInterface.php, line 21

Class

OrderInterface
Provides an interface defining an Ubercart order entity.

Namespace

Drupal\uc_order

Code

public function getCreatedTime();