You are here

function fontyourface_perm in @font-your-face 6.2

Same name and namespace in other branches
  1. 6 fontyourface.module \fontyourface_perm()

Implements hook_perm().

File

./fontyourface.module, line 6

Code

function fontyourface_perm() {
  return array(
    'administer @font-your-face',
  );
}