You are here

function hook_finder_form_redirect in Finder 7.2

Alter a finder when it is doing a form submission redirect when URL parameters are enabled.

Parameters

&$context: The array to be altered, which contains the information for a url redirect.

See also

finder_form_state()

File

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

Code

function hook_finder_form_redirect(&$context) {

  // no example code.
}