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