You are here

function views_handler_field_referral_referral_link::construct in User Referral 7

Construct a new field handler.

Overrides views_handler_field::construct

File

views/handlers/views_handler_field_referral_referral_link.inc, line 14
Definition of views_handler_field_referral_referral_link.

Class

views_handler_field_referral_referral_link
Field handler to present the referral link of a user

Code

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