function hook_finder_form in Finder 7.2
Alter the finder on form.
The Finder is preparing a Finder form.
Parameters
&$finder: The finder object.
Return value
No return value.
1 function implements hook_finder_form()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- finder_wizard_finder_form in modules/
finder_wizard/ finder_wizard.module - Implements hook_finder_form().
1 invocation of hook_finder_form()
- finder_form in includes/
form.inc - FAPI definition for the finder form.
File
- ./
finder.api.php, line 188 - Documents finder's hooks for api reference.
Code
function hook_finder_form(&$finder) {
// no example code
}