n How to check if entity is published in drupal 8 | CodimTh

Please Disable Your Browser Adblock Extension for our site and Refresh This Page!

our ads are user friendly, we do not serve popup ads. We serve responsible ads!

Refresh Page
Skip to main content
On . By CodimTh
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