Project

General

Profile

Revision 76bdcd04

Added by Assos Assos almost 6 years ago

Weekly update of contrib modules

View differences:

drupal7/sites/all/modules/webform/views/webform_handler_relationship_submission_data.inc
6 6
class webform_handler_relationship_submission_data extends views_handler_relationship {
7 7

  
8 8
  /**
9
   *
9
   * {@inheritdoc}
10 10
   */
11 11
  public function option_definition() {
12 12
    $options = parent::option_definition();
......
16 16
  }
17 17

  
18 18
  /**
19
   *
19
   * {@inheritdoc}
20 20
   */
21 21
  public function options_form(&$form, &$form_state) {
22 22
    parent::options_form($form, $form_state);
......
30 30
  }
31 31

  
32 32
  /**
33
   *
33
   * {@inheritdoc}
34 34
   */
35 35
  public function options_validate(&$form, &$form_state) {
36 36
    parent::options_validate($form, $form_state);
......
38 38
  }
39 39

  
40 40
  /**
41
   *
41
   * {@inheritdoc}
42 42
   */
43 43
  public function options_submit(&$form, &$form_state) {
44 44
    parent::options_submit($form, $form_state);

Also available in: Unified diff