function notifications_subscription_load in Notifications 7
Same name and namespace in other branches
- 6.4 notifications.module \notifications_subscription_load()
- 6 notifications.module \notifications_subscription_load()
- 6.2 notifications.module \notifications_subscription_load()
- 6.3 notifications.module \notifications_subscription_load()
Menu loading, subscription
4 calls to notifications_subscription_load()
- Notifications_Message::build_simple_message in ./
notifications.message.inc - Creates a single message for a single event
- notifications_multiple_delete_confirm in ./
notifications.pages.inc - Form for multiple delete. When account passed check that all subscriptions belong to the user account
- theme_notifications_admin_subscription_list in ./
notifications.admin.inc - Display big list of subscriptions
- _notifications_manage_subscriptions_mass_update_helper in ./
notifications.manage.inc
File
- ./
notifications.module, line 402 - Notifications module
Code
function notifications_subscription_load($sid) {
return Notifications_Subscription::load($sid);
}