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