constant IMAGEAPI_OPTIMIZE_STORAGE_EDITABLE in Image Optimize (or ImageAPI Optimize) 7.2
Image pipeline constant to represent an editable preset.
2 uses of IMAGEAPI_OPTIMIZE_STORAGE_EDITABLE
- imageapi_optimize_menu in ./
imageapi_optimize.module - Implements hook_menu().
- imageapi_optimize_pipeline_form in ./
imageapi_optimize.admin.inc - Form builder; Edit an image pipeline name and effects order.
File
- ./
imageapi_optimize.module, line 27
Code
define('IMAGEAPI_OPTIMIZE_STORAGE_EDITABLE', IMAGEAPI_OPTIMIZE_STORAGE_NORMAL | IMAGEAPI_OPTIMIZE_STORAGE_OVERRIDE);