Same name and namespace in other branches
  1. 7.x modules/system/system.module \system_message_action_submit()

File

modules/system/system.module, line 1848
Configuration system that lets administrators modify the workings of the site.

Code

function system_message_action_submit($form, $form_state) {
  return array(
    'message' => $form_state['values']['message'],
  );
}