You are here

function views_handler_field_tid in Views (for Drupal 7) 5

Display a simple taxonomy term

File

modules/views_taxonomy.inc, line 294

Code

function views_handler_field_tid($fieldinfo, $fielddata, $value, $data) {
  return check_plain($value);
}