You are here

function range_views_data in Range 7

Implements hook_views_data().

File

views/range.views.inc, line 25
Implementation of Views API.

Code

function range_views_data() {
  $data = array();
  if (module_exists('search_api_views')) {
    _range_views_search_api_data($data);
  }
  return $data;
}