You are here

function views_handler_field_upload_fid::construct 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::construct()

Construct a new field handler.

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();
}