You are here

function bibcite_entity_views_data_alter in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x modules/bibcite_entity/bibcite_entity.module \bibcite_entity_views_data_alter()

Implements hook_views_data_alter().

File

modules/bibcite_entity/bibcite_entity.module, line 24
Module hooks.

Code

function bibcite_entity_views_data_alter(array &$data) {
  $data['bibcite_reference__keywords']['keywords_target_id']['filter']['id'] = 'bibcite_keyword_id';
}