You are here

public function MerciLineItemInterface::getCreatedTime in MERCI (Manage Equipment Reservations, Checkout and Inventory) 8.2

Gets the Merci Line Item creation timestamp.

Return value

int Creation timestamp of the Merci Line Item.

1 method overrides MerciLineItemInterface::getCreatedTime()
MerciLineItem::getCreatedTime in modules/merci_line_item/src/Entity/MerciLineItem.php
Gets the Merci Line Item creation timestamp.

File

modules/merci_line_item/src/Entity/MerciLineItemInterface.php, line 54

Class

MerciLineItemInterface
Provides an interface for defining Merci Line Item entities.

Namespace

Drupal\merci_line_item\Entity

Code

public function getCreatedTime();