1 form_test.module system_form_form_test_alter_form_alter(&$form, &$form_state)

Implements hook_form_FORM_ID_alter() on behalf of system.module.

File

core/modules/simpletest/tests/form_test.module, line 365
Helper module for the Form API tests.

Code

function system_form_form_test_alter_form_alter(&$form, &$form_state) {
  backdrop_set_message('system_form_form_test_alter_form_alter() executed.');
}