function tripal_core_extensions_form_ajax_callback

2.x tripal_core.extensions.inc tripal_core_extensions_form_ajax_callback($form, $form_state)

A callback function for the form

Return value

unknown

File

tripal_core/includes/tripal_core.extensions.inc, line 684

Code

function tripal_core_extensions_form_ajax_callback($form, $form_state) {
  // This function need not do anything as the form will take care of
  // updates needed. We just need to return the form.
  return $form;
}