You are here

public function NodeInterface::setRevisionCreationTime in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/node/src/NodeInterface.php \Drupal\node\NodeInterface::setRevisionCreationTime()

Sets the node revision creation timestamp.

Parameters

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

Return value

$this The called node entity.

Overrides RevisionLogInterface::setRevisionCreationTime

File

core/modules/node/src/NodeInterface.php, line 147

Class

NodeInterface
Provides an interface defining a node entity.

Namespace

Drupal\node

Code

public function setRevisionCreationTime($timestamp);