Revision 76bdcd04
Added by Assos Assos almost 6 years ago
drupal7/sites/all/modules/webform/views/webform_handler_field_submission_link.inc | ||
---|---|---|
9 | 9 |
public $link_type; |
10 | 10 |
|
11 | 11 |
/** |
12 |
* |
|
12 |
* {@inheritdoc}
|
|
13 | 13 |
*/ |
14 | 14 |
public function construct() { |
15 | 15 |
// We need to set this property before calling the construct() chain |
... | ... | |
31 | 31 |
} |
32 | 32 |
|
33 | 33 |
/** |
34 |
* |
|
34 |
* {@inheritdoc}
|
|
35 | 35 |
*/ |
36 | 36 |
public function option_definition() { |
37 | 37 |
$options = parent::option_definition(); |
... | ... | |
42 | 42 |
} |
43 | 43 |
|
44 | 44 |
/** |
45 |
* |
|
45 |
* {@inheritdoc}
|
|
46 | 46 |
*/ |
47 | 47 |
public function options_form(&$form, &$form_state) { |
48 | 48 |
parent::options_form($form, $form_state); |
Also available in: Unified diff
Weekly update of contrib modules