function webform_theme_suggestions_radios in Webform 8.5
Same name and namespace in other branches
- 6.x includes/webform.theme.inc \webform_theme_suggestions_radios()
Implements hook_theme_suggestions_HOOK().
File
- includes/
webform.theme.inc, line 1218 - Theme hooks, preprocessor, and suggestions.
Code
function webform_theme_suggestions_radios(array $variables) {
return _webform_theme_suggestions_options($variables, 'radios');
}