You are here

public function webform_handler_field_submission_count::query in Webform 7.4

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

Called to add the field to a query.

Overrides views_handler_field::query

File

views/webform_handler_field_submission_count.inc, line 38

Class

webform_handler_field_submission_count
Views handler to display the number of submissions in a webform.

Code

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