function inline_form_errors_preprocess_datetime_wrapper

Same name and namespace in other branches
  1. 8.9.x core/modules/inline_form_errors/inline_form_errors.module \inline_form_errors_preprocess_datetime_wrapper()
  2. 10 core/modules/inline_form_errors/inline_form_errors.module \inline_form_errors_preprocess_datetime_wrapper()
  3. 11.x core/modules/inline_form_errors/inline_form_errors.module \inline_form_errors_preprocess_datetime_wrapper()

Implements hook_preprocess_HOOK() for datetime form wrapper templates.

File

core/modules/inline_form_errors/inline_form_errors.module, line 54

Code

function inline_form_errors_preprocess_datetime_wrapper(&$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.