function Notifications_Subscription_List::get_subscriptions in Notifications 7
Get array of subscription / subscription types
4 calls to Notifications_Subscription_List::get_subscriptions()
- Notifications_Subscription_List::check_access in ./
notifications.list.inc - Check access for current user to manage multiple subscriptions
- Notifications_Subscription_List::form_operation in ./
notifications.list.inc - Form operation
- Notifications_Subscription_List::set_all in ./
notifications.list.inc - Set a property to all of the subscription instances
- Notifications_Subscription_List::set_user in ./
notifications.list.inc - Set user to all subscriptions
File
- ./
notifications.list.inc, line 82 - Drupal Notifications Framework - Default class file
Class
- Notifications_Subscription_List
- List of subscriptions or subscription types
Code
function get_subscriptions() {
return $this->subscriptions;
}