You are here

function inline_form_errors_preprocess_form_element in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/inline_form_errors/inline_form_errors.module \inline_form_errors_preprocess_form_element()
  2. 9 core/modules/inline_form_errors/inline_form_errors.module \inline_form_errors_preprocess_form_element()

Implements hook_preprocess_HOOK() for form element templates.

File

core/modules/inline_form_errors/inline_form_errors.module, line 33
Enables inline form errors.

Code

function inline_form_errors_preprocess_form_element(&$variables) {
  _inline_form_errors_set_errors($variables);
}