function google_cse_proxy_settings_info in Google Custom Search Engine 8.2
Same name and namespace in other branches
- 8.3 google_cse.module \google_cse_proxy_settings_info()
- 7.2 google_cse.module \google_cse_proxy_settings_info()
Implements hook_proxy_settings_info().
File
- ./
google_cse.module, line 47 - Display a Google Custom Search Engine (CSE) on your site.
Code
function google_cse_proxy_settings_info() {
return array(
'google_cse_adv' => array(
'name' => 'Google Custom Search Engine',
),
);
}