function multiform_test1_submit_button in Multiple forms 7.2
Same name and namespace in other branches
- 7 tests/multiform_test.module \multiform_test1_submit_button()
Submit handing.
_state
Parameters
type $form:
2 string references to 'multiform_test1_submit_button'
- multiform_test1_1 in tests/
multiform_test.module - Build multiform_test1_1 form.
- multiform_test1_2 in tests/
multiform_test.module - Build multiform_test1_2 form.
File
- tests/
multiform_test.module, line 187 - @author Kálmán Hosszu - http://drupal.org/user/267481
Code
function multiform_test1_submit_button($form, $form_state) {
drupal_set_message($form['#form_id'] . 'multiform_test1_submit_button');
}