Core Module API

Parent topics

File

tripal_core/tripal_core.module, line 29
The Tripal Core module

Functions

Namesort descending Location Description
tripal_core_clean_orphaned_nodes tripal_core/api/tripal_core_chado.api.inc This function will delete Drupal nodes for any sync'ed table (e.g. feature, organism, analysis, stock, library) if the chado record has been deleted or the entry in the chado_[table] table has been removed.
tripal_core_get_chado_tables tripal_core/api/tripal_core_chado.api.inc Retrieves the list tables in the Chado schema. By default it only retursn the default Chado tables, but may also return custom tables added to the Chado schema as well.
tripal_core_get_chado_table_schema tripal_core/api/tripal_core_chado.api.inc Retrieves the chado tables Schema API array.
tripal_core_get_chado_version tripal_core/api/tripal_core_chado.api.inc Returns the version number of the currently installed Chado instance. It can return the real or effective version.
tripal_core_set_chado_version tripal_core/api/tripal_core_chado.api.inc Sets a Drupal variable with the current version of Chado. This variable can then be queried later using the tripal_core_get_chado_Version
tripal_get_chado_custom_schema tripal_core/api/tripal_core_chado.api.inc Retrieves the schema in an array for the specified custom table.

Files

Namesort descending Location Description
tripal_core_chado.api.inc tripal_core/api/tripal_core_chado.api.inc The Tripal Core API
tripal_core_custom_tables.api.inc tripal_core/api/tripal_core_custom_tables.api.inc Contains functions for the Custom Tables API
tripal_core_files.api.inc tripal_core/api/tripal_core_files.api.inc The Tripal Files API
tripal_core_jobs.api.inc tripal_core/api/tripal_core_jobs.api.inc Contains functions related to the Tripal Jobs API
tripal_core_mviews.api.inc tripal_core/api/tripal_core_mviews.api.inc Contains functions for the Materialized Views API

Sub-Topics

Namesort descending Location Description
AHAH API tripal_core/api/tripal_core_ahah.api.inc Provides an application programming interface (API) for improved support of Drupal's AHAH functionality.
Chado API tripal_core/api/tripal_core_chado.api.inc @file The Tripal Core API
Custom Tables API tripal_core/api/tripal_core_custom_tables.api.inc @file Contains functions for the Custom Tables API
Files API tripal_core/api/tripal_core_files.api.inc @file The Tripal Files API
Jobs API tripal_core/api/tripal_core_jobs.api.inc @file Contains functions related to the Tripal Jobs API
Materalized Views API tripal_core/api/tripal_core_mviews.api.inc @file Contains functions for the Materialized Views API