You are here

function og_notifications_perm in Organic groups 6

Same name and namespace in other branches
  1. 5.8 og_notifications/og_notifications.module \og_notifications_perm()
  2. 5 og_notifications/og_notifications.module \og_notifications_perm()
  3. 5.3 og_notifications/og_notifications.module \og_notifications_perm()
  4. 5.7 og_notifications/og_notifications.module \og_notifications_perm()
  5. 6.2 modules/og_notifications/og_notifications.module \og_notifications_perm()

Implementation of hook_perm().

File

modules/og_notifications/og_notifications.module, line 51
Provide notifications and messaging support for organic groups.

Code

function og_notifications_perm() {
  return array(
    'subscribe to content in groups',
  );
}