public function RevisionLogInterface::getRevisionUser in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Entity/RevisionLogInterface.php \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser()
Gets the entity revision author.
Return value
\Drupal\user\UserInterface The user entity for the revision author.
File
- core/
lib/ Drupal/ Core/ Entity/ RevisionLogInterface.php, line 36
Class
- RevisionLogInterface
- Defines methods for an entity that supports revision logging and ownership.
Namespace
Drupal\Core\EntityCode
public function getRevisionUser();