You are here

function hook_finder_results in Finder 7.2

Alter the finder on results.

The Finder results are being displayed.

Parameters

&$finder: The finder object.

Return value

No return value.

2 functions implement hook_finder_results()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

finder_wizard_finder_results in modules/finder_wizard/finder_wizard.module
Implements hook_finder_results().
theme_finder_results in includes/theme.inc
Theme the finder results.
1 invocation of hook_finder_results()
finder::results in includes/finder.inc
Finder results.

File

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

Code

function hook_finder_results(&$finder) {

  // no example code
}