constant NODE_STICKY

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

2 uses of NODE_STICKY
ForumIntegrationTest::testForumIntegration in drupal/core/modules/forum/lib/Drupal/forum/Tests/Views/ForumIntegrationTest.php
Tests the integration.
StickyNode::execute in drupal/core/modules/node/lib/Drupal/node/Plugin/Action/StickyNode.php
Executes the plugin.

File

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

Code

const NODE_STICKY = 1;