NODE_NOT_PUBLISHED

Same name in other branches
  1. 7.x modules/node/node.module \NODE_NOT_PUBLISHED

Denotes that the node is not published.

Deprecated

in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\node\NodeInterface::NOT_PUBLISHED instead.

See also

https://www.drupal.org/node/2316145

File

core/modules/node/node.module, line 43

Code

const NODE_NOT_PUBLISHED = 0;

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