constant NODE_NOT_PUBLISHED

Node is not published.

6 uses of NODE_NOT_PUBLISHED
FilePrivateTestCase::testPrivateFile in drupal/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
hook_node_operations in drupal/modules/node/node.api.php
Add mass node operations.
NodeLoadHooksTestCase::testHookNodeLoad in drupal/modules/node/node.test
Test that hook_node_load() is invoked correctly.
node_node_operations in drupal/modules/node/node.admin.inc
Implements hook_node_operations().
node_unpublish_action in drupal/modules/node/node.module
Sets the status of a node to 0 (unpublished).

... See full list

File

drupal/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);