function Notifications_Subscription::get_account in Notifications 6.4
Get user account
2 calls to Notifications_Subscription::get_account()
- Notifications_Subscription::check_access in includes/
notifications_subscription.class.inc - Check permission for user account
- Notifications_Subscription::get_language in includes/
notifications_subscription.class.inc - Get language object
File
- includes/
notifications_subscription.class.inc, line 278 - Drupal Notifications Framework - Default class file
Class
- Notifications_Subscription
- Message destination class
Code
function get_account() {
return $this
->get_user();
}