function vud_widget_get in Vote Up/Down 7
Same name and namespace in other branches
- 6.3 vud.theme.inc \vud_widget_get()
- 6.2 vud.theme.inc \vud_widget_get()
- 7.2 vud.theme.inc \vud_widget_get()
Load metadata for a single widget without loading all widgets.
4 calls to vud_widget_get()
- vud_reset in ./
vud.theme.inc - Function for the reset handler with Ajax support.
- vud_vote in ./
vud.theme.inc - Function for the main voting handler with Ajax support.
- vud_votes_proxy in ./
vud.theme.inc - Proxy votes display function, that hook_theme() calls.
- vud_widget_proxy in ./
vud.theme.inc - Proxy widget function that hook_theme() calls.
File
- ./
vud.theme.inc, line 43 - Theme functions
Code
function vud_widget_get($name) {
ctools_include('plugins');
return ctools_get_plugins('vud', 'widgets', $name);
}