function og_notifications_perm in Organic groups 5
Same name and namespace in other branches
- 5.8 og_notifications/og_notifications.module \og_notifications_perm()
- 5.3 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 47 
- Subscriptions to content in groups.
Code
function og_notifications_perm() {
  return array(
    'subscribe to content in groups',
  );
}