You are here

public function HeartbeatInterface::setRevisionUserId in Heartbeat 8

Sets the Heartbeat revision author.

Parameters

int $uid: The user ID of the revision author.

Return value

\Drupal\heartbeat\Entity\HeartbeatInterface The called Heartbeat entity.

Overrides RevisionLogInterface::setRevisionUserId

File

src/Entity/HeartbeatInterface.php, line 177

Class

HeartbeatInterface
Provides an interface for defining Heartbeat entities.

Namespace

Drupal\heartbeat\Entity

Code

public function setRevisionUserId($uid);