You are here

function drupalforfirebug_preprocess_form_alter in Drupal For Firebug 7.2

Same name and namespace in other branches
  1. 5 drupalforfirebug_preprocess.module \drupalforfirebug_preprocess_form_alter()
  2. 6 drupalforfirebug_preprocess.module \drupalforfirebug_preprocess_form_alter()
  3. 7 drupalforfirebug_preprocess.module \drupalforfirebug_preprocess_form_alter()

Implementation of hook_form_alter()

File

./drupalforfirebug_preprocess.module, line 14

Code

function drupalforfirebug_preprocess_form_alter(&$form, &$form_state, $form_id) {
  global $dfp_runtime;
  $dfp_runtime['drupalforfirebug_forms']['original'][$form_id] = $form;
}