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