constant IMAGE_STORAGE_DEFAULT in Drupal 7
Same name and namespace in other branches
- 8 core/modules/image/image.module \IMAGE_STORAGE_DEFAULT
Image style constant for module-defined presets in code.
3 uses of IMAGE_STORAGE_DEFAULT
- hook_image_styles_alter in modules/
image/ image.api.php - Modify any image styles provided by other modules or the user.
- image_effect_definition_load in modules/
image/ image.module - Loads the definition for an image effect.
- image_styles in modules/
image/ image.module - Gets an array of all styles and their settings.
File
- modules/
image/ image.module, line 21 - Exposes global functionality for creating image styles.
Code
define('IMAGE_STORAGE_DEFAULT', 4);