constant NODE_STICKY

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

3 uses of NODE_STICKY
hook_node_operations in drupal/core/modules/node/node.api.php
Add mass node operations.
node_make_sticky_action in drupal/core/modules/node/node.module
Sets the sticky-at-top-of-list property of a node to 1.
node_node_operations in drupal/core/modules/node/node.admin.inc
Implements hook_node_operations().

File

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

Code

const NODE_STICKY = 1;