Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
node.module
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
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
;