You are here

constant WIDGETS_STORAGE_NORMAL in Widgets 7

Widget set constant for user presets in the database.

5 uses of WIDGETS_STORAGE_NORMAL
theme_widgets_definition_list in ./widgets.admin.inc
theme_widgets_set_list in ./widgets.admin.inc
Returns HTML for the page containing the list of widget sets.
widgets_element_definitions in ./widgets.module
Pull in widget elements exposed by modules implementing hook_widgets_element_info().
widgets_menu in ./widgets.module
Implements hook_menu().
widgets_sets in ./widgets.module
Get an array of all sets and their settings.

File

./widgets.module, line 11
Exposes global functionality for creating widget sets.

Code

define('WIDGETS_STORAGE_NORMAL', 1);