function sms_perm in SMS Framework 5
Same name and namespace in other branches
- 6.2 sms.module \sms_perm()
- 6 sms.module \sms_perm()
Implementation of hook_perm().
File
- ./
sms.module, line 116 - 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',
);
}