You are here

function contentanalysis_perm in Content Analysis 6

Implementation of hook_perm()

File

./contentanalysis.module, line 57

Code

function contentanalysis_perm() {
  return array(
    'perform content analysis',
    'admin content analysis',
  );
}