You are here

function commons_bw_views_api in Drupal Commons 7.3

Implements hook_views_api().

File

modules/commons/commons_bw/commons_bw.features.inc, line 19
commons_bw.features.inc

Code

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