You are here

function quicktabs_perm in Quick Tabs 6.2

Same name and namespace in other branches
  1. 5 quicktabs.module \quicktabs_perm()
  2. 6.3 quicktabs.module \quicktabs_perm()
  3. 6 quicktabs.module \quicktabs_perm()

Implementation of hook_perm().

File

./quicktabs.module, line 128

Code

function quicktabs_perm() {
  return array(
    'administer quicktabs',
  );
}