You are here

function cms_events_ctools_plugin_api in Glazed CMS Events 7

Implements hook_ctools_plugin_api().

File

./cms_events.features.inc, line 10
cms_events.features.inc

Code

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