tripal_example.views.inc 245 B

123456789
  1. <?php
  2. /**
  3. * @file
  4. * This file contains the basic functions for views integration of chado/tripal
  5. * example tables
  6. */
  7. // EXPLANATION: see another tripal module (e.g. tripal_feature) for example
  8. // functions that can be used in this file.