You are here

function search_restrict_perm in Search Restrict 5

Same name and namespace in other branches
  1. 6.2 search_restrict.module \search_restrict_perm()
  2. 6 search_restrict.module \search_restrict_perm()

Implementation of hook_perm().

File

./search_restrict.module, line 6

Code

function search_restrict_perm() {
  return array(
    'administer search_restrict',
  );
}