You are here

function drupalforfirebug_preprocess_node_delete in Drupal For Firebug 7

Same name and namespace in other branches
  1. 7.2 drupalforfirebug_preprocess.module \drupalforfirebug_preprocess_node_delete()

Implementation of hook_nodes() TODO - are there other hooks we want to track?

File

./drupalforfirebug_preprocess.module, line 24

Code

function drupalforfirebug_preprocess_node_delete($node) {
  drupalforfirebug_preprocess_node_process($node, 'delete');
}