function heartbeat_perm in Heartbeat 6.3
Same name and namespace in other branches
- 6.4 heartbeat.module \heartbeat_perm()
- 6.2 heartbeat.module \heartbeat_perm()
Implementation of hook_perm().
File
- ./
heartbeat.module, line 91
Code
function heartbeat_perm() {
return array(
'configure heartbeat',
'configure heartbeat messages',
'delete heartbeat activity logs',
'view heartbeat messages',
);
}