You are here

public function HeartbeatStreamInterface::getRevisionCreationTime in Heartbeat 8

Gets the Heartbeat stream revision creation timestamp.

Return value

int The UNIX timestamp of when this revision was created.

Overrides RevisionLogInterface::getRevisionCreationTime

File

src/Entity/HeartbeatStreamInterface.php, line 86

Class

HeartbeatStreamInterface
Provides an interface for defining Heartbeat stream entities.

Namespace

Drupal\heartbeat\Entity

Code

public function getRevisionCreationTime();