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

File

modules/simpletest/tests/form_test.module, line 779
Helper module for the form API tests.

Code

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