function google_cse_perm in Google Custom Search Engine 5
Same name and namespace in other branches
- 6 google_cse.module \google_cse_perm()
Implementation of hook_perm().
File
- ./
google_cse.module, line 350 - Display a Google Custom Search Engine on your site.
Code
function google_cse_perm() {
return array(
'search Google CSE',
);
}