You are here

function TaxonomyIndexTid::render_item in Views (for Drupal 7) 8.3

File

lib/Views/taxonomy/Plugin/views/field/TaxonomyIndexTid.php, line 143
Definition of Views\taxonomy\Plugin\views\field\TaxonomyIndexTid.

Class

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

Namespace

Views\taxonomy\Plugin\views\field

Code

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