Skip to main content
Category:

Simple snippet on how to check if entity is published in drupal 8.

if ($entity->status->getString() == 1) {
  kint("the entity is published");
}else{
  kint("the entity is not published");
}
/**
 * example for $nodes
 */
if ($node->status->getString() == 1) {
  kint("the node is published");
}else{
  kint("the node is not published");
}

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook