Implements hook_preprocess_HOOK() for block templates.
function search_preprocess_block(&$variables) : void { if ($variables['plugin_id'] == 'search_form_block') { $variables['attributes']['role'] = 'search'; } }