You are here

function redhen_relation_handler_field_redhen_relation_status_edit::query in RedHen CRM 7

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/redhen_relation/includes/views/redhen_relation_handler_field_redhen_relation_status_edit.inc, line 21
A Views' field handler for editing the RedHen relation affiliation status field.

Class

redhen_relation_handler_field_redhen_relation_status_edit
@file

Code

function query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}