Tripal v1.0 (6.x-1.0)
tripal_phenotype.module
Go to the documentation of this file.
00001 <?php
00002 
00012 /*************************************************************************
00013  * Implements hook_views_api()
00014  * Purpose: Essentially this hook tells drupal that there is views support for
00015  *  for this module which then includes tripal_phenotype.views.inc where all the
00016  *  views integration code is
00017  */
00018 function tripal_phenotype_views_api() {
00019   return array(
00020       'api' => 2.0,
00021   );
00022 }
 All Classes Files Functions Variables