You are here

public function OrderInterface::getPlacedTime in Commerce Core 8.2

Gets the order placed timestamp.

Return value

int The order placed timestamp.

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

File

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

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function getPlacedTime();