You are here

function quicktabs_perm in Quick Tabs 6

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

Implementation of hook_perm().

File

./quicktabs.module, line 96

Code

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