function fontyourface_perm in @font-your-face 6
Same name and namespace in other branches
- 6.2 fontyourface.module \fontyourface_perm()
Implements hook_perm().
File
- ./
fontyourface.module, line 8
Code
function fontyourface_perm() {
return array(
'administer @font-your-face',
);
}