You are here

function dxpr_theme_helper_views_api in DXPR Theme Helper 7

Implements hook_views_api().

File

./dxpr_theme_helper.features.inc, line 22
dxpr_theme_helper.features.inc

Code

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