nfstest.module in Node and Comments Form Settings 6.2
Same filename and directory in other branches
File
nfstest/nfstest.moduleView source
<?php
/**
* Implementation of hook_form_alter()
*/
function nfstest_form_alter(&$form, $form_state, $form_id) {
// print_r($form_id);
}
Functions
Name![]() |
Description |
---|---|
nfstest_form_alter | Implementation of hook_form_alter() |