You are here

public function HeartbeatInterface::setUid in Heartbeat 8

Sets the Heartbeat user.

Parameters

int uid: The Heartbeat user.

1 method overrides HeartbeatInterface::setUid()
Heartbeat::setUid in src/Entity/Heartbeat.php
Sets the Heartbeat user.

File

src/Entity/HeartbeatInterface.php, line 81

Class

HeartbeatInterface
Provides an interface for defining Heartbeat entities.

Namespace

Drupal\heartbeat\Entity

Code

public function setUid($uid);