constant RESPONSIVE_IMAGE_ORIGINAL_IMAGE in Drupal 8
The machine name for the original image breakpoint image style option.
Deprecated
in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\responsive_image\ResponsiveImageStyleInterface::ORIGINAL_IMAGE instead.
See also
https://www.drupal.org/node/2831620
File
- core/
modules/ responsive_image/ responsive_image.module, line 38 - Responsive image display formatter for image fields.
Code
const RESPONSIVE_IMAGE_ORIGINAL_IMAGE = '_original image_';