Legacy Database Reference Module
Provides functions for managing chado database references which link chado content, such as features and stocks, to records/pages in external databases/websites. For example, you might have a feature record in your site which is also in the NCBI website and by adding a database refrence to your feature, an automatic link to the content at NCBI is created.
File
- legacy/
tripal_db/ tripal_db.module, line 7 - General functions for the db module
Functions
Name | Location | Description |
---|---|---|
tripal_db_disable |
legacy/ |
Implements hook_disable(). Disable default views when module is disabled |
tripal_db_install |
legacy/ |
Implementation of hook_install(). |
tripal_db_menu |
legacy/ |
Implements hook_menu(). |
tripal_db_permission |
legacy/ |
Implements hook_permission(). |
tripal_db_requirements |
legacy/ |
Implementation of hook_requirements(). |
tripal_db_theme |
legacy/ |
Implements hook_theme(). |
tripal_db_uninstall |
legacy/ |
Implementation of hook_uninstall(). |
tripal_db_views_api |
legacy/ |
Implements hook_views_api(). |
tripal_db_views_default_views |
legacy/ |
Implements hook_views_default_views(). |