You are here

function state_flow_handler_field_events::query in State Machine 7

Same name and namespace in other branches
  1. 7.2 modules/state_flow/includes/views/state_flow_handler_field_events.inc \state_flow_handler_field_events::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/state_flow/includes/views/state_flow_handler_field_events.inc, line 8

Class

state_flow_handler_field_events
Views field handler to display the available State Flow events for the selected node revision.

Code

function query() {
  $this
    ->ensure_my_table();
}