function system_actions_manage_form_submit
Process system_actions_manage form submissions.
See also
File
-
modules/
system/ system.admin.inc, line 3089
Code
function system_actions_manage_form_submit($form, &$form_state) {
if ($form_state['values']['action']) {
$form_state['redirect'] = 'admin/config/system/actions/configure/' . $form_state['values']['action'];
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.