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\EntityCode
public function getRevisionUser();