10 uses of NODE_PUBLISHED in Zircon Profile 8
- 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.
- Node::setPublished in core/
modules/ node/ src/ Entity/ Node.php - Sets the published status of a node..
- NodeSelection::buildEntityQuery in core/
modules/ node/ src/ Plugin/ EntityReferenceSelection/ NodeSelection.php - Builds an EntityQuery to get referenceable entities.
- node_get_recent in core/
modules/ node/ node.module - Finds the most recently changed nodes that are available to the current user.
- PublishNode::execute in core/
modules/ node/ src/ Plugin/ Action/ PublishNode.php - Executes the plugin.
- SearchMultilingualTest::testMultilingualSearchFilter in core/
modules/ views/ src/ Tests/ SearchMultilingualTest.php - Tests search with multilingual nodes.