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