Revision 76bdcd04
Added by Assos Assos almost 6 years ago
drupal7/sites/all/modules/webform/views/webform_handler_field_submission_count.inc | ||
---|---|---|
8 | 8 |
class webform_handler_field_submission_count extends views_handler_field { |
9 | 9 |
|
10 | 10 |
/** |
11 |
* |
|
11 |
* {@inheritdoc}
|
|
12 | 12 |
*/ |
13 | 13 |
public function construct() { |
14 | 14 |
parent::construct(); |
... | ... | |
24 | 24 |
} |
25 | 25 |
|
26 | 26 |
/** |
27 |
* |
|
27 |
* {@inheritdoc}
|
|
28 | 28 |
*/ |
29 | 29 |
public function option_definition() { |
30 | 30 |
$options = parent::option_definition(); |
Also available in: Unified diff
Weekly update of contrib modules