You are here

function hook_finder_find in Finder 7.2

Same name and namespace in other branches
  1. 6 finder.api.php \hook_finder_find()

Alter the finder before a find.

The Finder is preparing a query.

Parameters

&$finder: The finder object.

Return value

No return value.

1 invocation of hook_finder_find()
finder::find in includes/finder.inc
Finder find.

File

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

Code

function hook_finder_find(&$finder) {

  // no example code
}