You are here

function lineage_views_api in Taxonomy Lineage 6

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

Implementation of hook_views_api().

File

./lineage.module, line 283

Code

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