You are here

function notifications_views_handler_field_subscription_link::construct in Notifications 7

Construct a new field handler.

Overrides views_handler_field::construct

File

notifications_views/includes/notifications_views_handler_field_subscription_link.inc, line 6

Class

notifications_views_handler_field_subscription_link
Field handler to present a link to the subscription.

Code

function construct() {
  parent::construct();
  $this->additional_fields['sid'] = 'sid';
}