public function RevisionLogInterface::getRevisionCreationTime in Drupal 8
Same name and namespace 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()
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();