You are here

function asaf_get_handled_button_options in Asaf (ajax submit for any form) 8

Same name and namespace in other branches
  1. 7 asaf.module \asaf_get_handled_button_options()
1 call to asaf_get_handled_button_options()
asaf_mark_buttons in ./asaf.module

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();
}