function notifications_feed_perm in Notifications 5
Same name and namespace in other branches
- 6 notifications_feed/notifications_feed.module \notifications_feed_perm()
Implementation of hook_perm()
File
- notifications_feed/
notifications_feed.module, line 53 - Subscriptions to FeedAPI feeds
Code
function notifications_feed_perm() {
return array(
'subscribe to feeds',
);
}