You are here

constant NODE_PUBLISHED in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/node/node.module \NODE_PUBLISHED

Denotes that the node is published.

10 uses of NODE_PUBLISHED
DefaultMenuLinkTreeManipulators::checkNodeAccess in core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php
Performs access checking for nodes in an optimized way.
DefaultMenuLinkTreeManipulatorsTest::testCheckNodeAccess in core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php
Tests the optimized node access checking.
EntityReferenceSelectionAccessTest::testNodeHandler in core/modules/system/src/Tests/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
Test the node-specific overrides of the entity handler.
EntityTest::testComment in core/modules/hal/src/Tests/EntityTest.php
Tests the normalization of comments.
EntityTest::testNode in core/modules/hal/src/Tests/EntityTest.php
Tests the normalization of nodes.

... See full list

File

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

Code

const NODE_PUBLISHED = 1;