You are here

function workflow_views_handler_field_comment_link_edit::query in Workflow 7.2

Called to add the field to a query.

Overrides views_handler_field::query

File

workflow_views/handlers/workflow_views_handler_field_comment_link_edit.inc, line 33
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 query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}