function google_cse_conditions_callback in Google Custom Search Engine 7
Same name and namespace in other branches
- 7.3 google_cse.module \google_cse_conditions_callback()
 - 7.2 google_cse.module \google_cse_conditions_callback()
 
Search conditions callback.
1 string reference to 'google_cse_conditions_callback'
- google_cse_search_info in ./
google_cse.module  - Implements hook_search_info().
 
File
- ./
google_cse.module, line 22  - Display a Google Custom Search Engine (CSE) on your site.
 
Code
function google_cse_conditions_callback($keys) {
  $conditions = array();
  return $conditions;
}