function flag_node_action_form in Flag 6.2
Same name and namespace in other branches
- 7.3 includes/flag.actions.inc \flag_node_action_form()
- 7.2 includes/flag.actions.inc \flag_node_action_form()
Form for configuring the Flag node action.
File
- includes/
flag.actions.inc, line 117 - Hooks for flag actions.
Code
function flag_node_action_form($context = array()) {
return flag_action_form($context, 'node');
}