Implements hook_preprocess_HOOK() for block.html.twig.
function statistics_preprocess_block(&$variables) { if ($variables['configuration']['module'] == 'statistics') { $variables['attributes']['role'] = 'navigation'; } }