RevisionLogInterface::getRevisionUser

public 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\Entity

Code

public function getRevisionUser();
doc_Drupal
2016-10-29 09:38:34
Comments
Leave a Comment

Please login to continue.