function fivestar_views_widget_normal_handler in Fivestar 6
Same name and namespace in other branches
- 5 fivestar.module \fivestar_views_widget_normal_handler()
- 6.2 fivestar.module \fivestar_views_widget_normal_handler()
VotingAPI Views formatter for displaying rating widget with text.
File
- ./
fivestar.module, line 1717 - A simple n-star voting widget, usable in other forms.
Code
function fivestar_views_widget_normal_handler($value, $field, $columns) {
return fivestar_views_widget_handler($value, $field, $columns, TRUE);
}