You are here

function enterprise_base_views_api in Enterprise Base 7.3

Same name and namespace in other branches
  1. 7 enterprise_base.features.inc \enterprise_base_views_api()

Implements hook_views_api().

File

./enterprise_base.features.inc, line 31
enterprise_base.features.inc

Code

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