You are here

constant IMAGE_STORAGE_MODULE in Drupal 8

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

Image style constant to represent any module-based 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 61
Exposes global functionality for creating image styles.

Code

define('IMAGE_STORAGE_MODULE', IMAGE_STORAGE_OVERRIDE | IMAGE_STORAGE_DEFAULT);