You are here

function domain_content_perm in Domain Access 6.2

Implement hook_perm().

File

domain_content/domain_content.module, line 82
Editorial overview module.

Code

function domain_content_perm() {
  return array(
    'review content for all domains',
  );
}