You are here

public function InvoiceItemInterface::getCreatedTime in Commerce Invoice 8.2

Gets the invoice item creation timestamp.

Return value

int The invoice item creation timestamp.

1 method overrides InvoiceItemInterface::getCreatedTime()
InvoiceItem::getCreatedTime in src/Entity/InvoiceItem.php
Gets the invoice item creation timestamp.

File

src/Entity/InvoiceItemInterface.php, line 205

Class

InvoiceItemInterface
Defines the interface for invoice items.

Namespace

Drupal\commerce_invoice\Entity

Code

public function getCreatedTime();