function asaf_get_handled_button_options in Asaf (ajax submit for any form) 8
Same name and namespace in other branches
- 7 asaf.module \asaf_get_handled_button_options()
1 call to asaf_get_handled_button_options()
File
- ./
asaf.module, line 486 - Main module file.
Code
function asaf_get_handled_button_options($key, $buttons) {
return isset($buttons['included'][$key]) && is_array($buttons['included'][$key]) ? $buttons['included'][$key] : array();
}