constant NODE_NOT_STICKY

Denotes that the node is not sticky at the top of the page.

4 uses of NODE_NOT_STICKY
hook_node_operations in drupal/core/modules/node/node.api.php
Add mass node operations.
node_make_unsticky_action in drupal/core/modules/node/node.module
Sets the sticky-at-top-of-list property of a node to 0.
node_node_operations in drupal/core/modules/node/node.admin.inc
Implements hook_node_operations().
WebTestBase::drupalCreateNode in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Creates a node based on default settings.

File

drupal/core/modules/node/node.module, line 46
The core module that allows content to be submitted to the site.

Code

const NODE_NOT_STICKY = 0;