IMAGE_STORAGE_OVERRIDE

Same name in other branches
  1. 8.9.x core/modules/image/image.module \IMAGE_STORAGE_OVERRIDE

Image style constant for user presets that override module-defined presets.

3 uses of IMAGE_STORAGE_OVERRIDE
image_menu in modules/image/image.module
Implements hook_menu().
image_styles in modules/image/image.module
Gets an array of all styles and their settings.
theme_image_style_list in modules/image/image.admin.inc
Returns HTML for the page containing the list of image styles.

File

modules/image/image.module, line 16

Code

define('IMAGE_STORAGE_OVERRIDE', 2);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.