You are here

public function Notifications_User_Content_Subscription::get_author in Notifications 7

Get author (user field).

File

notifications_user/notifications_user.inc, line 30
User subscriptions for Notifications

Class

Notifications_User_Content_Subscription
Generic content subscription Thread subscription.

Code

public function get_author() {
  return $this
    ->get_field('node:uid');
}