You are here

function google_cse_search_info in Google Custom Search Engine 7.3

Same name and namespace in other branches
  1. 7 google_cse.module \google_cse_search_info()
  2. 7.2 google_cse.module \google_cse_search_info()

Implements hook_search_info().

File

./google_cse.module, line 86
Display a Google Custom Search Engine (CSE) on your site.

Code

function google_cse_search_info() {
  return array(
    'title' => google_cse_results_tab(),
    'path' => 'google',
    'conditions_callback' => 'google_cse_conditions_callback',
  );
}