You are here

function feature_strongarm_ctools_plugin_api in Brainstorm profile 7

Implements hook_ctools_plugin_api().

File

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

Code

function feature_strongarm_ctools_plugin_api($module = NULL, $api = NULL) {
  if ($module == "strongarm" && $api == "strongarm") {
    return array(
      "version" => "1",
    );
  }
}