DB Module

  1. 2.x tripal_db/tripal_db.module tripal_db
  2. 1.x tripal_db/tripal_db.module tripal_db

Parent topics

File

tripal_db/tripal_db.module, line 6

Functions

Namesort descending Location Description
tripal_ajax_db_edit tripal_db/includes/tripal_db.admin.inc
tripal_cv_theme tripal_cv/tripal_cv.module We need to let drupal know about our theme functions and their arguments. We create theme functions to allow users of the module to customize the look and feel of the output generated in this module
tripal_db_admin_page tripal_db/includes/tripal_db.admin.inc
tripal_db_form tripal_db/includes/tripal_db.admin.inc
tripal_db_form_submit tripal_db/includes/tripal_db.admin.inc
tripal_db_form_validate tripal_db/includes/tripal_db.admin.inc
tripal_db_init tripal_db/tripal_db.module
tripal_db_install tripal_db/tripal_db.install Implementation of hook_install().
tripal_db_menu tripal_db/tripal_db.module
tripal_db_perm tripal_db/tripal_db.module Set the permission types that the chado module uses. Essentially we want permissionis that protect creation, editing and deleting of chado data objects
tripal_db_select_form tripal_db/includes/tripal_db.admin.inc
tripal_db_theme tripal_db/tripal_db.module We need to let drupal know about our theme functions and their arguments. We create theme functions to allow users of the module to customize the look and feel of the output generated in this module
tripal_db_uninstall tripal_db/tripal_db.install Implementation of hook_uninstall().
tripal_db_views_api tripal_db/tripal_db.module Implements hook_views_api() Purpose: Essentially this hook tells drupal that there is views support for for this module which then includes tripal_db.views.inc where all the views integration code is