You are here

function views_handler_field_comment_link_edit::construct in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 modules/comment/views_handler_field_comment_link_edit.inc \views_handler_field_comment_link_edit::construct()

Construct a new field handler.

Overrides views_handler_field_comment_link::construct

File

modules/comment/views_handler_field_comment_link_edit.inc, line 6

Class

views_handler_field_comment_link_edit
Field handler to present a link node edit.

Code

function construct() {
  parent::construct();
  $this->additional_fields['uid'] = 'uid';
}