You are here

public function StatusInterface::getCreatedTime in Heartbeat 8

Gets the Status creation timestamp.

Return value

int Creation timestamp of the Status.

1 method overrides StatusInterface::getCreatedTime()
Status::getCreatedTime in modules/statusmessage/src/Entity/Status.php
Gets the Status creation timestamp.

File

modules/statusmessage/src/StatusInterface.php, line 49

Class

StatusInterface
Provides an interface for defining Status entities.

Namespace

Drupal\statusmessage

Code

public function getCreatedTime();