public function ResponsiveImageStyleInterface::removeImageStyleMappings in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 145 - Contains \Drupal\responsive_image\ResponsiveImageStyleInterface.
Class
- ResponsiveImageStyleInterface
- Provides an interface defining a responsive_image mapping entity.
Namespace
Drupal\responsive_imageCode
public function removeImageStyleMappings();