You are here

constant NODE_STICKY in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/node/node.module \NODE_STICKY

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

3 uses of NODE_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.
StickyNode::execute in core/modules/node/src/Plugin/Action/StickyNode.php
Executes the plugin.

File

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

Code

const NODE_STICKY = 1;