IMAGE_STORAGE_DEFAULT
Same name in other branches
- 8.9.x 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
Code
define('IMAGE_STORAGE_DEFAULT', 4);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.