constant IMAGE_STORAGE_EDITABLE

Image style constant to represent an editable preset.

1 use of IMAGE_STORAGE_EDITABLE
image_menu in drupal/core/modules/image/image.module
Implements hook_menu().

File

drupal/core/modules/image/image.module, line 39
Exposes global functionality for creating image styles.

Code

define('IMAGE_STORAGE_EDITABLE', IMAGE_STORAGE_NORMAL | IMAGE_STORAGE_OVERRIDE);