You are here

constant NODE_NOT_PROMOTED in Zircon Profile 8

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

Denotes that the node is not promoted to the front page.

1 use of NODE_NOT_PROMOTED
Node::setPromoted in core/modules/node/src/Entity/Node.php
Sets the node promoted status.

File

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

Code

const NODE_NOT_PROMOTED = 0;