function quicktabs_perm in Quick Tabs 6
Same name and namespace in other branches
- 5 quicktabs.module \quicktabs_perm()
- 6.3 quicktabs.module \quicktabs_perm()
- 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',
);
}