function RevisionLogInterface::getRevisionUserId
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/RevisionLogInterface.php \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId()
- 8.9.x core/lib/Drupal/Core/Entity/RevisionLogInterface.php \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId()
- 11.x core/lib/Drupal/Core/Entity/RevisionLogInterface.php \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId()
Gets the entity revision author ID.
Return value
int|null The user ID, or NULL if not set or user was deleted.
File
-
core/
lib/ Drupal/ Core/ Entity/ RevisionLogInterface.php, line 57
Class
- RevisionLogInterface
- Defines methods for an entity that supports revision logging and ownership.
Namespace
Drupal\Core\EntityCode
public function getRevisionUserId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.