function tripal_cv_views_api

2.x tripal_cv.module tripal_cv_views_api()
3.x tripal_cv.module tripal_cv_views_api()
1.x tripal_cv.module tripal_cv_views_api()

Implements hook_views_api(). Essentially this hook tells drupal that there is views support for for this module which then includes tripal_cv.views.inc where all the views integration code is

Related topics

File

tripal_cv/tripal_cv.module, line 275
Provides functions for managing chado controlled vocabularies which are used ubiquitously throughout chado.

Code

function tripal_cv_views_api() {
  return array('api' => 3.0);
}