You are here

public function webform_handler_field_form_body::construct 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::construct()
  2. 7.4 views/webform_handler_field_form_body.inc \webform_handler_field_form_body::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

views/webform_handler_field_form_body.inc, line 16
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 construct() {
  parent::construct();
  $this->additional_fields['nid'] = 'nid';
}