You are here

public function EntityRevisionLogInterface::setRevisionCreationTime in Entity API 8.0

Sets the entity revision creation timestamp.

Parameters

int $timestamp: The UNIX timestamp of when this revision was created.

Return value

$this

File

src/Revision/EntityRevisionLogInterface.php, line 34
Contains \Drupal\entity\Revision\EntityRevisionLogInterface.

Class

EntityRevisionLogInterface
Defines an entity type with create time/author/log information for revisions.

Namespace

Drupal\entity\Revision

Code

public function setRevisionCreationTime($timestamp);