system_message_action_submit

Versions
6 – 7
system_message_action_submit($form, $form_state)

Code

modules/system/system.module, line 1805

<?php
function system_message_action_submit($form, $form_state) {
  return array('message' => $form_state['values']['message']);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.