function drupalforfirebug_node_delete in Drupal For Firebug 7
Same name and namespace in other branches
- 7.2 drupalforfirebug.module \drupalforfirebug_node_delete()
Implementation of hook_nodes() TODO - are there other hooks we want to track?
File
- ./
drupalforfirebug.module, line 86
Code
function drupalforfirebug_node_delete($node) {
drupalforfirebug_node_process($node, 'delete');
}