Tripal Legacy API

Provides an application programming interface (API) for Tripal v2 backwards-compatibilty. These functions are DEPRECATED and may not be available in future version of Tripal.

File

legacy/tripal_core/tripal_core.module, line 7
The Tripal Core module

Sub-Topics

Namesort descending Location Description
Legacy Chado CV legacy/tripal_cv/api/tripal_cv.api.inc Provides an application programming interface (API) to manage entities that use Chado as their base data.
Legacy Chado Nodes legacy/tripal_core/api/tripal_core.chado_nodes.api.inc Many Tripal modules implement Drupal node types as a means of displaying chado records individually through Drupal as a single web page. In order to do this, many of the same drupal hooks are implemented and the code between modules is actually…