You are here

public function HeartbeatInterface::getRevisionCreationTime in Heartbeat 8

Gets the Heartbeat revision creation timestamp.

Return value

int The UNIX timestamp of when this revision was created.

Overrides RevisionLogInterface::getRevisionCreationTime

File

src/Entity/HeartbeatInterface.php, line 147

Class

HeartbeatInterface
Provides an interface for defining Heartbeat entities.

Namespace

Drupal\heartbeat\Entity

Code

public function getRevisionCreationTime();