public function HeartbeatStreamInterface::getCreatedTime in Heartbeat 8
Gets the Heartbeat stream creation timestamp.
Return value
int Creation timestamp of the Heartbeat stream.
1 method overrides HeartbeatStreamInterface::getCreatedTime()
- HeartbeatStream::getCreatedTime in src/
Entity/ HeartbeatStream.php - Gets the Heartbeat stream creation timestamp.
File
- src/
Entity/ HeartbeatStreamInterface.php, line 46
Class
- HeartbeatStreamInterface
- Provides an interface for defining Heartbeat stream entities.
Namespace
Drupal\heartbeat\EntityCode
public function getCreatedTime();