Projet

Général

Profil

Révision 5d12d676

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/plugins/views_plugin_style_default.inc
2 2

  
3 3
/**
4 4
 * @file
5
 * Contains the default style plugin.
5
 * Definition of views_plugin_style_default.
6 6
 */
7 7

  
8 8
/**
......
12 12
 * @ingroup views_style_plugins
13 13
 */
14 14
class views_plugin_style_default extends views_plugin_style {
15

  
15 16
  /**
16
   * Set default options
17
   * Set default options.
17 18
   */
18
  function options(&$options) {
19
  public function options(&$options) {
19 20
    parent::options($options);
20 21
  }
21 22

  
22
  function options_form(&$form, &$form_state) {
23
  /**
24
   * {@inheritdoc}
25
   */
26
  public function options_form(&$form, &$form_state) {
23 27
    parent::options_form($form, $form_state);
24 28
  }
29

  
25 30
}

Formats disponibles : Unified diff