You are here

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()
finder_query in ./finder.module

File

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

Code

function hook_finder_query_built_alter(&$query) {

  // no example code
}