function claro_preprocess_textarea

Implements template_preprocess_HOOK() for textarea.

File

core/themes/claro/claro.theme, line 722

Code

function claro_preprocess_textarea(&$variables) {
    $variables['attributes']['class'][] = 'form-element';
    $variables['attributes']['class'][] = 'form-element--type-textarea';
    $variables['attributes']['class'][] = 'form-element--api-textarea';
}

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