You are here

function nfstest_form_alter in Node and Comments Form Settings 6.3

Same name and namespace in other branches
  1. 6.2 nfstest/nfstest.module \nfstest_form_alter()

Implementation of hook_form_alter()

File

nfstest/nfstest.module, line 6

Code

function nfstest_form_alter(&$form, $form_state, $form_id) {

  // print_r($form_id);
}