You are here

function biblio_handler_field_biblio_keyword_data_word::construct in Bibliography Module 7.2

Same name and namespace in other branches
  1. 6.2 views/biblio_handler_field_biblio_keyword_data_word.inc \biblio_handler_field_biblio_keyword_data_word::construct()
  2. 6 views/biblio_handler_field_biblio_keyword_data_word.inc \biblio_handler_field_biblio_keyword_data_word::construct()
  3. 7 views/biblio_handler_field_biblio_keyword_data_word.inc \biblio_handler_field_biblio_keyword_data_word::construct()

Constructor to provide additional field to add.

This constructer assumes the term_data table. If using another table, we'll need to be more specific.

Overrides views_handler_field::construct

File

views/biblio_handler_field_biblio_keyword_data_word.inc, line 9

Class

biblio_handler_field_biblio_keyword_data_word

Code

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