You are here

public function TransactionInterface::setCreatedTime in Transaction 8

Sets the transaction creation timestamp.

Parameters

int $timestamp: The subscription creation timestamp.

Return value

\Drupal\transaction\TransactionInterface The called transaction entity.

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

File

src/TransactionInterface.php, line 82

Class

TransactionInterface
The interface for transaction entities.

Namespace

Drupal\transaction

Code

public function setCreatedTime($timestamp);