You are here

function notifications_tags_perm in Notifications 6.4

Same name and namespace in other branches
  1. 5 notifications_tags/notifications_tags.module \notifications_tags_perm()
  2. 6 notifications_tags/notifications_tags.module \notifications_tags_perm()
  3. 6.2 notifications_tags/notifications_tags.module \notifications_tags_perm()
  4. 6.3 notifications_tags/notifications_tags.module \notifications_tags_perm()

Implementation of hook_perm()

File

notifications_tags/notifications_tags.module, line 33
Subscriptions to taxonomy terms

Code

function notifications_tags_perm() {
  return array(
    'subscribe to taxonomy terms',
  );
}