Implements hook_preprocess_HOOK() for block templates.
function language_preprocess_block(&$variables) : void { if ($variables['configuration']['provider'] == 'language') { $variables['attributes']['role'] = 'navigation'; } }