You are here

function simplify_form_alter in Simplify 8

Same name and namespace in other branches
  1. 7.2 simplify.module \simplify_form_alter()

Implements hook_form_alter().

Empty implementation. This allows to trick hook_module_implements_alter() in order to run the various hook_form_FORM_ID_alter() last.

File

./simplify.module, line 317
Hooks implemented by the simplify module.

Code

function simplify_form_alter(&$form, FormStateInterface $form_state, $form_id) {
}