function system_message_action_submit

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

Archivo

drupal-7.x/modules/system/system.module, line 3251
Configuration system that lets administrators modify the workings of the site.

Código

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