You are here

function commons_follow_views_api in Drupal Commons 7.3

Implements hook_views_api().

File

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

Code

function commons_follow_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'commons_follow') . '/includes/views',
  );
}