constant WIDGETS_STORAGE_OVERRIDE in Widgets 7
Widget set constant for user presets that override module-defined presets.
3 uses of WIDGETS_STORAGE_OVERRIDE
- theme_widgets_set_list in ./
widgets.admin.inc - Returns HTML for the page containing the list of widget sets.
- 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 16 - Exposes global functionality for creating widget sets.
Code
define('WIDGETS_STORAGE_OVERRIDE', 2);