You are here

function features_menu_ctools_plugin_api in Multipurpose Corporate Profile 7

Implements hook_ctools_plugin_api().

File

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

Code

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