You are here

function userpoints_perm in User Points 5

Same name and namespace in other branches
  1. 5.3 userpoints.module \userpoints_perm()
  2. 5.2 userpoints.module \userpoints_perm()
  3. 6 userpoints.module \userpoints_perm()

Implementation of hook_perm().

File

./userpoints.module, line 143

Code

function userpoints_perm() {
  return array(
    USERPOINTS_PERM_VIEW,
    USERPOINTS_PERM_USE,
    USERPOINTS_PERM_ADMIN,
  );
}