You are here

function views_handler_field_term_regcode_tid::query in Registration codes 6.2

Same name and namespace in other branches
  1. 7.2 includes/views_handler_field_term_regcode_tid.inc \views_handler_field_term_regcode_tid::query()
  2. 7 includes/views_handler_field_term_regcode_tid.inc \views_handler_field_term_regcode_tid::query()

Add this term to the query

File

includes/views_handler_field_term_regcode_tid.inc, line 38

Class

views_handler_field_term_regcode_tid
Field handler for terms.

Code

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