function system_goto_action_submit in Drupal 7
Same name and namespace in other branches
- 6 modules/system/system.module \system_goto_action_submit()
File
- modules/
system/ system.module, line 3357 - Configuration system that lets administrators modify the workings of the site.
Code
function system_goto_action_submit($form, $form_state) {
return array(
'url' => $form_state['values']['url'],
);
}