IMAGE_STORAGE_EDITABLE

Same name in other branches
  1. 8.9.x 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

Code

define('IMAGE_STORAGE_EDITABLE', IMAGE_STORAGE_NORMAL | IMAGE_STORAGE_OVERRIDE);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.