constant NODE_NOT_PUBLISHED

Denotes that the node is not published.

6 uses of NODE_NOT_PUBLISHED
hook_node_operations in drupal/core/modules/node/node.api.php
Add mass node operations.
NodeLoadHooksTest::testHookNodeLoad in drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadHooksTest.php
Tests that hook_node_load() is invoked correctly.
node_node_operations in drupal/core/modules/node/node.admin.inc
Implements hook_node_operations().
node_unpublish_action in drupal/core/modules/node/node.module
Sets the status of a node to 0 (unpublished).
node_unpublish_by_keyword_action in drupal/core/modules/node/node.module
Unpublishes a node containing certain keywords.

... See full list

File

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

Code

const NODE_NOT_PUBLISHED = 0;