constant IMAGECACHE_STORAGE_OVERRIDE in ImageCache 6.2
Imagecache preset storage constant for user-defined presets that override module-defined presets.
2 uses of IMAGECACHE_STORAGE_OVERRIDE
- imagecache_presets in ./
imagecache.module - Get an array of all presets and their settings.
- imagecache_ui_preset_overview in ./
imagecache_ui.pages.inc - Preset Admin callbacks and required functions.
File
- ./
imagecache.module, line 46 - Dynamic image resizer and image cacher.
Code
define('IMAGECACHE_STORAGE_OVERRIDE', 2);