function tripal_cv_obo_form_ajax_callback

2.x tripal_cv.obo_loader.inc tripal_cv_obo_form_ajax_callback($form, $form_state)
3.x OBOImporter.inc tripal_cv_obo_form_ajax_callback($form, $form_state)
1 string reference to 'tripal_cv_obo_form_ajax_callback'
tripal_cv_obo_form in tripal_cv/includes/tripal_cv.obo_loader.inc
Provides the form to load an already existing controlled Vocabulary into chado

File

tripal_cv/includes/tripal_cv.obo_loader.inc, line 1428
Functions to aid in loading ontologies into the chado cv module

Code

function tripal_cv_obo_form_ajax_callback($form, $form_state) {
  return $form['obo_existing'];
}