Revision 76bdcd04
Added by Assos Assos almost 6 years ago
drupal7/sites/all/modules/webform/views/webform_handler_area_result_pager.inc | ||
---|---|---|
10 | 10 |
class webform_handler_area_result_pager extends views_handler_area_result { |
11 | 11 |
|
12 | 12 |
/** |
13 |
* |
|
13 |
* {@inheritdoc}
|
|
14 | 14 |
*/ |
15 | 15 |
public function option_definition() { |
16 | 16 |
$options = parent::option_definition(); |
... | ... | |
20 | 20 |
} |
21 | 21 |
|
22 | 22 |
/** |
23 |
* |
|
23 |
* {@inheritdoc}
|
|
24 | 24 |
*/ |
25 | 25 |
public function options_form(&$form, &$form_state) { |
26 | 26 |
parent::options_form($form, $form_state); |
Also available in: Unified diff
Weekly update of contrib modules