function block_form_form_test_alter_form_alter

7.x form_test.module block_form_form_test_alter_form_alter(&$form, &$form_state)

Implements hook_form_FORM_ID_alter() on behalf of block.module.

File

drupal-7.x/modules/simpletest/tests/form_test.module, line 259
Helper module for the form API tests.

Code

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