function ad_channel_perm in Advertisement 7
Same name and namespace in other branches
- 5.2 channel/ad_channel.module \ad_channel_perm()
- 6.3 channel/ad_channel.module \ad_channel_perm()
- 6.2 channel/ad_channel.module \ad_channel_perm()
Drupal _perm hook. Establishes permissions used by this module.
Return value
An array of permissions used by this module.
File
- channel/
ad_channel.module, line 40 - Ad Channel module.
Code
function ad_channel_perm() {
return array(
'administer channels',
'configure ad premier status',
);
}