function sms_perm in SMS Framework 6
Same name and namespace in other branches
- 5 sms.module \sms_perm()
- 6.2 sms.module \sms_perm()
Implementation of hook_perm().
File
- ./
sms.module, line 213 - The core of the SMS Framework. Provides gateway managment and API for sending and receiving SMS messages.
Code
function sms_perm() {
return array(
'administer smsframework',
);
}