public function LibraryTransactionInterface::setCreatedTime in Library 8
Sets the Library transaction creation timestamp.
Parameters
int $timestamp: The Library transaction creation timestamp.
Return value
\Drupal\library\LibraryTransactionInterface The called Library transaction entity.
1 method overrides LibraryTransactionInterface::setCreatedTime()
- LibraryTransaction::setCreatedTime in src/
Entity/ LibraryTransaction.php - Sets the Library transaction creation timestamp.
File
- src/
LibraryTransactionInterface.php, line 33
Class
- LibraryTransactionInterface
- Provides an interface for defining Library transaction entities.
Namespace
Drupal\libraryCode
public function setCreatedTime($timestamp);