function _form_test_tableselect_empty_form

Test functionality of the tableselect #empty property.

1 string reference to '_form_test_tableselect_empty_form'
form_test_menu in modules/simpletest/tests/form_test.module
Implements hook_menu().

File

modules/simpletest/tests/form_test.module, line 675

Code

function _form_test_tableselect_empty_form($form, $form_state) {
    return _form_test_tableselect_form_builder($form, $form_state, array(
        '#options' => array(),
    ));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.