You are here

public function OrderInterface::getCreatedTime in Commerce Core 8.2

Gets the order creation timestamp.

Return value

int Creation timestamp of the order.

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

File

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

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function getCreatedTime();