Action callbacks for Node module.
File
core/modules/node/node.actions.incFunctions
Name | Description |
---|---|
node_delete_action | Queues a node for deletion. |
node_make_sticky_action | Sets the sticky-at-top-of-list property of a node to 1. |
node_make_unsticky_action | Sets the sticky-at-top-of-list property of a node to 0. |
node_promote_action | Sets the promote property of a node to 1. |
node_publish_action | Sets the status of a node to 1 (published). |
node_unpromote_action | Sets the promote property of a node to 0. |
node_unpublish_action | Sets the status of a node to 0 (unpublished). |