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