function test_theme_form_system_theme_settings_submit

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

Code

function test_theme_form_system_theme_settings_submit($form, &$form_state) {
    drupal_set_message('The test theme setting was saved.');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.