function RevisionLogInterface::getRevisionCreationTime
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/RevisionLogInterface.php \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime()
- 10 core/lib/Drupal/Core/Entity/RevisionLogInterface.php \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime()
- 11.x 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 18
Class
- RevisionLogInterface
- Defines methods for an entity that supports revision logging and ownership.
Namespace
Drupal\Core\EntityCode
public function getRevisionCreationTime();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.