You are here

function termstatus_views_api in Taxonomy Term Status 7

Implements hook_views_api().

File

./termstatus.module, line 49
Hook implementations and API for the taxonomy term status module.

Code

function termstatus_views_api() {
  return array(
    'api' => 2,
  );
}