function google_cse_search_access in Google Custom Search Engine 7.2
Same name and namespace in other branches
- 7.3 google_cse.module \google_cse_search_access()
- 7 google_cse.module \google_cse_search_access()
Implements hook_search_access().
File
- ./
google_cse.module, line 146 - Display a Google Custom Search Engine (CSE) on your site.
Code
function google_cse_search_access() {
return user_access('search Google CSE');
}