Legacy Controlled Vocabulary Module

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

File

legacy/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_coder_ignore legacy/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_disable legacy/tripal_cv/tripal_cv.install Implements hook_disable(). Disable default views when module is disabled
tripal_cv_form_alter legacy/tripal_cv/tripal_cv.module Implements hook_form_alter(). Alter Forms
tripal_cv_init legacy/tripal_cv/tripal_cv.module Implements hook_init(). Adds CSS and JS needed for this modules rendered content
tripal_cv_install legacy/tripal_cv/tripal_cv.install Implementation of hook_install().
tripal_cv_menu legacy/tripal_cv/tripal_cv.module Implements hook_menu(). Registers all menu items associated with this module
tripal_cv_permission legacy/tripal_cv/tripal_cv.module Implements hook_permission().
tripal_cv_requirements legacy/tripal_cv/tripal_cv.install Implementation of hook_requirements().
tripal_cv_theme legacy/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 legacy/tripal_cv/tripal_cv.install Implementation of hook_uninstall().
tripal_cv_views_api legacy/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 legacy/tripal_cv/tripal_cv.views_default.inc Implements hook_views_default_views().