You are here

public function pcp_handler_field_profile_completeness_core::construct in Profile Complete Percent 7

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/pcp_handler_field_profile_completeness_core.inc, line 11
Handler for the 'Profile: completeness' field. This is for the core profile.

Class

pcp_handler_field_profile_completeness_core
@file Handler for the 'Profile: completeness' field. This is for the core profile.

Code

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