function hook_finder_result in Finder 6
Generate finder results output.
Parameters
$finder: The finder object.
Return value
Themed output of finder results.
See also
3 functions implement hook_finder_result()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- finder_node_finder_result in modules/
finder_node/ finder_node.module - Implementation of hook_finder_result().
- finder_user_finder_result in modules/
finder_user/ finder_user.module - Implementation of hook_finder_result().
- finder_views_finder_result in modules/
finder_views/ finder_views.module - Implementation of hook_finder_result().
1 invocation of hook_finder_result()
- finder_results in ./
finder.module - Create finder results output.
File
- ./
finder.api.php, line 157 - Documents finder's hooks for api reference.
Code
function hook_finder_result($finder, $keywords, $result_array, $form_state) {
// no example code
}