You are here

function block_form_form_test_alter_form_alter in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/form_test/form_test.module \block_form_form_test_alter_form_alter()

Implements hook_form_FORM_ID_alter() on behalf of block.module.

File

core/modules/system/tests/modules/form_test/form_test.module, line 13
Helper module for the form API tests.

Code

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