public function ResponsiveImageStyleInterface::removeImageStyleMappings in Drupal 8
Same name and namespace in other branches
- 9 core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\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();