You are here

function google_cse_perm in Google Custom Search Engine 6

Same name and namespace in other branches
  1. 5 google_cse.module \google_cse_perm()

Implementation of hook_perm().

File

./google_cse.module, line 167
Display a Google Custom Search Engine on your site.

Code

function google_cse_perm() {
  return array(
    'search Google CSE',
  );
}