You are here

function advanced_help_perm in Advanced Help 5

Same name and namespace in other branches
  1. 6 advanced_help.module \advanced_help_perm()

Implementation of hook_perm().

File

./advanced_help.module, line 381
advanced_help.module

Code

function advanced_help_perm() {
  return array(
    'view advanced help topic',
    'view advanced help popup',
    'view advanced help index',
  );
}