Projet

Général

Profil

Révision 6eb8d15f

Ajouté par Assos Assos il y a presque 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/views.views.inc
81 81
    ),
82 82
  );
83 83

  
84
  $data['views']['messages'] = array(
85
    'title' => t('Messages'),
86
    'help' => t('Displays messages in the area.'),
87
    'area' => array(
88
      'handler' => 'views_handler_area_messages',
89
    ),
90
  );
91

  
84 92
  if (module_exists('contextual')) {
85 93
    $data['views']['contextual_links'] = array(
86 94
      'title' => t('Contextual Links'),
......
110 118
    );
111 119
  }
112 120

  
121
  $data['views']['fields_compare'] = array(
122
    'title' => t('Fields comparison'),
123
    'help' => t('Compare database fields against eachother.'),
124
    'filter' => array(
125
      'help' => t('Use fields comparison to filter the result of the view.'),
126
      'handler' => 'views_handler_filter_fields_compare',
127
    )
128
  );
129

  
113 130
  return $data;
114 131
}

Formats disponibles : Unified diff