| 7 form_test.file.inc | form_test_load_include_submit($form, $form_state) |
| 8 form_test.file.inc | form_test_load_include_submit($form, $form_state) |
Submit callback for the form API file inclusion test forms.
2 string references to 'form_test_load_include_submit'
File
- modules/
simpletest/ tests/ form_test.file.inc, line 35 - An include file to test loading it with the form API.
Code
function form_test_load_include_submit($form, $form_state) {
drupal_set_message('Submit callback called.');
}
Login or register to post comments