You are here

public function state_flow_handler_field_workflow_link::query in State Machine 7.3

Same name and namespace in other branches
  1. 7 modules/state_flow/includes/views/state_flow_handler_field_workflow_link.inc \state_flow_handler_field_workflow_link::query()
  2. 7.2 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 18
Legacy Views handler. This might be removed.

Class

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

Code

public function query() {

  // Override this method.
}