You are here

function sms_perm in SMS Framework 6.2

Same name and namespace in other branches
  1. 5 sms.module \sms_perm()
  2. 6 sms.module \sms_perm()

Implements hook_perm().

File

./sms.module, line 132
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',
  );
}