function olivero_preprocess_radios

Same name and namespace in other branches
  1. 9 core/themes/olivero/olivero.theme \olivero_preprocess_radios()
  2. 10 core/themes/olivero/olivero.theme \olivero_preprocess_radios()

Implements hook_preprocess_HOOK().

File

core/themes/olivero/olivero.theme, line 354

Code

function olivero_preprocess_radios(&$variables) {
    $variables['attributes']['class'][] = 'form-boolean-group';
}

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