You are here

function olivero_preprocess_form_element_label in Drupal 9

Implements hook_preprocess_HOOK().

File

core/themes/olivero/olivero.theme, line 266
Functions to support theming in the Olivero theme.

Code

function olivero_preprocess_form_element_label(&$variables) {
  $variables['attributes']['class'][] = 'form-item__label';
}