constant IMAGE_STORAGE_NORMAL in Drupal 8
Same name and namespace in other branches
- 7 modules/image/image.module \IMAGE_STORAGE_NORMAL
Image style constant for user presets in the database.
Deprecated
in drupal:8.1.0 and is removed from drupal:9.0.0.
See also
https://www.drupal.org/node/1820974
1 use of IMAGE_STORAGE_NORMAL
- image.module in core/
modules/ image/ image.module - Exposes global functionality for creating image styles.
File
- core/
modules/ image/ image.module, line 25 - Exposes global functionality for creating image styles.
Code
const IMAGE_STORAGE_NORMAL = 1;