You are here

function features_context_ctools_plugin_api in Multipurpose Corporate Profile 7

Implements hook_ctools_plugin_api().

File

modules/features/features_context/features_context.features.inc, line 11
features_context.features.inc

Code

function features_context_ctools_plugin_api($module = NULL, $api = NULL) {
  if ($module == "context" && $api == "context") {
    return array(
      "version" => "3",
    );
  }
}