public function Heartbeat::getCreatedTime in Heartbeat 8
Gets the Heartbeat creation timestamp.
Return value
int Creation timestamp of the Heartbeat.
Overrides HeartbeatInterface::getCreatedTime
File
- src/
Entity/ Heartbeat.php, line 186
Class
Namespace
Drupal\heartbeat\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}