function hook_form_finder_form_alter in Finder 6
Perform alterations before a finder form is rendered.
This is a good place to add custom FAPI values for #validate, #submit, and #theme.
See also
File
- ./
finder.api.php, line 169 - Documents finder's hooks for api reference.
Code
function hook_form_finder_form_alter(&$form, &$form_state) {
// no example code
}