public function HeartbeatStreamInterface::setRevisionUserId in Heartbeat 8
Sets the Heartbeat stream revision author.
Parameters
int $uid: The user ID of the revision author.
Return value
\Drupal\heartbeat\Entity\HeartbeatStreamInterface The called Heartbeat stream entity.
Overrides RevisionLogInterface::setRevisionUserId
File
- src/
Entity/ HeartbeatStreamInterface.php, line 116
Class
- HeartbeatStreamInterface
- Provides an interface for defining Heartbeat stream entities.
Namespace
Drupal\heartbeat\EntityCode
public function setRevisionUserId($uid);