Revision 76bdcd04
Added by Assos Assos almost 6 years ago
drupal7/sites/all/modules/webform/views/webform_handler_field_form_body.inc | ||
---|---|---|
8 | 8 |
class webform_handler_field_form_body extends views_handler_field { |
9 | 9 |
|
10 | 10 |
/** |
11 |
* |
|
11 |
* {@inheritdoc}
|
|
12 | 12 |
*/ |
13 | 13 |
public function construct() { |
14 | 14 |
parent::construct(); |
... | ... | |
16 | 16 |
} |
17 | 17 |
|
18 | 18 |
/** |
19 |
* |
|
19 |
* {@inheritdoc}
|
|
20 | 20 |
*/ |
21 | 21 |
public function option_definition() { |
22 | 22 |
$options = parent::option_definition(); |
Also available in: Unified diff
Weekly update of contrib modules