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