function EntityPublishedTrait::isPublished

File

core/lib/Drupal/Core/Entity/EntityPublishedTrait.php, line 47

Class

EntityPublishedTrait
Provides a trait for published status.

Namespace

Drupal\Core\Entity

Code

public function isPublished() {
  return (bool) $this->getEntityKey('published');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.