You are here

function commons_follow_views_data_alter in Drupal Commons 7.3

Implements hook_views_data_alter().

File

modules/commons/commons_follow/commons_follow.module, line 342

Code

function commons_follow_views_data_alter(&$data) {
  $data['flagging']['ops']['field']['handler'] = 'commons_follow_handler_field_ops';
}