You are here

public function pcp_handler_field_profile_completeness::construct in Profile Complete Percent 7

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/pcp_handler_field_profile_completeness.inc, line 11
Handler for the 'Profile: completeness' field. This is for Profile2 profiles.

Class

pcp_handler_field_profile_completeness
@file Handler for the 'Profile: completeness' field. This is for Profile2 profiles.

Code

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