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\EntityCode
public function setUid($uid);