function tripal_views_views_api

2.x tripal_views.module tripal_views_views_api()
1.x tripal_views.module tripal_views_views_api()

Implements hook_views_api()

Purpose: Essentially this hook tells drupal that there is views support for for this module which then includes tripal_views.views.inc where all the views integration code is

File

tripal_views/tripal_views.module, line 145

Code

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