You are here

function hook_finder_goto_alter in Finder 6

Alter the result or do a custom redirect before redirecting to first result.

Parameters

&$result: The result array.

$finder: The finder object.

1 invocation of hook_finder_goto_alter()
finder_results in ./finder.module
Create finder results output.

File

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

Code

function hook_finder_goto_alter(&$result, $finder) {

  // no example code
}