You are here

public function EventInterface::getRevisionUser in Event 8

Gets the Event revision author.

Return value

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

Overrides RevisionLogInterface::getRevisionUser

File

src/Entity/EventInterface.php, line 101

Class

EventInterface
Provides an interface for defining Event entities.

Namespace

Drupal\event\Entity

Code

public function getRevisionUser();