public function HeartbeatStreamInterface::setRevisionCreationTime in Heartbeat 8
Sets the Heartbeat stream revision creation timestamp.
Parameters
int $timestamp: The UNIX timestamp of when this revision was created.
Return value
\Drupal\heartbeat\Entity\HeartbeatStreamInterface The called Heartbeat stream entity.
Overrides RevisionLogInterface::setRevisionCreationTime
File
- src/
Entity/ HeartbeatStreamInterface.php, line 97
Class
- HeartbeatStreamInterface
- Provides an interface for defining Heartbeat stream entities.
Namespace
Drupal\heartbeat\EntityCode
public function setRevisionCreationTime($timestamp);