constant IMAGE_STORAGE_NORMAL
Image style constant for user presets in the database.
3 uses of IMAGE_STORAGE_NORMAL
- image_menu in drupal-7.x/
modules/ image/ image.module - Implements hook_menu().
- image_styles in drupal-7.x/
modules/ image/ image.module - Gets an array of all styles and their settings.
- theme_image_style_list in drupal-7.x/
modules/ image/ image.admin.inc - Returns HTML for the page containing the list of image styles.
File
- drupal-7.x/
modules/ image/ image.module, line 11 - Exposes global functionality for creating image styles.
Code
define('IMAGE_STORAGE_NORMAL', 1)