You are here

public function EntityPublishedInterface::isPublished in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityPublishedInterface.php \Drupal\Core\Entity\EntityPublishedInterface::isPublished()

Returns whether or not the entity is published.

Return value

bool TRUE if the entity is published, FALSE otherwise.

File

core/lib/Drupal/Core/Entity/EntityPublishedInterface.php, line 16

Class

EntityPublishedInterface
Provides an interface for access to an entity's published state.

Namespace

Drupal\Core\Entity

Code

public function isPublished();