Tripal v1.0 (6.x-1.0)
tripal_contact.module
Go to the documentation of this file.
00001 <?php
00002 
00025 require('api/tripal_contact.api.inc');
00026 
00027 /*************************************************************************
00028  * Implements hook_views_api()
00029  * Purpose: Essentially this hook tells drupal that there is views support for
00030  *  for this module which then includes tripal_contact.views.inc where all the
00031  *  views integration code is
00032  *
00033  * @ingroup tripal_contact
00034  */
00035 function tripal_contact_views_api() {
00036   return array(
00037       'api' => 2.0,
00038   );
00039 }
 All Classes Files Functions Variables