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