1 form_test.file.inc | form_test_load_include_submit($form, $form_state) |
Submit callback for the form API file inclusion test forms.
File
- core/
modules/ simpletest/ tests/ form_test.file.inc, line 34 - An include file to test loading it with the form API.
Code
function form_test_load_include_submit($form, $form_state) {
backdrop_set_message('Submit callback called.');
}