function views_handler_field_term_node_tid::render_item

File

modules/taxonomy/views_handler_field_term_node_tid.inc, line 141

Class

views_handler_field_term_node_tid
Field handler to display all taxonomy terms of a node.

Code

public function render_item($count, $item) {
  return $item['name'];
}