You are here

public function TransactionInterface::getCreatedTime in Transaction 8

Gets the transaction creation timestamp.

Return value

int The creation timestamp.

1 method overrides TransactionInterface::getCreatedTime()
Transaction::getCreatedTime in src/Entity/Transaction.php
Gets the transaction creation timestamp.

File

src/TransactionInterface.php, line 71

Class

TransactionInterface
The interface for transaction entities.

Namespace

Drupal\transaction

Code

public function getCreatedTime();