You are here

function content_access_perm in Content Access 6

Same name and namespace in other branches
  1. 5 content_access.module \content_access_perm()

Implementation of hook_perm().

File

./content_access.module, line 70
Content access module file.

Code

function content_access_perm() {
  return array(
    'grant content access',
    'grant own content access',
  );
}