You are here

function features_views_views_api in Multipurpose Corporate Profile 7

Implements hook_views_api().

File

modules/features/features_views/features_views.features.inc, line 10
features_views.features.inc

Code

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