public function StatusInterface::setCreatedTime in Heartbeat 8
Sets the Status creation timestamp.
Parameters
int $timestamp: The Status creation timestamp.
Return value
\Drupal\statusmessage\StatusInterface The called Status entity.
1 method overrides StatusInterface::setCreatedTime()
- Status::setCreatedTime in modules/
statusmessage/ src/ Entity/ Status.php - Sets the Status creation timestamp.
File
- modules/
statusmessage/ src/ StatusInterface.php, line 60
Class
- StatusInterface
- Provides an interface for defining Status entities.
Namespace
Drupal\statusmessageCode
public function setCreatedTime($timestamp);