You are here

function varbase_core_ctools_plugin_api in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 7.3

Implements hook_ctools_plugin_api().

File

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

Code

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