constant NODE_NOT_PROMOTED

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

4 uses of NODE_NOT_PROMOTED
hook_node_operations in drupal/core/modules/node/node.api.php
Add mass node operations.
node_node_operations in drupal/core/modules/node/node.admin.inc
Implements hook_node_operations().
node_unpromote_action in drupal/core/modules/node/node.module
Sets the promote property of a node to 0.
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 36
The core module that allows content to be submitted to the site.

Code

const NODE_NOT_PROMOTED = 0;