Denotes that the node is not promoted to the front page.
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;
Denotes that the node is not promoted to the front page.
const NODE_NOT_PROMOTED = 0;
Please login to continue.