function system_form_form_test_alter_form_alter

Implements hook_form_FORM_ID_alter() on behalf of system.module.

File

modules/simpletest/tests/form_test.module, line 304

Code

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

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