function 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

Code

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

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