function hook_finder_query_alter in Finder 6
Alter the query array before finder_query() builds it into SQL.
Parameters
&$query: The query array.
1 invocation of hook_finder_query_alter()
File
- ./
finder.api.php, line 298 - Documents finder's hooks for api reference.
Code
function hook_finder_query_alter(&$query) {
// no example code
}