You are here

public function RevisionLogInterface::getRevisionCreationTime in Drupal 10

Same name and namespace in other branches
  1. 8 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.

File

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

Class

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

Namespace

Drupal\Core\Entity

Code

public function getRevisionCreationTime();