You are here

function answers_taxonomy_ctools_plugin_api in Answers 7.4

Implements hook_ctools_plugin_api().

File

answers_taxonomy/answers_taxonomy.features.inc, line 11
answers_taxonomy.features.inc

Code

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