You are here

public function Media::getRevisionUser in Media entity 8

Gets the entity revision author.

Return value

\Drupal\user\UserInterface The user entity for the revision author.

Overrides RevisionLogInterface::getRevisionUser

File

src/Entity/Media.php, line 445

Class

Media
Defines the media entity class.

Namespace

Drupal\media_entity\Entity

Code

public function getRevisionUser() {
  return $this->revision_uid->entity;
}