You are here

function views_handler_file_size in Views (for Drupal 7) 5

1 string reference to 'views_handler_file_size'
upload_views_tables in modules/views_upload.inc
This include file implements views functionality for the file.inc and upload module

File

modules/views_upload.inc, line 150

Code

function views_handler_file_size($fieldinfo, $fielddata, $value, $data) {
  return format_size($value);
}