You are here

function gss_conditions_callback in Google Site Search 7

Test conditions callback for hook_search_info().

1 string reference to 'gss_conditions_callback'
gss_search_info in ./gss.module
Implements hook_search_info().

File

./gss.module, line 252
GSS module file.

Code

function gss_conditions_callback($keys) {
  $conditions = array();
  return $conditions;
}