You are here

function state_flow_handler_field_workflow_link::query in State Machine 7.2

Same name and namespace in other branches
  1. 7.3 modules/state_flow/includes/views/state_flow_handler_field_workflow_link.inc \state_flow_handler_field_workflow_link::query()
  2. 7 modules/state_flow/includes/views/state_flow_handler_field_workflow_link.inc \state_flow_handler_field_workflow_link::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/state_flow/includes/views/state_flow_handler_field_workflow_link.inc, line 7

Class

state_flow_handler_field_workflow_link
Views field handler to display a link to the workflow page for the node.

Code

function query() {

  // Override this method.
}