You are here

function hook_form_finder_admin_add_form_alter in Finder 6

Alter the form on the finder administration page that lets you add a new finder.

This is usually not necessary.

See also

hook_form_FORM_ID_alter()

File

./finder.api.php, line 180
Documents finder's hooks for api reference.

Code

function hook_form_finder_admin_add_form_alter(&$form, &$form_state) {

  // no example code
}