You are here

function lineage_views_api in Taxonomy Lineage 7

Same name and namespace in other branches
  1. 6 lineage.module \lineage_views_api()

Implementation of hook_views_api().

File

./lineage.module, line 355
lineage.module Module code for taxonomy term hierarchy lineage.

Code

function lineage_views_api() {
  return array(
    'api' => 3,
  );
}