You are here

function views_handler_field_upload_fid::render_item in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 6.2 modules/upload/views_handler_field_upload_fid.inc \views_handler_field_upload_fid::render_item()

File

modules/upload/views_handler_field_upload_fid.inc, line 62

Class

views_handler_field_upload_fid
Field handler to provide a list of roles.

Code

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