function hook_finder_goto in Finder 7.2
Same name and namespace in other branches
- 6 finder.api.php \hook_finder_goto()
Redirect to the first result.
The base handler module is expected to redirect the user based on the $result by implementing this function.
Parameters
$finder: The finder object.
File
- ./
finder.api.php, line 229 - Documents finder's hooks for api reference.
Code
function hook_finder_goto($finder) {
// no example code
}