function system_config_form_submit

Form submission handler for system_config_form().

See also

system_config_form()

1 string reference to 'system_config_form_submit'
system_config_form in drupal/core/modules/system/system.module
Adds default behavior to a configuration form.

File

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

Code

function system_config_form_submit($form, &$form_state) {
  drupal_set_message(t('The configuration options have been saved.'));
}