constant IMAGE_STORAGE_DEFAULT

Image style constant for module-defined presets in code.

3 uses of IMAGE_STORAGE_DEFAULT
hook_image_styles_alter in drupal/modules/image/image.api.php
Modify any image styles provided by other modules or the user.
image_effect_definition_load in drupal/modules/image/image.module
Loads the definition for an image effect.
image_styles in drupal/modules/image/image.module
Gets an array of all styles and their settings.

File

drupal/modules/image/image.module, line 21
Exposes global functionality for creating image styles.

Code

define('IMAGE_STORAGE_DEFAULT', 4);