1 form_test.module _form_test_tableselect_ajax_callback($form, &$form_state)
  • Ajax callback that returns the form element.

File

core/modules/simpletest/tests/form_test.module, line 820
Helper module for the Form API tests.

Code

function _form_test_tableselect_ajax_callback($form, &$form_state) {
  return $form['tableselect'];
}