10 calls to notifications_load_subscription() in Notifications 6.3
- NotificationsBasicTests::testNotificationsBasicAPI in tests/
notifications_api.test - Play with creating, retrieving, deleting a pair subscriptions
- notifications_digest_build_long in notifications_digest/
notifications_digest.module - Digest multiple events in a single message, long format.
- notifications_digest_build_short in notifications_digest/
notifications_digest.module - Digest multiple events in a single message, short format.
- notifications_get_subscriptions in ./
notifications.module - Get subscriptions that fit a set of conditions.
- notifications_manage_subscriptions_form in ./
notifications.manage.inc - Administer user subscriptions
- notifications_multiple_delete_confirm in ./
notifications.manage.inc - Form for multiple delete. When account passed check that all subscriptions belong to the user account
- notifications_page_unsubscribe in ./
notifications.pages.inc - Menu callback for unsubscribe page
- notifications_process_build_simple in ./
notifications.cron.inc - Creates a single message for a single event
- notifications_subscription_load in ./
notifications.module - Menu loading, subscription
- _notifications_subscriptions_mass_update_helper in ./
notifications.manage.inc