You are here

function cms_portfolio_content_ctools_plugin_api in Glazed CMS Portfolio 7

Implements hook_ctools_plugin_api().

File

cms_portfolio_content/cms_portfolio_content.features.inc, line 10
cms_portfolio_content.features.inc

Code

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