function og_notifications_perm in Organic groups 5.3
Same name and namespace in other branches
- 5.8 og_notifications/og_notifications.module \og_notifications_perm()
- 5 og_notifications/og_notifications.module \og_notifications_perm()
- 5.7 og_notifications/og_notifications.module \og_notifications_perm()
- 6.2 modules/og_notifications/og_notifications.module \og_notifications_perm()
- 6 modules/og_notifications/og_notifications.module \og_notifications_perm()
Implementation of hook_perm().
File
- og_notifications/
og_notifications.module, line 58 - Provide notifications and messaging support for organic groups.
Code
function og_notifications_perm() {
return array(
'subscribe to content in groups',
);
}