Action callbacks for Node module.

File

core/modules/node/node.actions.inc

Functions

Namesort ascending Description
node_unpublish_action Sets the status of a node to 0 (unpublished).
node_unpromote_action Sets the promote property of a node to 0.
node_publish_action Sets the status of a node to 1 (published).
node_promote_action Sets the promote property of a node to 1.
node_make_unsticky_action Sets the sticky-at-top-of-list property of a node to 0.
node_make_sticky_action Sets the sticky-at-top-of-list property of a node to 1.
node_delete_action Queues a node for deletion.