public function HeartbeatStreamInterface::isPublished in Heartbeat 8
Returns the Heartbeat stream published status indicator.
Unpublished Heartbeat stream are only visible to restricted users.
Return value
bool TRUE if the Heartbeat stream is published.
1 method overrides HeartbeatStreamInterface::isPublished()
- HeartbeatStream::isPublished in src/
Entity/ HeartbeatStream.php - Returns the Heartbeat stream published status indicator.
File
- src/
Entity/ HeartbeatStreamInterface.php, line 67
Class
- HeartbeatStreamInterface
- Provides an interface for defining Heartbeat stream entities.
Namespace
Drupal\heartbeat\EntityCode
public function isPublished();