IMAGE_STORAGE_EDITABLE

Same name and namespace in other branches
  1. 7.x modules/image/image.module \IMAGE_STORAGE_EDITABLE

Image style constant to represent an editable preset.

Deprecated

in drupal:8.1.0 and is removed from drupal:9.0.0.

See also

https://www.drupal.org/node/1820974

File

core/modules/image/image.module, line 52

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.