You are here

function commerce_backoffice_handler_field_term_entity_tid::render_item in Commerce Backoffice 7

File

includes/views/handlers/commerce_backoffice_handler_field_term_entity_tid.inc, line 132
Definition of commerce_backoffice_handler_field_term_entity_tid.

Class

commerce_backoffice_handler_field_term_entity_tid
Field handler to display all taxonomy terms of an entity.

Code

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