Revision 76bdcd04
Added by Assos Assos almost 6 years ago
drupal7/sites/all/modules/webform/views/webform_handler_field_webform_status.inc | ||
---|---|---|
6 | 6 |
class webform_handler_field_webform_status extends views_handler_field_boolean { |
7 | 7 |
|
8 | 8 |
/** |
9 |
* |
|
9 |
* {@inheritdoc}
|
|
10 | 10 |
*/ |
11 | 11 |
public function options_form(&$form, &$form_state) { |
12 | 12 |
parent::options_form($form, $form_state); |
... | ... | |
14 | 14 |
} |
15 | 15 |
|
16 | 16 |
/** |
17 |
* |
|
17 |
* {@inheritdoc}
|
|
18 | 18 |
*/ |
19 | 19 |
public function option_definition() { |
20 | 20 |
$options = parent::option_definition(); |
Also available in: Unified diff
Weekly update of contrib modules