You are here

public function webform_handler_field_form_body::query in Webform 7.3

Same name and namespace in other branches
  1. 6.3 views/webform_handler_field_form_body.inc \webform_handler_field_form_body::query()
  2. 7.4 views/webform_handler_field_form_body.inc \webform_handler_field_form_body::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

views/webform_handler_field_form_body.inc, line 33
Views handler to display the content of a webform form.

Class

webform_handler_field_form_body
Field handler to present the Webform form body to the user.

Code

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