function google_cse_proxy_settings_info in Google Custom Search Engine 8.3
Same name and namespace in other branches
- 8.2 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 49 - Display a Google Custom Search Engine (CSE) on your site.
Code
function google_cse_proxy_settings_info() {
return [
'google_cse_adv' => [
'name' => 'Google Custom Search Engine',
],
];
}