You are here

function vud_widget_get_all in Vote Up/Down 6.2

Same name and namespace in other branches
  1. 6.3 vud.theme.inc \vud_widget_get_all()
  2. 7.2 vud.theme.inc \vud_widget_get_all()
  3. 7 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 49
Theme functions

Code

function vud_widget_get_all() {
  ctools_include('plugins');
  return ctools_get_plugins('vud', 'widgets');
}