You are here

function webform_handler_field_submission_count::query in Webform 6.3

Same name and namespace in other branches
  1. 7.4 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()

File

views/webform_handler_field_submission_count.inc, line 31
Views handler to display the number of submissions in a webform.

Class

webform_handler_field_submission_count
Field handler to present the submission count of a node to the user.

Code

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