constant WIDGETS_STORAGE_DEFAULT in Widgets 7
Widget set constant for module-defined presets in code.
3 uses of WIDGETS_STORAGE_DEFAULT
- widgets_element_definitions in ./
widgets.module - Pull in widget elements exposed by modules implementing hook_widgets_element_info().
- widgets_element_definition_load in ./
widgets.module - Load the definition for an widget.
- widgets_sets in ./
widgets.module - Get an array of all sets and their settings.
File
- ./
widgets.module, line 21 - Exposes global functionality for creating widget sets.
Code
define('WIDGETS_STORAGE_DEFAULT', 4);