function system_message_action_submit
File
-
modules/
system/ system.module, line 3327
Code
function system_message_action_submit($form, $form_state) {
return array(
'message' => $form_state['values']['message'],
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.