You are here

function domain_prefix_perm in Domain Access 5

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

Implement hook_perm

File

domain_prefix/domain_prefix.module, line 65
Interface for selective table prefixing for use with Domain Access. For this module to work correctly, you will need to follow the INSTALL.txt instructions for editing your settings.php file.

Code

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