function test_theme_form_system_theme_settings_submit in Drupal 7
Form submission handler for the test theme settings form.
See also
test_theme_form_system_theme_settings_alter()
1 string reference to 'test_theme_form_system_theme_settings_submit'
- test_theme_form_system_theme_settings_alter in modules/
simpletest/ tests/ themes/ test_theme/ theme-settings.php - Implements hook_form_FORM_ID_alter().
File
- modules/
simpletest/ tests/ themes/ test_theme/ theme-settings.php, line 30 - Theme setting callbacks for the test_theme theme.
Code
function test_theme_form_system_theme_settings_submit($form, &$form_state) {
drupal_set_message('The test theme setting was saved.');
}