Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/RevisionLogInterface.php \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime()
  2. 9 core/lib/Drupal/Core/Entity/RevisionLogInterface.php \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime()

Gets the entity revision creation timestamp.

Return value

int The UNIX timestamp of when this revision was created.

1 method overrides RevisionLogInterface::getRevisionCreationTime()
NodeInterface::getRevisionCreationTime in core/modules/node/src/NodeInterface.php
Gets the node revision creation timestamp.

File

core/lib/Drupal/Core/Entity/RevisionLogInterface.php, line 20

Class

RevisionLogInterface
Defines methods for an entity that supports revision logging and ownership.

Namespace

Drupal\Core\Entity

Code

public function getRevisionCreationTime();