function call_php_func_form_submit in Patterns 7
Same name and namespace in other branches
- 6.2 components/system.inc \call_php_func_form_submit()
- 6 components/system.inc \call_php_func_form_submit()
- 7.2 patterns_components/components/system.inc \call_php_func_form_submit()
File
- patterns_components/
components/ system.inc, line 539
Code
function call_php_func_form_submit($form, &$form_state) {
$values = $form['#call_php_func'];
_call_php_func_include_files($values);
call_user_func_array($values['function'], $values['arguments']);
}