tripal_natural_diversity.views.inc 350 B

123456789101112131415
  1. <?php
  2. /**
  3. * @file
  4. * This file contains the basic functions for views integration of
  5. * chado/tripal_natural_diversity tables.
  6. *
  7. * Documentation on views integration can be found at
  8. * http://views2.logrus.com/doc/html/index.html.
  9. */
  10. /**
  11. * @defgroup tripal_natural_diversity_views Natural Diversity Views Integration
  12. * @ingroup views
  13. */