You are here

public function BundleItemOrderItemInterface::getCreatedTime in Commerce Product Bundle 8

Gets the order item creation timestamp.

Return value

int The bundle item order item creation timestamp.

1 method overrides BundleItemOrderItemInterface::getCreatedTime()
BundleItemOrderItem::getCreatedTime in src/Entity/BundleItemOrderItem.php
Gets the order item creation timestamp.

File

src/Entity/BundleItemOrderItemInterface.php, line 93

Class

BundleItemOrderItemInterface
Provides an interface for defining Bundle Item Order Item entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getCreatedTime();