You are here

public function pcp_handler_field_profile_completeness_core::query in Profile Complete Percent 7

Help build the query.

Overrides views_handler_field::query

File

includes/pcp_handler_field_profile_completeness_core.inc, line 26
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 query() {

  // Not calling parent::query() as it will treat 'completeness' as a real
  // db field.
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}