function tripal_get_mviews
2.x tripal_core.mviews.api.inc | tripal_get_mviews() |
3.x tripal_chado.DEPRECATED.api.inc | tripal_get_mviews() |
Retrieves the list of materialized view IDs and their names.
Return value
An array of objects with the following properties: mview_id, name.
File
- tripal_chado/
api/ tripal_chado.DEPRECATED.api.inc, line 202 - These api functions are deprecated, if your site is currently using them please update your code with the newer tripal_chado functions.
Code
function tripal_get_mviews() {
chado_get_mviews();
}