You are here

function adsense_perm in Google AdSense integration 5

Same name and namespace in other branches
  1. 5.3 adsense.module \adsense_perm()
  2. 5.2 adsense.module \adsense_perm()
  3. 6 adsense.module \adsense_perm()

Implementation of hook_perm().

File

./adsense.module, line 187

Code

function adsense_perm() {
  return array(
    'hide adsense',
    'view clicks',
    'access adsense search result page',
  );
}