You are here

function biblio_handler_field_biblio_keyword_data_word::construct in Bibliography Module 6.2

Same name and namespace in other branches
  1. 6 views/biblio_handler_field_biblio_keyword_data_word.inc \biblio_handler_field_biblio_keyword_data_word::construct()
  2. 7 views/biblio_handler_field_biblio_keyword_data_word.inc \biblio_handler_field_biblio_keyword_data_word::construct()
  3. 7.2 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.

File

views/biblio_handler_field_biblio_keyword_data_word.inc, line 14
Views biblio keyword data word handler for Drupal biblio module.

Class

biblio_handler_field_biblio_keyword_data_word
@file Views biblio keyword data word handler for Drupal biblio module.

Code

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