function tripal_get_cv_select_options

2.x tripal_cv.api.inc tripal_get_cv_select_options()
3.x tripal_chado.module.DEPRECATED.api.inc tripal_get_cv_select_options()

Create an options array to be used in a form element which provides a list of all chado cvs.

Return value

An array(cv_id => name) for each cv in the chado cv table.

2 calls to tripal_get_cv_select_options()
1 string reference to 'tripal_get_cv_select_options'

File

tripal_chado/api/modules/tripal_chado.module.DEPRECATED.api.inc, line 146
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_cv_select_options() {
  chado_get_cv_select_options();
}