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