You are here

function cms_blog_content_ctools_plugin_api in Glazed CMS Blog 7

Implements hook_ctools_plugin_api().

File

cms_blog_content/cms_blog_content.features.inc, line 10
cms_blog_content.features.inc

Code

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