function node_rules_upgrade_event_map in Rules 6
Implementation of hook_rules_upgrade_event_map().
Related topics
File
- rules/
modules/ node.rules_forms.inc, line 146 - Rules configuration forms for the node module
Code
function node_rules_upgrade_event_map() {
return array(
'node_submit' => 'node_presave',
);
}