function vud_widget_get_all in Vote Up/Down 7
Same name and namespace in other branches
- 6.3 vud.theme.inc \vud_widget_get_all()
- 6.2 vud.theme.inc \vud_widget_get_all()
- 7.2 vud.theme.inc \vud_widget_get_all()
Load metadata for all widgets
1 call to vud_widget_get_all()
- vud_widget_get_names in ./
vud.theme.inc - Load the names of all widgets for use in a select.
File
- ./
vud.theme.inc, line 51 - Theme functions
Code
function vud_widget_get_all() {
ctools_include('plugins');
return ctools_get_plugins('vud', 'widgets');
}