constant IMAGE_STORAGE_EDITABLE
Image style constant to represent an editable preset.
2 uses of IMAGE_STORAGE_EDITABLE
- image_menu in drupal-7.x/
modules/ image/ image.module - Implements hook_menu().
- image_style_form in drupal-7.x/
modules/ image/ image.admin.inc - Form builder; Edit an image style name and effects order.
File
- drupal-7.x/
modules/ image/ image.module, line 26 - Exposes global functionality for creating image styles.
Code
define('IMAGE_STORAGE_EDITABLE', IMAGE_STORAGE_NORMAL | IMAGE_STORAGE_OVERRIDE)