You are here

public function HeartbeatStreamInterface::getRevisionUser in Heartbeat 8

Gets the Heartbeat stream revision author.

Return value

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

Overrides RevisionLogInterface::getRevisionUser

File

src/Entity/HeartbeatStreamInterface.php, line 105

Class

HeartbeatStreamInterface
Provides an interface for defining Heartbeat stream entities.

Namespace

Drupal\heartbeat\Entity

Code

public function getRevisionUser();