function lexicon_perm in Lexicon 6
Implementation of hook_perm().
File
- ./
lexicon.module, line 275 - Lexicon is used to create lists of terms and definitions to use on a website and optionally mark them in the content with an indicator.
Code
function lexicon_perm() {
return array(
'administer lexicon',
'access lexicon',
);
}