You are here

7 uses of NODE_NOT_PUBLISHED in Zircon Profile 8

EntityReferenceItemTest::testAutocreateValidation in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Tests ValidReferenceConstraint with newly created and unsaved entities.
EntityReferenceSelectionAccessTest::testNodeHandler in core/modules/system/src/Tests/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
Test the node-specific overrides of the entity handler.
MenuTest::testUnpublishedNodeMenuItem in core/modules/menu_ui/src/Tests/MenuTest.php
Tests that menu items pointing to unpublished nodes are editable.
Node::setPublished in core/modules/node/src/Entity/Node.php
Sets the published status of a node..
node_get_recent in core/modules/node/node.module
Finds the most recently changed nodes that are available to the current user.
StatusExtraTest::testStatusExtra in core/modules/node/src/Tests/Views/StatusExtraTest.php
Tests the status extra filter.
UnpublishNode::execute in core/modules/node/src/Plugin/Action/UnpublishNode.php
Executes the plugin.