function nfstest_form_alter in Node and Comments Form Settings 6.2
Same name and namespace in other branches
- 6.3 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);
}