constant NODE_PUBLISHED

Node is published.

7 uses of NODE_PUBLISHED
comment_get_recent in drupal-7.x/modules/comment/comment.module
Find the most recent comments that are available to the current user.
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().

... See full list

File

drupal-7.x/modules/node/node.module, line 17
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_PUBLISHED', 1)