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/modules/system/views_handler_filter_system_type.inc
9 9
 * Filter by system type.
10 10
 */
11 11
class views_handler_filter_system_type extends views_handler_filter_in_operator {
12
  function get_value_options() {
12

  
13
  /**
14
   * {@inheritdoc}
15
   */
16
  public function get_value_options() {
13 17
    if (!isset($this->value_options)) {
14 18
      $this->value_title = t('Type');
15 19
      // Enable filtering by type.
......
18 22
      $this->value_options = $types;
19 23
    }
20 24
  }
25

  
21 26
}

Formats disponibles : Unified diff