function form_test_load_include_submit

Submit callback for the form API file inclusion test forms.

2 string references to 'form_test_load_include_submit'
form_test_load_include_custom in modules/simpletest/tests/form_test.module
Menu callback for testing custom form includes.
form_test_load_include_menu in modules/simpletest/tests/form_test.file.inc
Form constructor for testing FAPI file inclusion of the file specified in hook_menu().

File

modules/simpletest/tests/form_test.file.inc, line 35

Code

function form_test_load_include_submit($form, $form_state) {
    drupal_set_message('Submit callback called.');
}

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