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