You are here

constant NODE_NOT_STICKY in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/node/node.module \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 core/modules/forum/src/Tests/Views/ForumIntegrationTest.php
Tests the integration.
Node::setSticky in core/modules/node/src/Entity/Node.php
Sets the node sticky status.
UnstickyNode::execute in core/modules/node/src/Plugin/Action/UnstickyNode.php
Executes the plugin.

File

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

Code

const NODE_NOT_STICKY = 0;