You are here

constant RESPONSIVE_IMAGE_EMPTY_IMAGE in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/responsive_image/responsive_image.module \RESPONSIVE_IMAGE_EMPTY_IMAGE

The machine name for the empty image breakpoint image style option.

4 uses of RESPONSIVE_IMAGE_EMPTY_IMAGE
ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/modules/responsive_image/src/Tests/ResponsiveImageAdminUITest.php
Test responsive image administration functionality.
responsive_image_get_image_dimensions in core/modules/responsive_image/responsive_image.module
Determines the dimensions of an image.
responsive_image_get_mime_type in core/modules/responsive_image/responsive_image.module
Determines the MIME type of an image.
_responsive_image_image_style_url in core/modules/responsive_image/responsive_image.module
Wrapper around image_style_url() so we can return an empty image.

File

core/modules/responsive_image/responsive_image.module, line 18
Responsive image display formatter for image fields.

Code

const RESPONSIVE_IMAGE_EMPTY_IMAGE = '_empty image_';