You are here

function workflow_views_handler_field_comment_link_edit::construct in Workflow 7.2

Construct a new field handler.

Overrides views_handler_field::construct

File

workflow_views/handlers/workflow_views_handler_field_comment_link_edit.inc, line 10
Field handler to present a link to edit a workflow log comment.

Class

workflow_views_handler_field_comment_link_edit
@file Field handler to present a link to edit a workflow log comment.

Code

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