You are here

function workflow_extensions_handler_field_workflow_comment_link_edit::construct in Workflow Extensions 6

Same name and namespace in other branches
  1. 7 views/workflow_extensions_handler_field_workflow_comment_link_edit.inc \workflow_extensions_handler_field_workflow_comment_link_edit::construct()

File

views/workflow_extensions_handler_field_workflow_comment_link_edit.inc, line 8

Class

workflow_extensions_handler_field_workflow_comment_link_edit
Field handler to present a link to edit a workflow log comment.

Code

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