constant NODE_NOT_STICKY in Drupal 8
Same name and namespace in other branches
- 7 modules/node/node.module \NODE_NOT_STICKY
Denotes that the node is not sticky at the top of the page.
Deprecated
in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\node\NodeInterface::NOT_STICKY instead.
See also
https://www.drupal.org/node/2316145
File
- core/
modules/ node/ node.module, line 83 - The core module that allows content to be submitted to the site.
Code
const NODE_NOT_STICKY = 0;