function ResponsiveImageStyleInterface::removeImageStyleMappings
Removes all image style mappings from the responsive image style.
Return value
$this
1 method overrides ResponsiveImageStyleInterface::removeImageStyleMappings()
- ResponsiveImageStyle::removeImageStyleMappings in core/
modules/ responsive_image/ src/ Entity/ ResponsiveImageStyle.php - Removes all image style mappings from the responsive image style.
File
-
core/
modules/ responsive_image/ src/ ResponsiveImageStyleInterface.php, line 150
Class
- ResponsiveImageStyleInterface
- Provides an interface defining a responsive_image mapping entity.
Namespace
Drupal\responsive_imageCode
public function removeImageStyleMappings();