constant NODE_NOT_PUBLISHED

Denotes that the node is not published.

5 uses of NODE_NOT_PUBLISHED
EntityReferenceSelectionAccessTest::testNodeHandler in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionAccessTest.php
Test the node-specific overrides of the entity handler.
NodeLoadHooksTest::testHookNodeLoad in drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadHooksTest.php
Tests that hook_node_load() is invoked correctly.
StatusExtraTest::testStatusExtra in drupal/core/modules/node/lib/Drupal/node/Tests/Views/StatusExtraTest.php
Tests the status extra filter.
UnpublishByKeywordNode::execute in drupal/core/modules/node/lib/Drupal/node/Plugin/Action/UnpublishByKeywordNode.php
Executes the plugin.
UnpublishNode::execute in drupal/core/modules/node/lib/Drupal/node/Plugin/Action/UnpublishNode.php
Executes the plugin.

File

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

Code

const NODE_NOT_PUBLISHED = 0;