You are here

function commons_featured_views_api in Drupal Commons 7.3

Implements hook_views_api().

File

modules/commons/commons_featured/commons_featured.features.inc, line 10
commons_featured.features.inc

Code

function commons_featured_views_api($module = NULL, $api = NULL) {
  return array(
    "api" => "3.0",
  );
}