constant NODE_NOT_STICKY

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

3 uses of NODE_NOT_STICKY
ForumIntegrationTest::testForumIntegration in drupal/core/modules/forum/lib/Drupal/forum/Tests/Views/ForumIntegrationTest.php
Tests the integration.
UnstickyNode::execute in drupal/core/modules/node/lib/Drupal/node/Plugin/Action/UnstickyNode.php
Executes the plugin.
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 48
The core module that allows content to be submitted to the site.

Code

const NODE_NOT_STICKY = 0;