public function HeartbeatInterface::getRevisionUser in Heartbeat 8
Gets the Heartbeat revision author.
Return value
\Drupal\user\UserInterface The user entity for the revision author.
Overrides RevisionLogInterface::getRevisionUser
File
- src/
Entity/ HeartbeatInterface.php, line 166
Class
- HeartbeatInterface
- Provides an interface for defining Heartbeat entities.
Namespace
Drupal\heartbeat\EntityCode
public function getRevisionUser();