constant NODE_NOT_PUBLISHED

Node is not published.

7 uses of NODE_NOT_PUBLISHED
hook_node_operations in drupal-7.x/modules/node/node.api.php
Add mass node operations.
NodeLoadHooksTestCase::testHookNodeLoad in drupal-7.x/modules/node/node.test
Test that hook_node_load() is invoked correctly.
node_get_recent in drupal-7.x/modules/node/node.module
Finds the most recently changed nodes that are available to the current user.
node_node_operations in drupal-7.x/modules/node/node.admin.inc
Implements hook_node_operations().
node_unpublish_action in drupal-7.x/modules/node/node.module
Sets the status of a node to 0 (unpublished).

... See full list

File

drupal-7.x/modules/node/node.module, line 12
The core that allows content to be submitted to the site. Modules and scripts may programmatically submit nodes using the usual form API pattern.

Code

define('NODE_NOT_PUBLISHED', 0)