You are here

public function LibraryTransactionInterface::getCreatedTime in Library 8

Gets the Library transaction creation timestamp.

Return value

int Creation timestamp of the Library transaction.

1 method overrides LibraryTransactionInterface::getCreatedTime()
LibraryTransaction::getCreatedTime in src/Entity/LibraryTransaction.php
Gets the Library transaction creation timestamp.

File

src/LibraryTransactionInterface.php, line 22

Class

LibraryTransactionInterface
Provides an interface for defining Library transaction entities.

Namespace

Drupal\library

Code

public function getCreatedTime();