Controlled Vocabulary Module

  1. 2.x tripal_cv/tripal_cv.module tripal_cv
  2. 1.x tripal_cv/tripal_cv.module tripal_cv

Provides functions for managing chado controlled vocabularies which are used ubiquitously throughout chado.

File

tripal_cv/tripal_cv.module, line 8
Provides functions for managing chado controlled vocabularies which are used ubiquitously throughout chado.

Functions

Namesort descending Location Description
tripal_cv_add_cvterm_form_fields tripal_cv/includes/tripal_cv.cvterm_form.inc Form fields in common between add/edit forms
tripal_cv_add_cv_form_fields tripal_cv/includes/tripal_cv.cv_form.inc Form fields in common between the cv add & edit form.
tripal_cv_add_cv_root_mview tripal_cv/tripal_cv.install Add a materialized view of root terms for all chado cvs. This is needed for viewing cv trees
tripal_cv_add_obo_defaults tripal_cv/tripal_cv.install Add's defaults to the tripal_cv_obo table
tripal_cv_admin_cv_listing tripal_cv/includes/tripal_cv.admin.inc Provide landing page to the new admin pages
tripal_cv_coder_ignore tripal_cv/tripal_cv.module Implements hook_coder_ignore(). Defines the path to the file (tripal_cv.coder_ignores.txt) where ignore rules for coder are stored
tripal_cv_create_tripal_obo_temp tripal_cv/tripal_cv.install Creates a temporary table to store obo details while loading an obo file
tripal_cv_cvtermpath_form tripal_cv/includes/tripal_cv.cvtermpath_form.inc Form for re-doing the cvterm path
tripal_cv_cvtermpath_form_submit tripal_cv/includes/tripal_cv.cvtermpath_form.inc Cvterm path form submit
tripal_cv_cvterm_add_form tripal_cv/includes/tripal_cv.cvterm_form.inc Form for adding cvterms
tripal_cv_cvterm_add_form_submit tripal_cv/includes/tripal_cv.cvterm_form.inc Adds new terms to an existing cv
tripal_cv_cvterm_add_form_validate tripal_cv/includes/tripal_cv.cvterm_form.inc Validate cv add form
tripal_cv_cvterm_edit_form tripal_cv/includes/tripal_cv.cvterm_form.inc Form for editing cvterms
tripal_cv_cvterm_edit_form_ajax tripal_cv/includes/tripal_cv.cvterm_form.inc Ajax callback for the tripal_cv_form
tripal_cv_cvterm_edit_form_submit tripal_cv/includes/tripal_cv.cvterm_form.inc Edits existing controlled vocabulary terms
tripal_cv_cvterm_edit_form_validate tripal_cv/includes/tripal_cv.cvterm_form.inc Validate cvterm edit form
tripal_cv_cv_add_form tripal_cv/includes/tripal_cv.cv_form.inc Form to add contolled vocabularies
tripal_cv_cv_add_form_submit tripal_cv/includes/tripal_cv.cv_form.inc Submit cv add form
tripal_cv_cv_add_form_validate tripal_cv/includes/tripal_cv.cv_form.inc Validation fucntion for tripal_cv_cv_add_form
tripal_cv_cv_edit_form tripal_cv/includes/tripal_cv.cv_form.inc Provides the actual "Select CV" form on the Update/Delete Controlled Vocabulary page. This form also triggers the edit javascript @todo Modify this form to use Drupal AJAX
tripal_cv_cv_edit_form_submit tripal_cv/includes/tripal_cv.cv_form.inc Submit cv edit form
tripal_cv_cv_edit_form_validate tripal_cv/includes/tripal_cv.cv_form.inc Validation fucntion for tripal_cv_cv_edit_form
tripal_cv_defaultview_admin_cvs_listing tripal_cv/tripal_cv.views_default.inc Default Admin View for cv management
tripal_cv_defaultview_admin_cvterms_listing tripal_cv/tripal_cv.views_default.inc Default Admin View for cvterm management
tripal_cv_disable tripal_cv/tripal_cv.install Implements hook_disable(). Disable default views when module is disabled
tripal_cv_edit_form_ajax tripal_cv/includes/tripal_cv.cv_form.inc Ajax callback for the tripal_cv_form
tripal_cv_form_alter tripal_cv/tripal_cv.module Implements hook_form_alter(). Alter Forms
tripal_cv_form_fields_validate tripal_cv/includes/tripal_cv.cv_form.inc Generic validation form for shared fields of both the edit and add forms
tripal_cv_init tripal_cv/tripal_cv.module Implements hook_init(). Adds CSS and JS needed for this modules rendered content
tripal_cv_install tripal_cv/tripal_cv.install Implementation of hook_install().
tripal_cv_menu tripal_cv/tripal_cv.module Implements hook_menu(). Registers all menu items associated with this module
tripal_cv_permission tripal_cv/tripal_cv.module Implements hook_permission().
tripal_cv_requirements tripal_cv/tripal_cv.install Implementation of hook_requirements().
tripal_cv_schema tripal_cv/tripal_cv.install Implementation of hook_schema().
tripal_cv_theme tripal_cv/tripal_cv.module Implements hook_theme(). 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_cv_uninstall tripal_cv/tripal_cv.install Implementation of hook_uninstall().
tripal_cv_views_api tripal_cv/tripal_cv.module Implements hook_views_api(). Essentially this hook tells drupal that there is views support for for this module which then includes tripal_cv.views.inc where all the views integration code is
tripal_cv_views_default_views tripal_cv/tripal_cv.views_default.inc Implements hook_views_default_views().

Sub-Topics

Namesort descending Location Description
Ontology Loader tripal_cv/includes/tripal_cv.obo_loader.inc Functions to aid in loading ontologies into the chado cv module