You are here

function user_relationships_perm in User Relationships 5

Same name and namespace in other branches
  1. 5.2 user_relationships_hooks.inc \user_relationships_perm()

Perm

File

./user_relationships_hooks.inc, line 25

Code

function user_relationships_perm() {
  return array(
    'administer user relationships',
    'maintain relationships',
    'view user relationships',
    'can have relationship',
  );
}