function compact_forms_perm in Compact Forms 5
Same name and namespace in other branches
- 6 compact_forms.module \compact_forms_perm()
Implementation of hook_perm().
File
- ./
compact_forms.module, line 21 - Compact Forms Drupal module.
Code
function compact_forms_perm() {
return array(
'administer Compact Forms',
);
}