function views_handler_field_upload_fid::construct

Overrides views_handler_field::construct

File

modules/upload/views_handler_field_upload_fid.inc, line 6

Class

views_handler_field_upload_fid
Field handler to provide a list of roles.

Code

function construct() {
    parent::construct();
}