function userpoints_perm in User Points 5
Same name and namespace in other branches
- 5.3 userpoints.module \userpoints_perm()
- 5.2 userpoints.module \userpoints_perm()
- 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,
);
}