function tripal_pubs_setup_form_ajax_update

2.x tripal_pub.pub_importers.inc tripal_pubs_setup_form_ajax_update($form, $form_state)
3.x tripal_chado.pub_importers.inc tripal_pubs_setup_form_ajax_update($form, $form_state)

AJAX callback for updating the form.

File

tripal_chado/includes/loaders/tripal_chado.pub_importers.inc, line 762
Management of importers

Code

function tripal_pubs_setup_form_ajax_update($form, $form_state) {
  return $form['themed_element'];
}