You are here

public function StatusInterface::isPublished in Heartbeat 8

Returns the Status published status indicator.

Unpublished Status are only visible to restricted users.

Return value

bool TRUE if the Status is published.

1 method overrides StatusInterface::isPublished()
Status::isPublished in modules/statusmessage/src/Entity/Status.php
Returns the Status published status indicator.

File

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

Class

StatusInterface
Provides an interface for defining Status entities.

Namespace

Drupal\statusmessage

Code

public function isPublished();