Preprocesses variables for theme_input().
array $variables: An associative array containing:
function template_preprocess_input(&$variables) { $element = $variables['element']; $variables['attributes'] = new Attribute($element['#attributes']); }