public function HeartbeatInterface::getUid in Heartbeat 8
Gets the Heartbeat user.
Return value
int The uid of the Heartbeat's user.
1 method overrides HeartbeatInterface::getUid()
- Heartbeat::getUid in src/
Entity/ Heartbeat.php - Gets the Heartbeat user.
File
- src/
Entity/ HeartbeatInterface.php, line 72
Class
- HeartbeatInterface
- Provides an interface for defining Heartbeat entities.
Namespace
Drupal\heartbeat\EntityCode
public function getUid();