You are here

function domain_prefix_perm in Domain Access 6.2

Same name and namespace in other branches
  1. 5 domain_prefix/domain_prefix.module \domain_prefix_perm()

Implement hook_perm

File

domain_prefix/domain_prefix.module, line 112
Interface for selective table prefixing for use with Domain Access.

Code

function domain_prefix_perm() {
  return array(
    'administer table prefixing',
  );
}