You are here

public function HeartbeatInterface::getCreatedTime in Heartbeat 8

Gets the Heartbeat creation timestamp.

Return value

int Creation timestamp of the Heartbeat.

1 method overrides HeartbeatInterface::getCreatedTime()
Heartbeat::getCreatedTime in src/Entity/Heartbeat.php
Gets the Heartbeat creation timestamp.

File

src/Entity/HeartbeatInterface.php, line 107

Class

HeartbeatInterface
Provides an interface for defining Heartbeat entities.

Namespace

Drupal\heartbeat\Entity

Code

public function getCreatedTime();