You are here

function google_cse_proxy_settings_info in Google Custom Search Engine 8.3

Same name and namespace in other branches
  1. 8.2 google_cse.module \google_cse_proxy_settings_info()
  2. 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',
    ],
  ];
}