You are here

features_views.features.inc in Multipurpose Corporate Profile 7

File

modules/features/features_views/features_views.features.inc
View source
<?php

/**
 * @file
 * features_views.features.inc
 */

/**
 * Implements hook_views_api().
 */
function features_views_views_api($module = NULL, $api = NULL) {
  return array(
    "api" => "3.0",
  );
}

Functions

Namesort descending Description
features_views_views_api Implements hook_views_api().